This time around, the Ubuntu server 14.04 install works fine... except it hangs at boot
Looking at the output, it has an issue with plymouth-upstart-bridge, then tries to mount swap, and then it does nothing...
I came across this post that had the answer - booting will work if you boot in recovery mode (grub -> advanced options -> ubuntu recovery) and then resume the boot. The permanent fix is to add "nomodeset" to grub.
Instructions from the beginning
- Copy ubuntu 14.04 amd64 server iso onto a USB drive (sudo dd if=ubuntu-14.04-server-amd64.iso of=/dev/sdX bs=1M) (*don't blame me* if you accidentally override your main harddrive)
- Plug usb key into server, boot up (if it doesn't boot off USB you may need to hold down ALT to get the magic screen and then choose EFI USB boot)
- Run install like you normally would
- Find that it hangs on boot
- Boot again but in recovery mode (at GRUB choose "advanced options" and boot into recovery mode)
- Log in
- sudo vim /etc/default/grub
- Edit the line GRUB_CMDLINE_LINUX_DEFAULT="" to say GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
- Save file
- sudo update-grub
- Reboot
- *magic it works yay*
No comments:
Post a Comment