<?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 Boot kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314408#M12843</link>
    <description>When I boot the RH linux , there are many kernel that I can choose , it will automatically boot the top one of the menu , how can I force the system boot to a specify kernel ? thx.</description>
    <pubDate>Thu, 24 Jun 2004 08:33:41 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-06-24T08:33:41Z</dc:date>
    <item>
      <title>Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314408#M12843</link>
      <description>When I boot the RH linux , there are many kernel that I can choose , it will automatically boot the top one of the menu , how can I force the system boot to a specify kernel ? thx.</description>
      <pubDate>Thu, 24 Jun 2004 08:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314408#M12843</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-24T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314409#M12844</link>
      <description>With the grub boot loader I think you can scroll down to kernel you want. Try click or&lt;BR /&gt;use arrow keys.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Thu, 24 Jun 2004 08:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314409#M12844</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-06-24T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314410#M12845</link>
      <description>Edit the grub.conf (or menu.lst) file.&lt;BR /&gt;At the top it has a reference to the default kernel to boot.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 24 Jun 2004 09:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314410#M12845</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-06-24T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314411#M12846</link>
      <description>To expand upon Jerome's post, the 'default' value is the numerical position on the menu (of the 'title ' entries), starting from 0.&lt;BR /&gt;&lt;BR /&gt;So if you want the 6th 'title' entry to be the default, set it to 'default 5'.</description>
      <pubDate>Thu, 24 Jun 2004 18:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314411#M12846</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-24T18:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314412#M12847</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; If you are using the grub loader goto the grub.conf or lilo for lilo.conf file. There only the kernel bootup display order will be available.&lt;BR /&gt;&lt;BR /&gt; default keyword contains the (kernel number -1 ) value. That kernel will be executed by default. &lt;BR /&gt;&lt;BR /&gt; Change the delay options,so that we can execute other kernels using arrow up and down within that time.&lt;BR /&gt;&lt;BR /&gt; In grub.conf delay is used as timeout keyword.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Thu, 24 Jun 2004 23:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314412#M12847</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-24T23:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314413#M12848</link>
      <description>hi,&lt;BR /&gt;grub was already explained ...so  the lilo.&lt;BR /&gt;If you are using lilo bootloader, the config file is /etc/lilo.conf and on the top is reference on default kernel (I use win4lin kernel):&lt;BR /&gt;###&lt;BR /&gt;default = win4lin&lt;BR /&gt;###&lt;BR /&gt;which has to match the particular name of kernel in /boot/&lt;BR /&gt;so look there and change the line for desired kernel image.&lt;BR /&gt;others parameters are&lt;BR /&gt;lable - name for kernel, you can change   &lt;BR /&gt;        it, you will see in menu before boot&lt;BR /&gt;initrd - initial ramdisk which loaded    &lt;BR /&gt;        necessary modules for boot (eg. for &lt;BR /&gt;        LVM, for creation new one use &lt;BR /&gt;        mkinitrd)&lt;BR /&gt;root - it says on which dev is / fs (can't be &lt;BR /&gt;       on logical volume)&lt;BR /&gt;vga - setting for monitor/display during boot   &lt;BR /&gt;      process&lt;BR /&gt;&lt;BR /&gt;append - boot parameters,eg. you can forbid         &lt;BR /&gt;     acpi or init=/bin/bash ;-)&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;br Jan&lt;BR /&gt;         &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 08:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314413#M12848</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-06-25T08:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Boot kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314414#M12849</link>
      <description>Hi Peter&lt;BR /&gt;&lt;BR /&gt;In /etc/lilo.conf put &lt;BR /&gt;default=&lt;LABEL name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Sajeesh&lt;BR /&gt;&lt;BR /&gt;&lt;/LABEL&gt;</description>
      <pubDate>Sat, 26 Jun 2004 21:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/boot-kernel/m-p/3314414#M12849</guid>
      <dc:creator>Sajeesh O.K</dc:creator>
      <dc:date>2004-06-26T21:21:00Z</dc:date>
    </item>
  </channel>
</rss>

