VirtualBox machine can not start or freezes when using Linux Kernel 5.18 and Intel 11th or 12th Gen.
The error messages from Journalctl:
Jun 16 21:50:43 zesko kernel: traps: Missing ENDBR: 0xffffa48c478ab3c0
Jun 16 21:50:43 zesko kernel: kernel BUG at arch/x86/kernel/traps.c:252!
The known issue: FS#74891 : kernel bug (upon boot) after upgrade to 5.18.arch1-1
Solution:
For Grub:
- Edit
/etc/default/grub
to add the Kernel parameteribt=off
sudo update-grub
- Reboot
Linux Kernel 5.17 has no issue but it is EOL.