Ubuntu 16.04 server PXE installs correctly but loads to a blank screen instead of login

Bug #1616258 reported by jeffrey leung
10
This bug affects 2 people
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://askubuntu.com/questions/383636/12-04-3-can-start-only-after-press-resume-in-rescue-mode-every-boot-proble/391608#391608

I edited the /etc/default/grub file and edited the GRUB_CMDLINE_LINUX_DEFAULT and added the "nomodeset" to the end at first and ran update-grub which did not work. I removed the "nomodeset" as well as the "quiet splash" and updated the grub. After disabling the boot splash screen and reboot, the OS boots up fine and is working as expected.

We also found another workaround by adding lines to disable the boot splash screen in the preseed:
# No boot splash screen.
d-i debian-installer/quiet boolean false
d-i debian-installer/splash boolean false

jeffrey leung (jefleung)
affects: xorg (Ubuntu) → grub-installer (Ubuntu)
Revision history for this message
Paul (pachen2) wrote :

Also need to update grub loader:

# Run late commands
d-i preseed/late_command string \
    in-target update-grub; \

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in grub-installer (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.