PDA

View Full Version : I've got Knoppix installed on HD, but...



guicaste
06-08-2005, 10:14 PM
Hi,
I'm new to linux,
I´ve just installed a Knoppix 3.2 on HDD and it works fine, but I want to choose to startX or not at boot.
Could anyone please tell me how to do this?
Thank in Advance.

UnderScore
06-08-2005, 10:21 PM
So you want text mode console as the default? If you then you need to edit the /etc/inittab file and change the default runlevel from 5 to 2.
In the /etc/inittab file:
...
...
# The default runlevel
id:5:initdefault:
change the 5 to 2
...
...
# The default runlevel
id:2:initdefault:The you can either reboot or force it to level 2 via the command: init 2

I hope this helps.
James

guicaste
06-08-2005, 10:25 PM
Thanks James I'll try this.
I'll comment you later.

guicaste
06-12-2005, 01:30 AM
It Works fine!!! :D