Quote:
Originally Posted by andygravity
Blast! Went all the way through to the reboot...and here's the blank screen, with blinking cursor. I went in w/ rescue mode, and did an X-configure...the /tmp/root/xorg.conf.new showed that it didn't find my Dell monitor, and loaded 'nouveau' for the driver.
|
Well,
nouveau does work for me, but I've got a
way older chipset.
Quote:
There is no /etc/inittab file either!
|
Strange.
For what it's worth, here's what I find on my system.
Code:
$ locate inittab
/Fedora11/etc/inittab
/Fedora11/etc/inittab.rpmnew
/Fedora11/usr/share/vim/vim72/syntax/inittab.vim
/Jaunty/usr/lib/upstart/migrate-inittab.pl
/etc/inittab
/usr/share/augeas/lenses/dist/inittab.aug
/usr/share/augeas/lenses/dist/tests/test_inittab.aug
And here's what's in the
initab file. (F11 and F12 are the same.)
Code:
$ cat /etc/inittab
# inittab is only used by upstart for the default runlevel.
#
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
# System initialization is started by /etc/event.d/rcS
#
# Individual runlevels are started by /etc/event.d/rc[0-6]
#
# Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete
#
# Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and
# /etc/event.d/serial
#
# For information on how to write upstart event handlers, or how
# upstart works, see init(8), initctl(8), and events(5).
#
# Default runlevel. The runlevels used are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:
Quote:
How do I return to the commandline interface?
(so I can change back to RunLevel 3)
|
Simplest: Just add a " 3" to the
kernel line in the
grub.conf boot directive. Note that a
temporary change may be made using the GRUB "built-in" editor.
Quote:
I have the nVidia Driver package from nVidia...is there some way to mount a USB drive while in 'rescue' mode?
|
Hum. Never tried it, but the USB support
should be there. Have you tried a
mount -t vfat /dev/sdb /mnt to see if it would mount? (From the command line, of course, when you get there.)
Another possibility: Use the
nano editor to change
/etc/X11/xorg.conf to use the
vesa driver instead of the
nouveau one. That doesn't get you much functionality, but it should work to give you a non-blank screen.
Note: F12 uses a different boot scheme, and loads the noveau driver before the X-server is started. Unless you recreated the initial RAM disk image without the driver (see the mkinitrd command), you will not be able to load the nVidia driver even if you compile it. The rpm-fusion RPM files take care of the details, and are much easier to use than the nVidia supplied script.