On Mon, 2025-05-12 at 08:41 +0200, Peter Nacken wrote:
> Please disable the KVM kernel extension, recompile your kernel and
> reboot
Hi,
add the kernel parameter
kvm.enable_virt_at_load=0
to the bootloader entry. On a default Xubuntu you will probably have to
do it by the GRUB config for the config. I'm editing my grub.cfg
manually.
• rocketmouse@archlinux ~
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro
ipv6.disable=1 kvm.enable_virt_at_load=0 zswap.enabled=0
transparent_hugepage=never
• rocketmouse@archlinux ~
$ grep Linux\ no /boot/grub/grub.cfg -A4
menuentry " Arch Linux no zswap, no transparent hugepages" {
search --no-floppy --set=root --label m1.archlinux
linux /boot/vmlinuz-linux root=/dev/disk/by-label/m1.archlinux ro
ipv6.disable=1 kvm.enable_virt_at_load=0 zswap.enabled=0
transparent_hugepage=never
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
}
Regards,
Ralf
--
xubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users