Ubuntu server 16.04 won't boot after installation
I managed to resolve this for my machines by adjusting the grub configuration like so:
In /etc/default/grub
, change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
Then add this line:
GRUB_TERMINAL_INPUT="console serial"
Run sudo update-grub
and reboot
for the changes to take effect.
Although I doesn't actually solve my problem, I managed to "bypass" it using another tty (Crtl-alt-F2) and now I can use my server