Turnkey/ubuntu failed! Boot stops at loading initial ramdisk

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!

fileserver

The solution is to change boot parameter

Screen Shot 2015-09-21 at 10.49.29 AM

Original Boot Screen

linux /vmlinuz-2.6.32-5-686 root=/dev/mapper/turnkey-root ro

The permanent fix, after successfully boot…run this command.

Screen Shot 2015-09-21 at 11.10.25 AM

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