<?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: Upgrade the linux kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541875#M17495</link>
    <description>I always found hard to upgrade the kernel in Redhat distributions. I suggest you to install the latest Fedora (3).&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 May 2005 01:13:43 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2005-05-11T01:13:43Z</dc:date>
    <item>
      <title>Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541874#M17494</link>
      <description>I hv just install a stand alone RH server , I want to update it to the latest packages ( kernel ) , could suggest what is the way to do that ?  could I just download the latest kernel rpm and install it ? or I need to do anything ? thx</description>
      <pubDate>Wed, 11 May 2005 01:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541874#M17494</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-11T01:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541875#M17495</link>
      <description>I always found hard to upgrade the kernel in Redhat distributions. I suggest you to install the latest Fedora (3).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 01:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541875#M17495</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-05-11T01:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541876#M17496</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I always use yum, but you can also use up2date (that's graphical). &lt;BR /&gt;You can also just download an rpm and install it. &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Wed, 11 May 2005 01:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541876#M17496</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-11T01:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541877#M17497</link>
      <description>Given that Fedora is just a new name for the 'free' RH versions, I don't see a difference in the process involved.&lt;BR /&gt;&lt;BR /&gt;Yes, you can just download the latest kernel update from RH for your distribution, and then 'rpm -ivh kernel-x.xx.xx-....rpm' on your server after transferring the file onto it.&lt;BR /&gt;&lt;BR /&gt;Make sure you get the appropraite one for your archetecture, and SMP if your server supports it.</description>
      <pubDate>Wed, 11 May 2005 01:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541877#M17497</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-11T01:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541878#M17498</link>
      <description>thx all replies,&lt;BR /&gt;&lt;BR /&gt;I am wonder how many methods can do that and what is the difference :&lt;BR /&gt;&lt;BR /&gt;in the above suggestion : I find two methods 1. download the related rpm 'rpm -ivh kernel-x.xx.xx-....rpm' ;&lt;BR /&gt;&lt;BR /&gt;2. use up2date , &lt;BR /&gt;&lt;BR /&gt;what is the differece between them ? which one is better ? &lt;BR /&gt;do up2date need connect to internet ? need any registration ?  &lt;BR /&gt;&lt;BR /&gt;thx a lot&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 01:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541878#M17498</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-11T01:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541879#M17499</link>
      <description>up2date requires internet connection, it has pretty decent GUI to walk you through update process. Also it requires you to have a RHN subscription.&lt;BR /&gt;&lt;BR /&gt;on the other hand, if you can download all related updated rpms for your distribution, then you can upgrade your system(including kernel) by the following method&lt;BR /&gt;&lt;BR /&gt;goto the directory where all RPMs are stored&lt;BR /&gt;&lt;BR /&gt;run: rpm -Fvh *.rpm&lt;BR /&gt;&lt;BR /&gt;-F option does freshen, as the name implies it checks for the installed RPMs and check whether any new version available on the local directory if so it upgrades that rpm with the new one. Other rpm's are left untouched. This process even takes care of kernel rpms. if you are having RH 8.0 and above then kernel upgrade process using rpm command works without any issues. I have done the above procedure a lot of times, i never faced any issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 11 May 2005 01:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541879#M17499</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-11T01:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541880#M17500</link>
      <description>thx for your explaination , could advise if I use up2date method , what is the procedure to do it ? thx</description>
      <pubDate>Wed, 11 May 2005 02:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541880#M17500</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-11T02:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541881#M17501</link>
      <description>I hv one question , does two method have the same result ? &lt;BR /&gt;I guess the up2date will upgrade all to the latest packages , but download rpm method only upgrade the kernel but not packages , am I right ? thx</description>
      <pubDate>Wed, 11 May 2005 02:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541881#M17501</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-11T02:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541882#M17502</link>
      <description>&lt;BR /&gt;if you are new to linux then i would suggest to go for up2date (u need to have RHN subscription), or if you are a power user and willing to explore some more options in linux then i would suggest to go for downloading of rpms&lt;BR /&gt;&lt;BR /&gt;downloading of rpms is your choice, you can decide which rpm to download. it is equivalent to up2date in which, you will simply select the packages to be upgraded and up2date will download those and update. incase of the other method, you download the required rpms and manually update them with rpm -Fvh *.rpm command&lt;BR /&gt;&lt;BR /&gt;there is no difference between the two except up2date is designed for new users from windows platform&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 11 May 2005 02:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541882#M17502</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-11T02:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541883#M17503</link>
      <description>Hi&lt;BR /&gt;Downlaod the latest kernel ( rpm ) &lt;BR /&gt;do &lt;BR /&gt;rpm -ivh kernel-new.rpm&lt;BR /&gt;( dont use Uvh )&lt;BR /&gt;Once done boot your machine from the new kernel. If its ok remove the older kernel.&lt;BR /&gt;Using ivh is imp as if you have issues with new kernel you can atleat boot from the older one.&lt;BR /&gt;&lt;BR /&gt;Else if you like you can use yum/up2date etc..&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Vipul</description>
      <pubDate>Wed, 11 May 2005 05:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541883#M17503</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2005-05-11T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541884#M17504</link>
      <description>If u want to update only the kernel, then u can download the kernel source from kernel.org , unzip the file ,&lt;BR /&gt;go to the extracted directory eg ./usr/src/linux-2.6.xx&lt;BR /&gt;if u are using X , u can run 'make xconfig' in that directory to select what all options or drivers u want to include in ur kernel, then do a 'make dep' to setup all dependencies, then 'make clean' , then 'make bzImage' ( this is the long process ) which will make the mew kernel , then issue 'make modules' ( if u selected any drivers as modules ) , then do a 'make modules_install' ( only for modular kernel ) , then do a 'make install' which will copy the kernel and the required files to the correct directories . After rebooting u will get the option to boot to the new kernel..&lt;BR /&gt;&lt;BR /&gt;this may not be a simple thing if u r new to linux</description>
      <pubDate>Wed, 11 May 2005 08:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541884#M17504</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-05-11T08:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541885#M17505</link>
      <description>Upgrading FC3 kernel 2.6.9-1.667 to 2.6.10 and compiling it   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Upgrading FC3 kernel 2.6.9-1.667 to 2.6.10 and compiling it( almost same steps to upgrade to 2.6.11 and above ....note--&amp;gt; also check additional documentation)&lt;BR /&gt;#############################################################&lt;BR /&gt;&lt;BR /&gt;1. First of all know what version ur kernel is&lt;BR /&gt;&lt;BR /&gt;[root@Fed3 ~]# rpm -q kernel&lt;BR /&gt;kernel-2.6.9-1.667&lt;BR /&gt;Here the reply to rpm kernel query is kernel-2.6.9-1.667&lt;BR /&gt;So, google kernel-2.6.9-1.667.src.rpm and download it, as FC3 on installation doesnot have the /usr/src/linux-version source directory by default.&lt;BR /&gt;&lt;BR /&gt;You can download FC3 your-kernel-ver-src.rpm from &lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/&lt;/A&gt;&lt;BR /&gt;Install kernel-&lt;VERSION&gt;.src.rpm (given the default RPM configuration, the files this package contains will be written to /usr/src/redhat/)&lt;BR /&gt;&lt;BR /&gt;2. Next issue the command&lt;BR /&gt;[root@Fed3 ~]#rpmbuild -bp --target=noarch /usr/src/redhat/SPECS/kernel-2.6.spec&lt;BR /&gt;&lt;BR /&gt;This will create /usr/src/redhat/BUILD/kernel-2.6.9/ directory with kernel source, which will have a file... kernel-2.6.9-i686.config, required if u want to atleast retain your existing kernel/device... configurations support in the new kernel(2.6.10-x.y)&lt;BR /&gt;&lt;BR /&gt;3. Download the latest stable kernel source(herein 2.6.10 kernel), say linux-2.6.10.tar.bz2.&lt;BR /&gt;[root@Fed3 ~]#bzip2 -cd linux-2.6.10.tar.bz2 | tar xvf - -C /usr/src/&lt;BR /&gt;&lt;BR /&gt;Here, /usr/src is the location where we want to put the new kernel source(u can opt alternate locations too)&lt;BR /&gt;&lt;BR /&gt;[root@Fed3 ~]#cd /usr/src/linux-2.6.10/&lt;BR /&gt;[root@Fed3 ~]#make mrproper&lt;BR /&gt;[root@Fed3 ~]#uname -rm (to check if ur system architecture is i386 or i686...."did u see above the file named kernel-2.6.9-i686.config")&lt;BR /&gt;&lt;BR /&gt;4. Copy kernel-2.6.9-i686.config to /usr/src/linux-2.6.10/.config&lt;BR /&gt;[root@Fed3 ~]#cp /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9/configs/kernel-2.6.9-i686.conf&lt;BR /&gt;ig /usr/src/linux-2.6.10/.config&lt;BR /&gt;[root@Fed3 ~]#make oldconfig (to retain ur previous kernel configuration support), Huh....this take lotsa time.&lt;BR /&gt;&lt;BR /&gt;5. [root@Fed3 ~]#make menuconfig (Add support to new devices,cbq or u32 support, etc, etc)&lt;BR /&gt;&lt;BR /&gt;6. [root@Fed3 ~]#make all&lt;BR /&gt;&lt;BR /&gt;7. [root@Fed3 ~]#make modules_install&lt;BR /&gt;&lt;BR /&gt;8. [root@Fed3 ~]# make install&lt;BR /&gt;&lt;BR /&gt;9. Edit grub.conf (/boot/grub/grub.conf)&lt;BR /&gt;[root@Fed3 ~]#vi /boot/grub/grub.conf&lt;BR /&gt;####### grub.conf after compilation################&lt;BR /&gt;&lt;BR /&gt;# grub.conf generated by anaconda&lt;BR /&gt;#&lt;BR /&gt;# Note that you do not have to rerun grub after making changes to this file&lt;BR /&gt;# NOTICE: You have a /boot partition. This means that&lt;BR /&gt;# all kernel and initrd paths are relative to /boot/, eg.&lt;BR /&gt;# root (hd0,0)&lt;BR /&gt;# kernel /vmlinuz-version ro root=/dev/hdc2&lt;BR /&gt;# initrd /initrd-version.img&lt;BR /&gt;#boot=/dev/hdc&lt;BR /&gt;default=1&lt;BR /&gt;timeout=5&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Fedora Core (2.6.10)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.6.10 ro root=LABEL=/1 rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.10.img&lt;BR /&gt;title Fedora Core (2.6.9-1.667)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.9-1.667.img&lt;BR /&gt;&lt;BR /&gt;In the above file...just change the default=1 value to default=0, so that your new,shiny kernel becomes the default boot kernel......Like this-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;######### New grub.conf###############&lt;BR /&gt;&lt;BR /&gt;# grub.conf generated by anaconda&lt;BR /&gt;#&lt;BR /&gt;# Note that you do not have to rerun grub after making changes to this file&lt;BR /&gt;# NOTICE: You have a /boot partition. This means that&lt;BR /&gt;# all kernel and initrd paths are relative to /boot/, eg.&lt;BR /&gt;# root (hd0,0)&lt;BR /&gt;# kernel /vmlinuz-version ro root=/dev/hdc2&lt;BR /&gt;# initrd /initrd-version.img&lt;BR /&gt;#boot=/dev/hdc&lt;BR /&gt;default=0&lt;BR /&gt;timeout=5&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Fedora Core (2.6.10)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.6.10 ro root=LABEL=/1 rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.10.img&lt;BR /&gt;title Fedora Core (2.6.9-1.667)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.9-1.667.img&lt;BR /&gt;&lt;BR /&gt;10. Reboot your linux box .... It will ask you to choose which kernel to boot (default 5 secs time)...or maybe u can give a tab, after a few seconds of startup to open and choose the kernel boot menu.&lt;BR /&gt;&lt;BR /&gt;Thats it..... Everybody should use the above steps at his own risk....although the author has successfully compiled and upgraded the 2.6 kernel with the above steps...he cannot guarantee successful implementation.&lt;/VERSION&gt;</description>
      <pubDate>Wed, 26 Jul 2006 04:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/upgrade-the-linux-kernel/m-p/3541885#M17505</guid>
      <dc:creator>Madan Thapa</dc:creator>
      <dc:date>2006-07-26T04:14:53Z</dc:date>
    </item>
  </channel>
</rss>

