I managed to find a work-around but am still not sure what the problem was:
- Boot up the machine with a rescue CDROM
- Confirm the root partition for the Ubuntu install (in my case it was /dev/sda8, although I only have IDE drives)
- Boot up the machine and wait for the GRUB prompt
- Press "e" to edit the entry
- Replace the "root=UUID..." with "root=/dev/..." on the "linux" line entry
- Add the entry "no_console_suspend" on the same line
- Press the "Tab" key to complete the Emacs edit
- Press "Ctrl+x" to continue booting
- sudo vi /etc/default/grub
- Edit the file to uncomment GRUB_DISABLE_LINUX_UUID
- Edit the file to add no_console_suspend in the GRUB_CMDLINE_LINUX
- Save the file and exit
- sudo /usr/sbin/update-grub
References
No comments:
Post a Comment