Can't start a vm inside VirtualBox

Hey mnwr,

it seems that you have the same problem than me (here was my case: Virtualbox 7.0.8-2). I began to think that i was alone with the problem.

For me, the hint from @coolfreezer did the job. I had to do:

  1. sudo nano /etc/default/grub
  2. edit the line “GRUB_CMDLINE_LINUX_DEFAULT”
  3. and insert the entry “ibt=off”

After a reboot all my virtual machines worked, even with the extension pack installed. But be carefull! I am still searching what i turned off with this entry.