<?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 find out which bootloader (grub/lilo) was used during the installation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809471#M23930</link>
    <description>You can also see your installation log, for example, on Red Hat Based distros, you will see an anaconda-ks.cfg file in the /root directory.&lt;BR /&gt;&lt;BR /&gt;You can also use:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/hda bs=512 count=1  2&amp;gt; /dev/null | strings | grep GRUB.&lt;BR /&gt;&lt;BR /&gt;If you see the workd GRUB in the results of the command, then GRUB was installed, in this example, in the MBR of the first IDE disk. You must replace your device according to your system (/dev/hda, /dev/sda).</description>
    <pubDate>Wed, 21 Jun 2006 10:10:49 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-06-21T10:10:49Z</dc:date>
    <item>
      <title>How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809469#M23928</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a few redhat servers in the lab.&lt;BR /&gt;How to find out which bootloader (grub/lilo) was used during the installation.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809469#M23928</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-06-21T04:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809470#M23929</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There should be a short display statement at boot.&lt;BR /&gt;&lt;BR /&gt;ll /boot/grub/grub.conf&lt;BR /&gt;&lt;BR /&gt;if its there, you are probably using grup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Jun 2006 06:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809470#M23929</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-21T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809471#M23930</link>
      <description>You can also see your installation log, for example, on Red Hat Based distros, you will see an anaconda-ks.cfg file in the /root directory.&lt;BR /&gt;&lt;BR /&gt;You can also use:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/hda bs=512 count=1  2&amp;gt; /dev/null | strings | grep GRUB.&lt;BR /&gt;&lt;BR /&gt;If you see the workd GRUB in the results of the command, then GRUB was installed, in this example, in the MBR of the first IDE disk. You must replace your device according to your system (/dev/hda, /dev/sda).</description>
      <pubDate>Wed, 21 Jun 2006 10:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809471#M23930</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-21T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809472#M23931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like one of my system does not have any boot loader.  Please suggest.&lt;BR /&gt;&lt;BR /&gt;# df -k&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sdb4              8256952   5882788   1954736  76% /&lt;BR /&gt;/dev/sda1               101588      5131     96457   6% /boot/efi&lt;BR /&gt;none                   4123104         0   4123104   0% /dev/shm&lt;BR /&gt;/dev/sdb5            130299864  13027464 110653552  11% /home&lt;BR /&gt;&lt;BR /&gt;#  dd if=/dev/sda bs=512 count=1 2&amp;gt; /dev/null | strings | grep GRUB&lt;BR /&gt;#  dd if=/dev/sda bs=512 count=1 2&amp;gt; /dev/null | strings | grep -i GRUB&lt;BR /&gt;#  dd if=/dev/sda bs=512 count=1 2&amp;gt; /dev/null | strings | grep -i lilo&lt;BR /&gt;&lt;BR /&gt;I have just upgraded this server using yum, but the system is continuing to boot using an old kernel version.  Need to change this and for this I need to know the boot loader&lt;BR /&gt;&lt;BR /&gt;Please suggest.</description>
      <pubDate>Thu, 22 Jun 2006 06:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809472#M23931</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-06-22T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809473#M23932</link>
      <description># pwd&lt;BR /&gt;/boot&lt;BR /&gt;# ls -lR efi&lt;BR /&gt;efi:&lt;BR /&gt;total 2&lt;BR /&gt;drwxr-xr-x    4 root     root         1024 Jun 20 15:50 efi&lt;BR /&gt;drwxr-xr-x    2 root     root         1024 Apr 10  2005 MSUtil&lt;BR /&gt;&lt;BR /&gt;efi/efi:&lt;BR /&gt;total 2&lt;BR /&gt;drwxr-xr-x    4 root     root         1024 Apr 10  2005 Microsoft&lt;BR /&gt;drwxr-xr-x    2 root     root         1024 Jun 20 15:50 redhat&lt;BR /&gt;&lt;BR /&gt;efi/efi/Microsoft:&lt;BR /&gt;total 2&lt;BR /&gt;drwxr-xr-x    2 root     root         1024 Apr 10  2005 EFIDrivers&lt;BR /&gt;drwxr-xr-x    2 root     root         1024 Apr 10  2005 winnt50&lt;BR /&gt;&lt;BR /&gt;efi/efi/Microsoft/EFIDrivers:&lt;BR /&gt;total 323&lt;BR /&gt;-rwxr-xr-x    1 root     root       330240 Mar 25  2003 fpswa.efi&lt;BR /&gt;&lt;BR /&gt;efi/efi/Microsoft/winnt50:&lt;BR /&gt;total 726&lt;BR /&gt;-rwxr-xr-x    1 root     root          338 Apr 10  2005 Boot0006&lt;BR /&gt;-r-xr-xr-x    1 root     root       742400 Mar 25  2003 ia64ldr.efi&lt;BR /&gt;&lt;BR /&gt;efi/efi/redhat:&lt;BR /&gt;total 3920&lt;BR /&gt;-rwxr-xr-x    1 root     root      1330456 Jun 20 15:50 initrd-2.4.21-32.EL.img&lt;BR /&gt;-rwxr-xr-x    1 root     root      2682175 Apr 16  2005 vmlinuz-2.4.21-32.EL&lt;BR /&gt;&lt;BR /&gt;efi/MSUtil:&lt;BR /&gt;total 155&lt;BR /&gt;-r-xr-xr-x    1 root     root       158720 Mar 25  2003 nvrboot.efi&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 07:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809473#M23932</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-06-22T07:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809474#M23933</link>
      <description>Depending on what you did use &lt;BR /&gt;&lt;BR /&gt;you can find the grub config file in&lt;BR /&gt;/boot/grub/menu.lst&lt;BR /&gt;&lt;BR /&gt;and the lilo file /etc/lilo.conf  ... if my memory serve me well !!&lt;BR /&gt;&lt;BR /&gt;Just have a look one these files in there you should see a line for boot of your old kernel  ... adapt this to new kernel&lt;BR /&gt;&lt;BR /&gt;Beware on grub you just need to modify menu.lst and reboot for it to take effect...&lt;BR /&gt;&lt;BR /&gt;But on lilo you need to run run the lilo command after you have modify the lilo.conf&lt;BR /&gt;&lt;BR /&gt;...also maybe the commang man grub and man lilo will show what used to be installed ...usualy you have one of these not both...&lt;BR /&gt;&lt;BR /&gt;Hope this helps you out&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 07:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809474#M23933</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-06-22T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809475#M23934</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;None of those files are present.&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/etc&lt;BR /&gt;# ls -l lilo.conf&lt;BR /&gt;ls: lilo.conf: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# cd /boot/grub&lt;BR /&gt;# pwd&lt;BR /&gt;/boot/grub&lt;BR /&gt;# ls -l&lt;BR /&gt;total 12&lt;BR /&gt;-rw-r--r--    1 root     root        11182 Sep 11  2003 splash.xpm.gz&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;-GnanaShekar-</description>
      <pubDate>Thu, 22 Jun 2006 07:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809475#M23934</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-06-22T07:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809476#M23935</link>
      <description>Is this a new install from scratch ?&lt;BR /&gt;&lt;BR /&gt;if not do you have a backup ? from where you can find out what the prior upgrade situation looked like ?&lt;BR /&gt;&lt;BR /&gt;... perhaps it is time to take a backup... before you make to many trys/changes !!?&lt;BR /&gt;&lt;BR /&gt;you can always install grub BUT beware not to loss your present boot info . (safe your data if it is of some value to you)&lt;BR /&gt;&lt;BR /&gt;keep us informed&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 08:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809476#M23935</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-06-22T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out which bootloader (grub/lilo) was used during the installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809477#M23936</link>
      <description>The quick/dirty way to determine your bootloader would be to boot the machine and see what kind of boot prompt (grub or elilo) you get...</description>
      <pubDate>Thu, 22 Jun 2006 09:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-out-which-bootloader-grub-lilo-was-used-during-the/m-p/3809477#M23936</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-06-22T09:29:23Z</dc:date>
    </item>
  </channel>
</rss>

