Results 1 to 4 of 4
I just got handed a linux machine that doesn't boot, with who-knows-what on it.
The error message I get when I try to run "startx" is:
FATAL: Could not open ...
- 05-28-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
Could not open ...nvidia.ko
I just got handed a linux machine that doesn't boot, with who-knows-what on it.
The error message I get when I try to run "startx" is:
FATAL: Could not open '/lib/modules/2.6.9-55.0-2.ELsmp/kernel/drivers/video/nvidia.ko': No such file or directory
I don't know what's on the machine, but it's the only machine we have that will run certain code on it, so I don't dare attempt to reinstall without knowing what I'm doing. Could someone please give me some assistance/walk me through what I need to do to fix it so the machine boots properly?
I do not have any experience with linux configuration or installs -- I've always run Windows.
- 05-28-2009 #2
Execute this
Post output here.Code:grep -i driver /etc/X11/xorg.conf g rep -i driver /etc/X11/XF86Config su - lspci | grep -i vga
Which version of RedHat/Fedora are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-28-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 2
Driver "kbd"grep -i driver /etc/X11/xorg.conf
Driver "mouse"
Driver "nvidia"
No such file or directoryg rep -i driver /etc/X11/XF86Config
Nobody around here knows the su password; we're trying to get in touch with the previous person who owned the system.su -
Command not foundlspci | grep -i vga
The version of Linux is Red Hat Enterprise WS Release 4 (Nahant Update 5).
- 05-28-2009 #4Its not possible to fix problem without root password. If its possible to boot up in Single User Mode then reset root password.Nobody around here knows the su password; we're trying to get in touch with the previous person who owned the system.
Either boot up in Rescue mode using RHEL installation CD or follow these instructions :
Highlight RHEL title in GRUB Menu and press 'e'. Select 'kernel' line and press 'e' again. Add <space> 1 at the end of line and hit 'Enter' key.
Press 'b' and RHEL will boot up in command line mode and drop you at Login Prompt.
Highlight RHEL title -- e -- select kernel line -- e -- type 1 -- hit Enter key -- b
Sample Kernel Line :
Execute this at the prompt of Single User Mode :Code:kernel /vmlinuz-xxx ro root=xxxxx 1
Assign new root password. It won't ask for earlier password.Code:passwd shutdown -r now
Now coming to the nvidia problem, something is wrong with Nvidia Driver only. You have to re-install Nvidia Driver. Use "nv" or "vesa" driver for a while. Note that both nv and vesa don't support 3D.
Execute this
Replace "nvidia" with "vesa" in Video Card section. Press Ctrl+X, Y and hit Enter key to save file.Code:su - nano /etc/X11/xorg.conf
Reboot machine.Last edited by devils casper; 05-28-2009 at 06:12 PM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote