<?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: How to delete old kernel from Redhat Fedora 9.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380690#M14109</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the file /boot/grub/grub.conf there must be a line which starts with kernel. See if it is pointing to the right version. I suggest you that you first make a separate entry in the menu with the new kernel and then try it. A rescue floppy is also a good thing beffore messing with boot loaders.&lt;BR /&gt;To preparethe boot flopy (before changing grub.conf) do:&lt;BR /&gt;&lt;BR /&gt;fdformat /dev/fd0H1440&lt;BR /&gt;mke2fs /dev/fd0&lt;BR /&gt;mount -t ext2 /dev/fd0 /mnt/floppy&lt;BR /&gt;grub-install --root-directory=/mnt/floppy '(fd0)'&lt;BR /&gt;cp /boot/grub/grub.conf /mnt/floppy/boot/grub/grub.conf&lt;BR /&gt;umount /mnt/floppy&lt;BR /&gt;&lt;BR /&gt;For the help about grub do:&lt;BR /&gt;info grub&lt;BR /&gt;&lt;BR /&gt;To delete the old kernel (after tested the new one). If you have upgraded the kernel using the command:&lt;BR /&gt;rpm -ivh kernel-?new?.rpm&lt;BR /&gt;Remove the old kernel using:&lt;BR /&gt;rpm -e kernel-?old?.rpm&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
    <pubDate>Thu, 16 Sep 2004 15:39:30 GMT</pubDate>
    <dc:creator>Bojan Nemec</dc:creator>
    <dc:date>2004-09-16T15:39:30Z</dc:date>
    <item>
      <title>How to delete old kernel from Redhat Fedora 9.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380687#M14106</link>
      <description>I have noticed that when I have upgraded the kernel still keeps the old versions in Fedora and it will not reboot from the most latest one. So, I would like to know what will be the best option to remove the old kernels once I know that the latest is working fine. I will really appreciated, and I will assign points to the best answers. I am new of this field, and most of my experience is in HP-UX, but I have installed for educational and learning purpose.</description>
      <pubDate>Thu, 16 Sep 2004 14:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380687#M14106</guid>
      <dc:creator>Reynaldo Torres</dc:creator>
      <dc:date>2004-09-16T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete old kernel from Redhat Fedora 9.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380688#M14107</link>
      <description>Which boot loader are you using? Lilo or Grub? &lt;BR /&gt;&lt;BR /&gt;either way you will need to modify your /etc/lilo.conf or /etc/grub.conf  make sure you are pointing to the correct vmlinuz file. then run lilo -v to load the RAM images and reboot.</description>
      <pubDate>Thu, 16 Sep 2004 14:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380688#M14107</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-09-16T14:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete old kernel from Redhat Fedora 9.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380689#M14108</link>
      <description>I am using Grub. I will really appreciated if you could be more specific on what I need to do in order to remove the old kernels without doing any damage to the most latest one.&lt;BR /&gt;&lt;BR /&gt;Thansk again,&lt;BR /&gt;&lt;BR /&gt;Reynaldo</description>
      <pubDate>Thu, 16 Sep 2004 14:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380689#M14108</guid>
      <dc:creator>Reynaldo Torres</dc:creator>
      <dc:date>2004-09-16T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete old kernel from Redhat Fedora 9.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380690#M14109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the file /boot/grub/grub.conf there must be a line which starts with kernel. See if it is pointing to the right version. I suggest you that you first make a separate entry in the menu with the new kernel and then try it. A rescue floppy is also a good thing beffore messing with boot loaders.&lt;BR /&gt;To preparethe boot flopy (before changing grub.conf) do:&lt;BR /&gt;&lt;BR /&gt;fdformat /dev/fd0H1440&lt;BR /&gt;mke2fs /dev/fd0&lt;BR /&gt;mount -t ext2 /dev/fd0 /mnt/floppy&lt;BR /&gt;grub-install --root-directory=/mnt/floppy '(fd0)'&lt;BR /&gt;cp /boot/grub/grub.conf /mnt/floppy/boot/grub/grub.conf&lt;BR /&gt;umount /mnt/floppy&lt;BR /&gt;&lt;BR /&gt;For the help about grub do:&lt;BR /&gt;info grub&lt;BR /&gt;&lt;BR /&gt;To delete the old kernel (after tested the new one). If you have upgraded the kernel using the command:&lt;BR /&gt;rpm -ivh kernel-?new?.rpm&lt;BR /&gt;Remove the old kernel using:&lt;BR /&gt;rpm -e kernel-?old?.rpm&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 16 Sep 2004 15:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-delete-old-kernel-from-redhat-fedora-9-0/m-p/3380690#M14109</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-09-16T15:39:30Z</dc:date>
    </item>
  </channel>
</rss>

