Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active July 16, 2020 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteristhegreat/6b5bf3106b392b9f0062bc4fdbe72cff to your computer and use it in GitHub Desktop.
Save peteristhegreat/6b5bf3106b392b9f0062bc4fdbe72cff to your computer and use it in GitHub Desktop.
VirtualBox Linux Mint Stuck on 3 out of 5 dots

linux mint loading stuck on 3 of 5 dots

Basically because of Spectre there are now Kernel mode protections that are supposed to prevent hacking.

Right now it is making it so that the latest version of VirtualBox and the latest version of Mint can't agree and at install time the Linux Kernel fails with:

KERNEL PANIC NOT SYNCHRONISING "CORRUPTED STACK DETECTED" windows 10 virtualbox -vmware

You can see this error if you edit the grub at boot up and replace quiet splash with nomodeset and do a startup.

https://forums.virtualbox.org/viewtopic.php?t=93990

Long story short, fallback to VirtualBox 6.0.6 and it should all work again. Maybe in a few years VirtualBox and Windows will get get their act together to support the latest kernel security patches again in Linux.

VirtualBox v 6.0.6

https://www.virtualbox.org/wiki/Download_Old_Builds_6_0

https://download.virtualbox.org/virtualbox/6.0.6/VirtualBox-6.0.6-130049-Win.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment