Turnkey/ubuntu failed! Boot stops at loading initial ramdisk
The host system crashed for some unrelated reason (bluescreen), and when i restarted the VM it ended up in BusyBox v1.17.1 Debian 1.17.1-8turnkey+2+gdaf9f75
Alert! /dev/disk/by-uuid/2ed6228a-xxxxxx does not exist
Dropping to a shell!
The solution is to change boot parameter
linux /vmlinuz-2.6.32-5-686 root=/dev/mapper/turnkey-root ro
The permanent fix, after successfully boot…run this command.
sed -i 's/#GRUB_DISABLE_LINUX_UUID.*/GRUB_DISABLE_LINUX_UUID=true/g' /etc/default/grub && update-grub && cat /boot/grub/grub.cfg | grep vmlinuz