- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RH8 Kernel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 07:23 AM
07-28-2003 07:23 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 07:42 AM
07-28-2003 07:42 AM
Re: RH8 Kernel
u need to use the mkinitrd command.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 11:40 AM
07-28-2003 11:40 AM
Re: RH8 Kernel
What do you mean about I need to run the make command?
What I did was:
Downloaded new kernel.
Installed the RPM.
edited /etc/grub.conf to read new kernel file.
Do I also need to do something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:11 AM
07-29-2003 12:11 AM
Re: RH8 Kernel
type in the following commands
uname -a
ls -l /boot/init*
the kernel version should match the initrd version if it does not then the command mkinitrd should create it ... normaly this is done during upgrade or install and is not done manualy, you need this to load modules (scsi,etc..) during boot up.
But you are talking of a mondo floppy !, so I thing you may need to add this to the floppy, I do not have the mondo/mindi doc underhand, but perhaps you have and this will point you in the right direction.
Hope this will be of use to you, if not let us know I could have a look this evening.
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:18 PM
07-29-2003 12:18 PM
Re: RH8 Kernel
If you don't have the initrd-XXXXX.img
you can create it like:
mkinitrd /boot/initrd-XXX.img
Check the version in /lib/modules/
or from the uname -r
It will create the initrd
than add to use in the boot in your boot loader
Caesar