- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Redhat kernel upgrade
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
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
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
тАО02-08-2004 09:11 PM
тАО02-08-2004 09:11 PM
Redhat kernel upgrade
I would like to upgrade my redhat linux AS 2.1 kernel from 2.4.9-e.3 to 2.4.9-e.24. I tried to compile the kernel on vmware after downloading the kernel-2.4.9-e.24.src.rpm but fails to boot with the new kernel. I get an error "request_Module[scsi_hostadapter]:Rootfs not mounted. I have enabled all the scsi support in make xconfig step.Pls help.
thks
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2004 10:18 PM
тАО02-08-2004 10:18 PM
Re: Redhat kernel upgrade
-Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2004 12:23 AM
тАО02-09-2004 12:23 AM
Re: Redhat kernel upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2004 12:39 AM
тАО02-09-2004 12:39 AM
Re: Redhat kernel upgrade
From the message, I assume you are using a SCSI disk system, not IDE.
Unless you use initrd, you must compile the driver for the root disk's SCSI controller in the kernel, not as a module (select Y, not M). If you have done this, the kernel is not recognizing your SCSI controller - perhaps you have a wrong driver?
If you use initrd, you must create a new initrd file that matches your current kernel. I think RedHat has the command "mkinitrd" for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2004 01:17 AM
тАО02-09-2004 01:17 AM
Re: Redhat kernel upgrade
Do you use lilo ?
If so you have to edit /etc/lilo.conf and change 2 keys that are specifying your kernel/modules version. then you execute `lilo`. You should see a "added linux" message.
tell us more...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2004 03:15 AM
тАО02-09-2004 03:15 AM
Re: Redhat kernel upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2004 08:18 PM
тАО02-12-2004 08:18 PM
Re: Redhat kernel upgrade
Sorry for the delay in reply.
Thanks for the quick response.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2004 07:31 PM
тАО02-18-2004 07:31 PM
Re: Redhat kernel upgrade
If you did, did you do this:
https://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/buildkernel-initrd.html
If you successfully built an initrd image, your GRUB configuration entry should have an "initrd
If you did not select "Initial RAM disk support" in kernel configuration, your error message indicates that you have selected to build the driver for your SCSI interface as a module (choice M in "make xconfig") instead of building it into the kernel (choice Y).
If you don't use initrd, the kernel must have compiled-in all the things it needs to access the root file system. When the root file system is accessible, anything else can be loaded as a module. So you _must_ select Y at least for the following things in the "SCSI support" menu of the "make xconfig":
- SCSI support
- SCSI disk support
- the appropriate driver for your SCSI controller in "SCSI low-level drivers" submenu
- the correct file system support for your root file system.
I cannot give more specific advise than this without knowing more about your setup. Please boot with your old kernel (I hope you didn't overwrite it with your new one) and post the output of commands "/sbin/lspci" and "mount" if you need more specific instructions.
If you overwrote your kernel, you'll need to boot from the installation CD to rescue mode and reinstall RedHat's kernel package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2004 10:27 PM
тАО02-18-2004 10:27 PM
Re: Redhat kernel upgrade
this way you won't forget all kinds of necessary modules when configuring the newe kernel.Seems like some of them are missing.