Results 1 to 10 of 10
I have a problem with a kernel upgrade and/or rpm that is driving me nuts. Here is the history:
1. Installed Red Hat 8.0 on new computer with Soltek motherboard.
...
- 06-01-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 24
Unsuccessful Kernel Upgrade
I have a problem with a kernel upgrade and/or rpm that is driving me nuts. Here is the history:
- 1. Installed Red Hat 8.0 on new computer with Soltek motherboard.
2. RH8 boots and runs, but on board network does not work. Missing drivers? Nvidia chips.
3. Downloaded upgraded kernel for RH8 from Nvidia web site.
4. Installed kernel upgrade using rpm. Appears successful.
5. Rebooted system, but grub boot loader shows 2.4.18-14 (the original), but does not show the new 2.4.28-27 kernel.
6. Tried to install again and got rpm error message that the package is already installed.
7. Ran rpm with the -U (upgrade) option and got the same error message.
8. Ran rpm with the -F (freshen) option without both error messages and change.
9. Ran rpm with the -e (erase) message and got the "package not installed" message again.
10. Ran command "grep -R 2.4.18 /* > grep-results.txt" and "2.4.18-14" was found is many files, but "2.4.18-27" was no where to be found.
Anyone have any ideas?
- 06-01-2003 #2Linux Newbie
- Join Date
- Apr 2003
- Location
- UK, Manchester
- Posts
- 147
You have to edit menu.lst to add your new kernel.
I havent upgraded a kernel using rpm before so I dont know if it is supposed to do it for you ?
Just find out where the new kernel is and edit your menu.lst.
The menu.lst is usually found in the /boot/grub/ directory but I think Red Hat creates a symlink called grub.conf in /etc that points to menu.lst.
- 06-01-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 24
Yes, rpm will add the required information to menu.lst.posted by craig_mcd
You have to edit menu.lst to add your new kernel. I havent upgraded a kernel using rpm before so I dont know if it is supposed to do it for you ?
Actually /boot/grub/menu.lst is a link to /boot/grub/grub.conf. Also, the problem is that the new kernel isn't. It is not on the computer anywhere. That is the problem!Just find out where the new kernel is and edit your menu.lst.
The menu.lst is usually found in the /boot/grub/ directory but I think Red Hat creates a symlink called grub.conf in /etc that points to menu.lst.
- 06-01-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I believe that it's supposed to update the GRUB config automatically.
What command did you use to install it?
- 06-01-2003 #5Just Joined!
- Join Date
- Jun 2003
- Posts
- 24
The first time I used:Dolda2000
What command did you use to install it?- rpm -i NVIDIA_nforce-1.0-0256.rh80up_2.4.18_27.athlon.rpm
- NVIDIA_nforce-1.0-0256.rh80up_2.4.18_27.athlon.rpm
The third time I used:- rpm -U NVIDIA_nforce-1.0-0256.rh80up_2.4.18_27.athlon.rpm
- 06-01-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Oh... that's not an entire kernel. That's just the kernel driver modules for nVidia cards. So it no wonder that it didn't show up in GRUB's menu. It probably is installed.
- 06-02-2003 #7Just Joined!
- Join Date
- Jun 2003
- Posts
- 24
Well, there are no nVidia "cards" in the computer, but the motherboard is full of nVidia chips. If it was successfully installed, then I should have access to eth0, sound-slot-0, and usb-interface, but I don't because they do not work.posted by Dolda2000
Oh... that's not an entire kernel. That's just the kernel driver modules for nVidia cards.
Any ideas?
- 06-02-2003 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Are you sure that they don't require extra configuration afterwards? Have you checked for installation instructions?
- 06-02-2003 #9Just Joined!
- Join Date
- Jun 2003
- Posts
- 24
Yes, and yes.Dolda2000
Are you sure that they don't require extra configuration afterwards? Have you checked for installation instructions?
- 06-02-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well, check what files came with the package then. "rpm -ql NVIDIA_nforce"


Reply With Quote
