diff --git a/install.sh b/install.sh
index 07e6b054318c050a14bdd86dd1aa178b8915b284..e35414910e972fdf8bf0aa1cf78e0b16b51c0cc5 100644
--- a/install.sh
+++ b/install.sh
@@ -50,7 +50,8 @@ PACKAGES_WITH_GROUP=(
 declare -A BUGS
 BUGS=(
     ["$FLATPAK_FLAMESHOT_PACKAGE"]="Can't take screenshot|open flameshot launcher, take screenshot from tray icon, allow permissions"
-    ["$APT_VIRTUALBOX_PACKAGE"]="VirtualBox Guest Additions can't be downloaded automatically in version 7.0|Download the VirtualBox Guest Additions for your VirtualBox version from https://download.virtualbox.org/virtualbox and mount them manually into the Virtual Machine"
+    ["$APT_VIRTUALBOX_PACKAGE"]="VirtualBox Guest Additions can't be downloaded automatically in version 7.0|Download the VirtualBox Guest Additions for your VirtualBox version from https://download.virtualbox.org/virtualbox and mount them manually into the Virtual Machine
+    & Starting VM causes \`VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE)\`|Add \`kvm.enable_virt_at_load=0\` to \`GRUB_CMDLINE_LINUX\` in /etc/default/grub, run \`sudo update-grub\` and reboot"
     ["$FLATPAK_NEXTCLOUD_CLIENT_PACKAGE"]="Nextcloud Client stops syncing|To debug the error, run \`flatpak run com.nextcloud.desktopclient.nextcloud\` in a terminal"
 )