You are not logged in.
I messed up my X, it freezes the computer on starting.
I think I can solve the problem, but I need to access to the system.
By default ssh is unusable since no network is activated (notebook).
The init level is 5 and it starts the freezing X.
I tried using the Arch installation CD but it freezes too after detecting my network card.
I am using lilo...
How can I tell the system I want init level 3 (or 1) before it starts X?
Thanks...
Last edited by ezzetabi (2007-12-29 08:20:26)
Offline
I suggest you to use Linux liveCD like DSL Linux to fix your problems.
Offline
Try to boot into single user mode by appending Single to the kernel line in grub. (Select the entry and edit it using 'e')
Offline
I messed up my X, it freezes the computer on starting.
I think I can solve the problem, but I need to access to the system.
By default ssh is unusable since no network is activated (notebook).
The init level is 5 and it starts the freezing X.
I tried using the Arch installation CD but it freezes too after detecting my network card.
I am using lilo...How can I tell the system I want init level 3 (or 1) before it starts X?
Thanks...
If you can boot to a console just do
nano /etc/inittab
AS ROOT and change the runlevel to 3
Last edited by theringmaster (2007-12-28 18:23:27)
Check me out on twitter!!! twitter.com/The_Ringmaster
Offline
If you cannot use a live cd to edit /etc/inittab, I believe when you get the lilo prompt you can just add the run level as an argument like
boot: linux 3
where linux is your lilo label and 3 is the init level
Offline
my mistake, the installer CD didn't froze just was waiting like 40 seconds...
does lilo have a prompt? How?
Offline
Lilo? Just type the name of your menu entry and append 3 or s or single etc.
1000
Offline