Situation:
When the OS correctly processes to load but upon completion, the screen goes blank or is stuck at a flashing cursor at the upper left corner of the screen. It is possible to edit the OS kernel to change the “runlevel” so the command line login appears.
Solution:
As the system starts up and completes POST, the OS can display kernel selection.
-
Press and hold the Shift key prior to Ubuntu loading. This can be done after the system completes initial power on POST.
-
Open "Advanced options for Ubuntu."
- Edit Kernel by selecting kernel and pressing 'e'.
-
Add runlevel value '3' at the end of “linux…” line
- Press Ctrl-x to boot OS with changes.
-
If the command line login does not appear, try switching terminals (tty) by pressing Ctrl+Alt+F3.
Runlevels
0 - Halt, shuts down the system.
1 - Single-User Mode. Mode for administrative tasks.
2 - Multi-User Mode. Does not configure network interfaces / services.
3 - Multi-User Mode with Networking. Starts the system normally (multi-user.target).
4 - Not used/User-definable. For special purposes.
5 - Starts the system with display manager. As runlevel 3 + display manager (graphical.target)
6 - Reboot. Reboots the system.
Comments
0 comments
Please sign in to leave a comment.