From 7651ed09b49a137895339392826d02e9d91d5eab Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Mon, 23 Dec 2024 01:17:50 +0100 Subject: [PATCH] add virtualbox kvm bug --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 07e6b05..e354149 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" ) -- GitLab