Monday, June 3, 2013

Linux boot in Command Line Mode

To start fedora in command line mode we have to edit the /etc/inittab file as root.

-------------BEFORE CHANGE CONTENT-------
id:5:initdefault:
----------------------------------------------------------------



-------------AFTER CHANGE CONTENT---------

id:3:initdefault:
----------------------------------------------------------------


As guessed modifying the value back to 5 would boot in graphical mode.

No comments: