<?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: Update kernel booting linux from floppy in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274339#M12115</link>
    <description>Tom; it worked first try just as you wrote it !!&lt;BR /&gt;I did look at the man pages :o)&lt;BR /&gt;&lt;BR /&gt;Steven; thanks; my problem with the auto-update of grub is that grub still wants to boot SuSE.&lt;BR /&gt;&lt;BR /&gt;I'm on my development system; grub boots Widnows, SuSE, or selects floppy, which boots Fedora. Fedora mounts the SuSE partition under /SuSE&lt;BR /&gt;&lt;BR /&gt;When I finish with SuSE; soon; I'll look at getting grub to boot Fedora straight away.&lt;BR /&gt;&lt;BR /&gt;Thanks !!</description>
    <pubDate>Wed, 12 May 2004 14:59:06 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2004-05-12T14:59:06Z</dc:date>
    <item>
      <title>Update kernel booting linux from floppy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274336#M12112</link>
      <description>I keep getting a message from up2date that I should reboot and test a newly installed kernel. According to the up2date message I am running with 2115.nptl and need to test  the 2118.nptl vmlinuz. How to boot to the 2118.nptl? How to create a boot disk with the 2118.nptl kernel ??&lt;BR /&gt;&lt;BR /&gt;These boot images are in my /boot directory.&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--  1 root root 1252277 Oct 29  2003 vmlinuz-2.4.22-1.2115.nptl&lt;BR /&gt;-rw-r--r--  1 root root 1253413 Apr 21 19:53 vmlinuz-2.4.22-1.2188.nptl&lt;BR /&gt;&lt;BR /&gt;Thanks for any help !!&lt;BR /&gt;&lt;BR /&gt;Vern&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 13:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274336#M12112</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-12T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Update kernel booting linux from floppy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274337#M12113</link>
      <description>Vern,&lt;BR /&gt;&lt;BR /&gt;You should be able to select the new kernel from the boot loader, ie grub or lilo.  I've noticed that kernel updates do not select the new kernel by default.&lt;BR /&gt;&lt;BR /&gt;To make a new boot floppy use mkbootdisk&lt;BR /&gt;"mkbootdisk 2.4.22-1.2188.nptl" may work for you, but run "man mkbootdisk" and check the options before you try running it.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 13:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274337#M12113</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2004-05-12T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update kernel booting linux from floppy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274338#M12114</link>
      <description>I don't think you need to do a floppy.&lt;BR /&gt;&lt;BR /&gt;When you ran up2date it installed all the new files for a new kernel and it updated grub.conf&lt;BR /&gt;&lt;BR /&gt;All you should need to do is boot the box and the machine will automatically boot off the new kernel.&lt;BR /&gt;&lt;BR /&gt;If something went wrong and it won't boot, then there is an interactive display just prior to kernel load that lets you pick which kernel to boot. You use the arrow keys and hit enter to boot of the previous kernel.&lt;BR /&gt;&lt;BR /&gt;To make the chang permanent, you edit the grub.conf file, which is either in /etc/grub.conf or /boot/grub/grub.conf&lt;BR /&gt;&lt;BR /&gt;After install, there should be aline marked default=1&lt;BR /&gt;&lt;BR /&gt;That will be the new kernel. &lt;BR /&gt;&lt;BR /&gt;Change default=0 and the machine on power fail will boot off the old kernel.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2004 14:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274338#M12114</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-12T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update kernel booting linux from floppy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274339#M12115</link>
      <description>Tom; it worked first try just as you wrote it !!&lt;BR /&gt;I did look at the man pages :o)&lt;BR /&gt;&lt;BR /&gt;Steven; thanks; my problem with the auto-update of grub is that grub still wants to boot SuSE.&lt;BR /&gt;&lt;BR /&gt;I'm on my development system; grub boots Widnows, SuSE, or selects floppy, which boots Fedora. Fedora mounts the SuSE partition under /SuSE&lt;BR /&gt;&lt;BR /&gt;When I finish with SuSE; soon; I'll look at getting grub to boot Fedora straight away.&lt;BR /&gt;&lt;BR /&gt;Thanks !!</description>
      <pubDate>Wed, 12 May 2004 14:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/update-kernel-booting-linux-from-floppy/m-p/3274339#M12115</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-12T14:59:06Z</dc:date>
    </item>
  </channel>
</rss>

