I've been having some issues loading virtual machines in Virtualbox. Whenever I try to start any virtual machine, I get to 20% loaded, it gets stuck and you'd have to manually kill the virtualbox processes. Sometimes you also end up with an un-killable process "VBoxSVC" which messes up with shutdown as well.
A solution that seemed to work for me was found on here https://bbs.archlinux.org/viewtopic.php?id=277500 after a couple days of on and off searching for similar issues. As far as I can tell, the fix concerned Grub and so I had to add
Code: Select all
ibt=off
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT
Like the rest of the thread, I'm trying to understand what ibt=off actually does and why it somehow fixes the system. Had a brief look on the ArchWiki and trying to trace bugs (e.g. https://bugs.archlinux.org/task/74891) but can't seem to find an explanation as to what this is. Would therefore appreciate if anyone here was able to enlighten me.