Linux-Noob Forums
Using the console without booting X - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Xorg Problems (https://www.linux-noob.com/forums/forum-56.html)
+--- Thread: Using the console without booting X (/thread-2037.html)



Using the console without booting X - gobblox - 2006-04-08


In order to install some drivers for my system i need to run a few commands in the terminal.

 

However the program it boots wont do its thing if X is active.

 

Im running Fedora core 5, and it just boots right into x which takes my user information and loads a desktop.

 

I tried using the commandline in X without booting KDE, but it still wouldnt do it, it wants no X at all.

 

How do i get Fedora to boot a Terminal w/ out booting X? Do i need some command line parameters in my GRUB?




Using the console without booting X - anyweb - 2006-04-08


login as root

 



Code:
su -




 

then edit a file called 'inittab'

 



Code:
vi /etc/inittab




 

change the id:5 to id:3

 

save the file by typing :wq then reboot

 

to revert back to X change the 3 back to 5

 

or issue 'startx' as a normal user

 

cheers

 

anyweb