- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- redhat 8 kernel recompile
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
тАО03-17-2003 11:11 PM
тАО03-17-2003 11:11 PM
redhat 8 kernel recompile
while trying to upgrade to the latest stable 2.4.20 I make xconfig, make dep, make clean, make bzImage, compile modutils 2.4.20, make modules, make modules install, make install, edit lilo, run lilo and then get the following error on reboot: kmod failed to execute /sbin/modprobe -s -k block -major -3, errno = 2
please append a correct "root=" boot option
kernel panic: VFS unable to mount root fs on 3:02
always been able to recompile kernel in the past. ; - <
here is a copy of the standard lilo.conf from redhat 8.0 1st time I've seen the append command used. ; - <
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 11:27 PM
тАО03-17-2003 11:27 PM
Re: redhat 8 kernel recompile
the kernel is not able to find the root disk. by anychance did u change the disk's etc or not.
how abt trying to pass the root device option to the kernel at the lilo prompt.
linux root=/dev/hdc2
or something like that. and after it boots, use e2labelfs to check and change the root device LABEL name.
please post ur findings.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 12:08 AM
тАО03-18-2003 12:08 AM
Re: redhat 8 kernel recompile
Do you use scsi disk as system disk? or IDE?
Do you use scsi driver into kernel or module?
If you use scsi disk and scsi driver as module, you need to do /sbin/mkinitrd in your steps ( before edit lilo).
Tlaking about "modproble -k " error, its not a root cause of your problem. All system have same message (including mine).
This is already reported to Bugzilla at RedHat, but it hasn't been fixed so far.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 12:30 AM
тАО03-18-2003 12:30 AM
Re: redhat 8 kernel recompile
Run mkinitrd package , and lilo will load
an initrd if you ask it to.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 02:30 AM
тАО03-18-2003 02:30 AM
Re: redhat 8 kernel recompile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 05:05 PM
тАО03-18-2003 05:05 PM
Re: redhat 8 kernel recompile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 06:21 PM
тАО03-18-2003 06:21 PM
Re: redhat 8 kernel recompile
input 2.4.20 root=/dev/hda ,hda1, hda2 all the same result of kernel panic. Personally, I dont believe the rh8 kernel reads lilo at all & uses grub regardless. anyone successfully recompile rh8 kernel & load it ...of course.
by the way.. my compile was error free. just loading the new kernel with lilo has been the issue. With 7.0-3 was always able to recompile with lilo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2003 07:53 PM
тАО03-18-2003 07:53 PM
Re: redhat 8 kernel recompile
If you're system is using grub, you should see the blue grub screen at boot. If that's the case, I suggest you look at your /boot/grub/grub.conf file, and see if there's anything obviously different about the section for your 2.4.20 kernel and the original 2.4.18 kernel. If you can't find anything wrong there, then it's probably a kernel config problem.
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2003 01:20 AM
тАО03-19-2003 01:20 AM
Re: redhat 8 kernel recompile
are u using initrd? and i assume that the ide drivers are compile d into the kernel (not as module) since u have a ide hdd.
try removing initrd and see if it helps.
actually i had a similar problem some time back. i had used some flags for gcc while compiling the kernel and it didnt work. after i removed those flags and it worked.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2003 03:41 AM
тАО03-23-2003 03:41 AM
Re: redhat 8 kernel recompile
Vitaly.