<?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 Kernel upgrade not bootable in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707340#M1474</link>
    <description>Ok I will try to explain this as well as possible. I am upgrading my redhat 7.2 computer from 2.4.7-10 to 2.4.16. I downloaded the kernel source from &lt;A href="http://www.kernel.org" target="_blank"&gt;www.kernel.org&lt;/A&gt; and checked the signature. I run make xconfig and save and exit. Then run the necessary commands such as &lt;BR /&gt;make dep&lt;BR /&gt;make bzImage&lt;BR /&gt;make modules&lt;BR /&gt;cp bzImage to the boot partition&lt;BR /&gt;make modules_install&lt;BR /&gt;edit the lilo.conf file and add the lines to boot from the new kernel as well as the old.&lt;BR /&gt;run the lilo command&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;when I choose the new kernel it starts to uncompress the kernel then immediately reboots. Any help or suggestions would be greatly appreciated. (I chose linux2.4.16 so I could use the lids patch and enable lids support but right now I am just trying to get the kernel to work.)&lt;BR /&gt;&lt;BR /&gt;I will assign points to all helpful replies so don't be shy.</description>
    <pubDate>Fri, 19 Apr 2002 16:10:49 GMT</pubDate>
    <dc:creator>Jeffrey S. Sims</dc:creator>
    <dc:date>2002-04-19T16:10:49Z</dc:date>
    <item>
      <title>Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707340#M1474</link>
      <description>Ok I will try to explain this as well as possible. I am upgrading my redhat 7.2 computer from 2.4.7-10 to 2.4.16. I downloaded the kernel source from &lt;A href="http://www.kernel.org" target="_blank"&gt;www.kernel.org&lt;/A&gt; and checked the signature. I run make xconfig and save and exit. Then run the necessary commands such as &lt;BR /&gt;make dep&lt;BR /&gt;make bzImage&lt;BR /&gt;make modules&lt;BR /&gt;cp bzImage to the boot partition&lt;BR /&gt;make modules_install&lt;BR /&gt;edit the lilo.conf file and add the lines to boot from the new kernel as well as the old.&lt;BR /&gt;run the lilo command&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;when I choose the new kernel it starts to uncompress the kernel then immediately reboots. Any help or suggestions would be greatly appreciated. (I chose linux2.4.16 so I could use the lids patch and enable lids support but right now I am just trying to get the kernel to work.)&lt;BR /&gt;&lt;BR /&gt;I will assign points to all helpful replies so don't be shy.</description>
      <pubDate>Fri, 19 Apr 2002 16:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707340#M1474</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-04-19T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707341#M1475</link>
      <description>This is an interesting problem you have here.  The only thing I can think of is something in the bzImage you are using is corrupted.  One thing you can do to isolate that it is the kernel image that is causing this is copy the kernel to a floppy as a disk image 'dd if=bzImage of=/dev/fd0' . This will create a bootable disk with just the kernel on it.  If that disk fails to boot then I'd suggest rebuilding the kernel and trying again.  If that fails, then its time to test the kernel for what is going wrong.  For a test kernel, I'd recomend using loadable modules whenever possible and removing the modules from /etc/conf.modules .  Also try and removing any non essential options from the kernel.  The goal is to try and get a working kernel and slowly add things back in.  Hopefully you'll get a usable kernel with everything you need, or find out which kernel option/module is failing.</description>
      <pubDate>Fri, 19 Apr 2002 18:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707341#M1475</guid>
      <dc:creator>Jeffrey Wong</dc:creator>
      <dc:date>2002-04-19T18:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707342#M1476</link>
      <description>Could you post whatever it logs when it reboots (or does it do so even before any file systems are mounted and kernel logging is turned on?&lt;BR /&gt;&lt;BR /&gt;Did you make a new initrd for the Kernel, did you ensure that the sysmap was properly created and installed?&lt;BR /&gt;&lt;BR /&gt;Mark.</description>
      <pubDate>Fri, 19 Apr 2002 22:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707342#M1476</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-04-19T22:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707343#M1477</link>
      <description>Jeffrey - The kernel is too large to fit on a single disk. I will create another tonight that is modules when possible and let you know. &lt;BR /&gt;&lt;BR /&gt;Mark - I did create the initrd image (even though I am not using any scsi devices) and that went fine. The kernel doesn't log anything since it reboots after displaying the uncompressing vmlinuz-2.4.16 .............. at the beginning of the boot. As far as the sysmap goes. I ran a diff on the working kernel's sysmap.h file and the new kernel's sysmap.h file and there was no difference what-so-ever. Other than that I don't know what to run.&lt;BR /&gt;&lt;BR /&gt;Don't worry, I haven't forgottoen about points, I am waiting until I get this resolved and I will assign them accordingly. Thanks for the help so far.</description>
      <pubDate>Sat, 20 Apr 2002 03:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707343#M1477</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-04-20T03:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707344#M1478</link>
      <description>Its tough to try to diagnose kernel boot problems without some details on your hardware and some of the basic choices made in the kernel configuration. Most likely, there is a miss-match between your CPU and the CPU architecture selected in your .config.&lt;BR /&gt;&lt;BR /&gt;I would suggest that you start with a RH .config file from the RH kernel-source RPM. The RH kernel source RPM includes a "configs" directory which contains the ".config"s used to build the RH kernel RPM's. &lt;BR /&gt;&lt;BR /&gt;Pick the config file that matches your current kernel and architecture (see NOTE below) &amp;amp; copy that file to your new source directory and name it ".config". Then run "make oldconfig". This will quickly go through the existing ".config" and prompt for any new options which may have been added. Answer any new questions appropriately.&lt;BR /&gt;&lt;BR /&gt;Now you can continue on with your "make *config", "make dep", etc. You should end-up with a bootable kernel.&lt;BR /&gt;&lt;BR /&gt;-chuck&lt;BR /&gt;&lt;BR /&gt;NOTE: I have a system to figure out exactly which config file matches the running kernel, but its too complicated to post here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Apr 2002 20:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707344#M1478</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2002-04-21T20:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707345#M1479</link>
      <description>Thanks Chuck I will try that tonight when I get home. &lt;BR /&gt;&lt;BR /&gt;FYI - I tried the other suggestions with not much luck. I decided to try the most recent stable kernel 2.4.18 and that one actually starts to boot, but stops when it tried to run init. It says that there is no init found and passing init= to kernel. Any idea why this would be happening? sounds like it can't access the disk or something to me, but that is only a guess since I haven't seen this error before.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help so far. ( I am posting points to the first two replies since I have tried their suggestions already)</description>
      <pubDate>Mon, 22 Apr 2002 17:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707345#M1479</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-04-22T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707346#M1480</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;sorry for dropping in like that, but..&lt;BR /&gt;&lt;BR /&gt;what chuck described in his last post is what does it for me!!! i also had a problem with booting new 2.4.18 kernel, like you, jeffrey, and i followed the instructions and DONE! it was that my compiler, for no reason whatsoever, choose i686 arch for pentuim 133 - my netserver lc, instead of i586, like kernel 2.2.16 ran on!!&lt;BR /&gt;&lt;BR /&gt;regards, himba</description>
      <pubDate>Mon, 29 Apr 2002 14:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707346#M1480</guid>
      <dc:creator>himba</dc:creator>
      <dc:date>2002-04-29T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707347#M1481</link>
      <description>Chuck your suggestion did work. Thanks for all the help.</description>
      <pubDate>Mon, 29 Apr 2002 15:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707347#M1481</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2002-04-29T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel upgrade not bootable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707348#M1482</link>
      <description>Chuck,&lt;BR /&gt;&lt;BR /&gt;could you mail some info on how to match up the running kernel with a .config file (I.e. extract the config out the kernel if possible)&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2002 10:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-upgrade-not-bootable/m-p/2707348#M1482</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2002-05-07T10:50:35Z</dc:date>
    </item>
  </channel>
</rss>

