<?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 Re: new kernel will not boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731401#M78541</link>
    <description>Opps, I meant vmlinuz-2.2.12-20 file, and not directory.  The vmlinuz is linked to the file vmlinuz-2.2.12-20, and there is no file like this for 2.4.18.&lt;BR /&gt;&lt;BR /&gt;KM</description>
    <pubDate>Sat, 25 May 2002 12:29:52 GMT</pubDate>
    <dc:creator>Karim Manji</dc:creator>
    <dc:date>2002-05-25T12:29:52Z</dc:date>
    <item>
      <title>new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731396#M78536</link>
      <description>I installed the Linux Kernel 2.4.18 and then edited the lilo.conf file to have entries for both, with the default being 2.4.18.&lt;BR /&gt;&lt;BR /&gt;The problem I am having, when booting the new kernel, it is not able to find the image, and thus just keeps rebooting to the Lilo prompt.  &lt;BR /&gt;&lt;BR /&gt;If I choose to boot the old kernel all works fine.&lt;BR /&gt;&lt;BR /&gt;In the /boot directory I have the file vmlinuz linked to the old kernel file vmlinuz-2.2.12-20.  I don't see a similar file for the new kernel.  The image I copied from /usr/src/linux/arch/i386/boot/bzImage to /boot is bzImage-2.4.18.&lt;BR /&gt;&lt;BR /&gt;Can anyone help point me in the right direction, so that I may be able to boot the new installed kernel.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;KM</description>
      <pubDate>Fri, 24 May 2002 16:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731396#M78536</guid>
      <dc:creator>Karim Manji</dc:creator>
      <dc:date>2002-05-24T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731397#M78537</link>
      <description>Hello Karim,&lt;BR /&gt;&lt;BR /&gt;If I were you I would post /etc/lilo.conf, just in case there is a configuration issue.&lt;BR /&gt;&lt;BR /&gt;Other thing : could you please post also the config file used to compile the 2.4.18 kernel (/usr/src/linux/.config) ? May be some drivers are missing so the kernel loading cannot be completed.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 17:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731397#M78537</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-05-24T17:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731398#M78538</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;As you requested attached are the lilo.conf and /usr/src/linux/.config file for the Kernel 2.4.18.</description>
      <pubDate>Fri, 24 May 2002 21:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731398#M78538</guid>
      <dc:creator>Karim Manji</dc:creator>
      <dc:date>2002-05-24T21:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731399#M78539</link>
      <description>I notices one thing:&lt;BR /&gt;&lt;BR /&gt;image=/boot/bzImage-2.4.18&lt;BR /&gt;        label=linux-2418&lt;BR /&gt;        initrd=/boot/initrd-2.2.12-20.img &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;        read-only&lt;BR /&gt;        root=/dev/hda2&lt;BR /&gt;image=/boot/vmlinuz-2.2.12-20&lt;BR /&gt;        label=linux-2.2.12&lt;BR /&gt;        initrd=/boot/initrd-2.2.12-20.img &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;        read-only&lt;BR /&gt;        root=/dev/hda2&lt;BR /&gt;&lt;BR /&gt;You have the same initrd file for both kernels.you need to make sure you have a new initrd for your new kernel in /boot and update the lilo.conf file to point to the new file.</description>
      <pubDate>Sat, 25 May 2002 10:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731399#M78539</guid>
      <dc:creator>Jeff Billman</dc:creator>
      <dc:date>2002-05-25T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731400#M78540</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;I created a /boot/initrd-2.4.18.img,edited lilo.conf and ran /sbin/lilo.  It made no difference.  My PC will boot to the LILO Boot: prompt and try to boot (Loading linux-2418.....) and reboot back to the LILO Boot prompt, it will do this till I make it boot from the old kernel.  I think it has to do with the vmlinuz (which is linked to the vmlinuz-2.2.12-20 directory.  However, I don't have a similar directory for 2.4.18.&lt;BR /&gt;&lt;BR /&gt;As for the initrd file, as from a previous post, it was explained to me that initrd is used if you are using a scsi boot disk.  If you are using IDE (as I am) it is not needed.  I have also tried the boot with this line deleted, and now with a initrd for 2.4.18.&lt;BR /&gt;&lt;BR /&gt;KM&lt;BR /&gt;&lt;BR /&gt;understanding (from a previous post) is the</description>
      <pubDate>Sat, 25 May 2002 12:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731400#M78540</guid>
      <dc:creator>Karim Manji</dc:creator>
      <dc:date>2002-05-25T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731401#M78541</link>
      <description>Opps, I meant vmlinuz-2.2.12-20 file, and not directory.  The vmlinuz is linked to the file vmlinuz-2.2.12-20, and there is no file like this for 2.4.18.&lt;BR /&gt;&lt;BR /&gt;KM</description>
      <pubDate>Sat, 25 May 2002 12:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731401#M78541</guid>
      <dc:creator>Karim Manji</dc:creator>
      <dc:date>2002-05-25T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: new kernel will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731402#M78542</link>
      <description>Yes, the 'initrd' is to pre-load certain modules for the boot process that haven't been loaded into the kernel by default.&lt;BR /&gt;&lt;BR /&gt;usually this means 'SCSI' modules, but sometimes can mean other things (ie. booting of external network devices etc.).&lt;BR /&gt;&lt;BR /&gt;If it is having trouble trying to boot of a kernel that's been made cleanly, it WILL be showing up some sort of message.  It might be flashing up pretty quick, but it will be there.&lt;BR /&gt;&lt;BR /&gt;I take it from your message that you're using an older version of lilo (ie. pre gui startup (thus don't have to CTRL-X to see lilo:))?&lt;BR /&gt;&lt;BR /&gt;It'd be nice if we could have a look through the .config if your kernel source so we can see what you've got as modules, and what you've got as compiled in..</description>
      <pubDate>Mon, 27 May 2002 05:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/new-kernel-will-not-boot/m-p/2731402#M78542</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-05-27T05:08:57Z</dc:date>
    </item>
  </channel>
</rss>

