Skip to content
Snippets Groups Projects
Commit 7651ed09 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add virtualbox kvm bug

parent 7ceafac1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment