Results 1 to 8 of 8
I edited my inittab to load xwindows but, i didnt have my geforce drivers on so it screws up, now i cant get back to the command line, anyone help ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2003 #1Just Joined!
- Join Date
- Jan 2003
- Posts
- 8
x windows screws up, anyway to get cmd line?
I edited my inittab to load xwindows but, i didnt have my geforce drivers on so it screws up, now i cant get back to the command line, anyone help me out?
thanks
Auto
- 01-22-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
what boot loader? You can pass the default init level to the kernel from there.
- 01-22-2003 #3Linux User
- Join Date
- Jul 2002
- Location
- Daytona Beach, FL
- Posts
- 487
you can probably also switch to a virtual terminal
CTRL+ALT+F1
and change
/etc/inittab back to reunlevel 3 or (more likley) fix your driver problemmajorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
- 01-22-2003 #4Just Joined!
- Join Date
- Jan 2003
- Posts
- 8
lilo is the boat loader
and how do i pass the default kernal from there?
- 01-22-2003 #5Linux User
- Join Date
- Jul 2002
- Location
- Daytona Beach, FL
- Posts
- 487
you press
CTRL + X
at the lilo screen to drop to command line and
linux init=/bin/bash
will get you a shell, as rootmajorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
- 01-22-2003 #6Just Joined!
- Join Date
- Jan 2003
- Posts
- 8
hrm, ctrl x does not do anything, just sits there at lilo loader with prompt of
boot:
this is slackware by the way, if it helps
- 01-22-2003 #7Just Joined!
- Join Date
- Jan 2003
- Posts
- 8
well i got to cmd line
but it wont let me edit inittab its write protected
- 01-22-2003 #8Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
when you get to boot: in lilo try this. linux init=3 that should put you in a multiuser mode without x. I think the other way might have mounted / as ro which is why it would be write-protected. mount -o remount,rw / would remount that read/write so you can change inittab.


Reply With Quote
