<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Panic when trying to boot re-compiled Kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/panic-when-trying-to-boot-re-compiled-kernel/m-p/2568700#M705</link>
    <description>Anybody, &lt;BR /&gt;&lt;BR /&gt;I tried to install a BlueHeat RS485 card, on a XL-Class HP Workstation running Linux 7.1, that required me to re-compile the Kernel after patching.  All was well until I tried to boot the new Kernel.  During boot, it found the new Kernel, uncompressed it and started the boot process.  About halfway through I got a Kernel Panic.  I have included the last several messages that appeared on the screen:&lt;BR /&gt;&lt;BR /&gt;request_module[block-major-8]: Root fs not mounted&lt;BR /&gt;VFS: Cannot open root device "811" or 08:11&lt;BR /&gt;Please append a correct "root=" boot option&lt;BR /&gt;Kernel panic: VFS: Unable to mount root fs on 08:11&lt;BR /&gt;&lt;BR /&gt;The system at this point just hangs.  I did verify that my lilo.conf file was correct and that I ran /sbin/lilo, so I know that is not the problem.  The funny thing is, in my lilo.conf file I have root=/dev/sdb1 (which is what the default Kernel points to).  I don't know where it is getting /dev/sdb11 from.&lt;BR /&gt;&lt;BR /&gt;I then went back and tried to compile the original Kernel source code without the patches.  In other words I just tried to rebuild the same default Kernel the system came with.  The same exact result occurred which let me know it wasn't something with the BlueHeat Card.  I then ran the recovery disk to get back to factory default status (i.e. RH 6.2 with the HP fx10 graphics driver) and tried from there with no luck.&lt;BR /&gt;&lt;BR /&gt;After asking around work, it turns out that no one has ever been successful trying to run a re-compiled Kernel on these machines.&lt;BR /&gt;&lt;BR /&gt;Has anyone else had this problem and/or know how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Justin</description>
    <pubDate>Wed, 22 Aug 2001 16:29:41 GMT</pubDate>
    <dc:creator>Justin Wright</dc:creator>
    <dc:date>2001-08-22T16:29:41Z</dc:date>
    <item>
      <title>Panic when trying to boot re-compiled Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/panic-when-trying-to-boot-re-compiled-kernel/m-p/2568700#M705</link>
      <description>Anybody, &lt;BR /&gt;&lt;BR /&gt;I tried to install a BlueHeat RS485 card, on a XL-Class HP Workstation running Linux 7.1, that required me to re-compile the Kernel after patching.  All was well until I tried to boot the new Kernel.  During boot, it found the new Kernel, uncompressed it and started the boot process.  About halfway through I got a Kernel Panic.  I have included the last several messages that appeared on the screen:&lt;BR /&gt;&lt;BR /&gt;request_module[block-major-8]: Root fs not mounted&lt;BR /&gt;VFS: Cannot open root device "811" or 08:11&lt;BR /&gt;Please append a correct "root=" boot option&lt;BR /&gt;Kernel panic: VFS: Unable to mount root fs on 08:11&lt;BR /&gt;&lt;BR /&gt;The system at this point just hangs.  I did verify that my lilo.conf file was correct and that I ran /sbin/lilo, so I know that is not the problem.  The funny thing is, in my lilo.conf file I have root=/dev/sdb1 (which is what the default Kernel points to).  I don't know where it is getting /dev/sdb11 from.&lt;BR /&gt;&lt;BR /&gt;I then went back and tried to compile the original Kernel source code without the patches.  In other words I just tried to rebuild the same default Kernel the system came with.  The same exact result occurred which let me know it wasn't something with the BlueHeat Card.  I then ran the recovery disk to get back to factory default status (i.e. RH 6.2 with the HP fx10 graphics driver) and tried from there with no luck.&lt;BR /&gt;&lt;BR /&gt;After asking around work, it turns out that no one has ever been successful trying to run a re-compiled Kernel on these machines.&lt;BR /&gt;&lt;BR /&gt;Has anyone else had this problem and/or know how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Justin</description>
      <pubDate>Wed, 22 Aug 2001 16:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/panic-when-trying-to-boot-re-compiled-kernel/m-p/2568700#M705</guid>
      <dc:creator>Justin Wright</dc:creator>
      <dc:date>2001-08-22T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Panic when trying to boot re-compiled Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/panic-when-trying-to-boot-re-compiled-kernel/m-p/2568701#M706</link>
      <description>Make sure you have all SCSI you need built into the &lt;BR /&gt;kernel.  I haven't rebuilt a kernel for a long time &lt;BR /&gt;but the defaults I had didn't include any SCSI drivers.&lt;BR /&gt;&lt;BR /&gt;You should start with the config file for the kernel &lt;BR /&gt;you installed, not the defaul IDE only kernel. &lt;BR /&gt;It should be with the kernel in the /boot directory.&lt;BR /&gt;Modify this and rebuild the kernel.&lt;BR /&gt;&lt;BR /&gt;You want to have at least  CONFIG_SCSI=y, &lt;BR /&gt;CONFIG_BLK_DEV_SD=y , and the appropriate driver &lt;BR /&gt;CONFIG_SCSI_????=y set in your config.&lt;BR /&gt;&lt;BR /&gt;If you have a bootable rescue disk you should be &lt;BR /&gt;able to copy its kernel onto your drive until you &lt;BR /&gt;get the new kernel working.&lt;BR /&gt;&lt;BR /&gt;You may have already done this.  When rebuilding kernels rename the old kernel and add a lilo entry to&lt;BR /&gt;boot it.  I make this the default until I am comforatble&lt;BR /&gt;with the new kernel.  &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 00:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/panic-when-trying-to-boot-re-compiled-kernel/m-p/2568701#M706</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-08-23T00:43:26Z</dc:date>
    </item>
  </channel>
</rss>

