Have Linux GUI installed but you want to just boot in text mode (Command-line) and not starting the grafic mode interface ?
Change one line in your “/etc/inittab” file
from:
id:5:initdefault:
to:
id:3:initdefault:
The id number will tell the Linux OS which run-level you want it to start up in:
- 0 – halt
- 1 – Single user mode
- 2 – Multiuser, without NFS (The same as 3, if you don’t have networking)
- 3 – Full multiuser mode
- 4 – unused
- 5 – X11
- 6 – Reboot
Be First to Comment