Ubuntu 16.04 server PXE installs correctly but loads to a blank screen instead of login
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub-installer (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When trying to do a PXE install for Ubuntu 16.04 and 16.04.1 server version, after OS install is complete and the machine reboots the OS loads into a blank screen instead of a login prompt. The screen stays blank and does not respond to key or mouse input. If I try Alt + F1-F6, I am able to open a terminal and see a login prompt.
We do have a workaround for this. I was looking up similar symptoms on the forums and found issues with NVIDIA drivers and found this fix:http://
I edited the /etc/default/grub file and edited the GRUB_CMDLINE_
We also found another workaround by adding lines to disable the boot splash screen in the preseed:
# No boot splash screen.
d-i debian-
d-i debian-
affects: | xorg (Ubuntu) → grub-installer (Ubuntu) |
Also need to update grub loader:
# Run late commands late_command string \
d-i preseed/
in-target update-grub; \