<?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 compile kernel and (if needed) boot off backup kernel? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932310#M46227</link>
    <description>First, install the kernel source three as explained in the Fedora Core 4 Release Notes:&lt;BR /&gt;&lt;BR /&gt;fedora.redhat.com/docs/release-notes/&lt;BR /&gt;&lt;BR /&gt;Then run:&lt;BR /&gt;cd /usr/src/linux&lt;BR /&gt;cp /boot/config-&lt;VERSION&gt; .config&lt;BR /&gt;make mrproper&lt;BR /&gt;make menuconfig -------&amp;gt; select options&lt;BR /&gt;make dep   -----&amp;gt; (only needed in 2.4 kernels)&lt;BR /&gt;make clean &lt;BR /&gt;make bzImage&lt;BR /&gt;make modules&lt;BR /&gt;make modules_install&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;The make install command will add an entry in the grub.conf for the new kernel, and maintain the old kernel entry. If you have problems booting the new kernel, just select to boot the old kernel.&lt;/VERSION&gt;</description>
    <pubDate>Sun, 09 Oct 2005 13:15:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-10-09T13:15:22Z</dc:date>
    <item>
      <title>how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932308#M46225</link>
      <description>Does anyone have a "how to compile the kernel" cheat sheet that is known to work for the Fedora Core 4 (kernel 2.6) flavor?&lt;BR /&gt;&lt;BR /&gt;I'm looking for something that (also) includes instrs for making a backup copy of the current kernel, and instrs for doing an attended mode boot (that's what it's called in HP-UX land, I don't know what it's called in linux-land) off of that backed up kernel - in case the newly-recompiled kernel doesn't work out.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sun, 09 Oct 2005 06:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932308#M46225</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2005-10-09T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932309#M46226</link>
      <description>Have a look at the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html" target="_blank"&gt;http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Sun, 09 Oct 2005 12:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932309#M46226</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-10-09T12:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932310#M46227</link>
      <description>First, install the kernel source three as explained in the Fedora Core 4 Release Notes:&lt;BR /&gt;&lt;BR /&gt;fedora.redhat.com/docs/release-notes/&lt;BR /&gt;&lt;BR /&gt;Then run:&lt;BR /&gt;cd /usr/src/linux&lt;BR /&gt;cp /boot/config-&lt;VERSION&gt; .config&lt;BR /&gt;make mrproper&lt;BR /&gt;make menuconfig -------&amp;gt; select options&lt;BR /&gt;make dep   -----&amp;gt; (only needed in 2.4 kernels)&lt;BR /&gt;make clean &lt;BR /&gt;make bzImage&lt;BR /&gt;make modules&lt;BR /&gt;make modules_install&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;The make install command will add an entry in the grub.conf for the new kernel, and maintain the old kernel entry. If you have problems booting the new kernel, just select to boot the old kernel.&lt;/VERSION&gt;</description>
      <pubDate>Sun, 09 Oct 2005 13:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932310#M46227</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-09T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932311#M46228</link>
      <description>&lt;A href="http://www.tldp.org/LDP/lame/LAME/linux-admin-made-easy/kernel-custom.html" target="_blank"&gt;http://www.tldp.org/LDP/lame/LAME/linux-admin-made-easy/kernel-custom.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.falkotimme.com/howtos/debian_kernel2.6_compile/index.php" target="_blank"&gt;http://www.falkotimme.com/howtos/debian_kernel2.6_compile/index.php&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://fedora.redhat.com/docs/release-notes/fc4/#sn-kernel" target="_blank"&gt;http://fedora.redhat.com/docs/release-notes/fc4/#sn-kernel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 10 Oct 2005 00:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932311#M46228</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-10T00:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932312#M46229</link>
      <description>Ivan, I couldn't find the Fedore Core kernel src here:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; fedora.redhat.com/docs/release-notes/&lt;BR /&gt;&lt;BR /&gt;All I saw were links for downloading the&lt;BR /&gt;ISO images for a full Fedora install.&lt;BR /&gt;&lt;BR /&gt;Could you please give me a more direct/specific URL?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 10 Oct 2005 01:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932312#M46229</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2005-10-10T01:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932313#M46230</link>
      <description>Here it is, &lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/&lt;/A&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 01:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932313#M46230</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-10T01:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932314#M46231</link>
      <description>Okay, one more question...&lt;BR /&gt;The files here (below) aren't zipped tarballs,&lt;BR /&gt;they're rpm files.  What's the cmd/syntax&lt;BR /&gt;I should use to download them?&lt;BR /&gt;&lt;BR /&gt;Thanks again....&lt;BR /&gt;&lt;BR /&gt;---- cut here ----&lt;BR /&gt;&lt;BR /&gt;Here it is, &lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates&lt;/A&gt;&lt;BR /&gt;/4/&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/update" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/update&lt;/A&gt;&lt;BR /&gt;s/4/i386/&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates&lt;/A&gt;&lt;BR /&gt;/4/SRPMS/</description>
      <pubDate>Mon, 10 Oct 2005 02:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932314#M46231</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2005-10-10T02:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932315#M46232</link>
      <description>According th FC4 release notes (&lt;A href="http://fedora.redhat.com/docs/release-notes/fc4/)," target="_blank"&gt;http://fedora.redhat.com/docs/release-notes/fc4/),&lt;/A&gt; You can obtain kernel-src file by running the following command:&lt;BR /&gt;# up2date --get-source kernel&lt;BR /&gt;&lt;BR /&gt;Alternative link to the kernel source:&lt;BR /&gt;&lt;A href="http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/" target="_blank"&gt;http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Release notes document also has installation manual (check out "6.2.2.3. Preparing for Kernel Development" section).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 10 Oct 2005 02:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932315#M46232</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-10-10T02:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932316#M46233</link>
      <description>Its fine if its not .zipped, you can use wget to download files, &lt;BR /&gt;&lt;BR /&gt;# wget -c &lt;URL_TO_DOWNLOAD&gt; &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/URL_TO_DOWNLOAD&gt;</description>
      <pubDate>Mon, 10 Oct 2005 02:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932316#M46233</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-10T02:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to compile kernel and (if needed) boot off backup kernel?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932317#M46234</link>
      <description>.</description>
      <pubDate>Mon, 06 Mar 2006 04:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-compile-kernel-and-if-needed-boot-off-backup-kernel/m-p/4932317#M46234</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2006-03-06T04:53:19Z</dc:date>
    </item>
  </channel>
</rss>

