<?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 identifying boot loader in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576983#M18529</link>
    <description>is there a way to determine if a system has grub or lilo as the boot loader from the linux OS prompt.</description>
    <pubDate>Wed, 06 Jul 2005 07:12:17 GMT</pubDate>
    <dc:creator>Mandosa</dc:creator>
    <dc:date>2005-07-06T07:12:17Z</dc:date>
    <item>
      <title>identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576983#M18529</link>
      <description>is there a way to determine if a system has grub or lilo as the boot loader from the linux OS prompt.</description>
      <pubDate>Wed, 06 Jul 2005 07:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576983#M18529</guid>
      <dc:creator>Mandosa</dc:creator>
      <dc:date>2005-07-06T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576984#M18530</link>
      <description>Sure.&lt;BR /&gt;&lt;BR /&gt;ls -l /etc/{lilo,grub}.conf&lt;BR /&gt;&lt;BR /&gt;you'll only have one.</description>
      <pubDate>Wed, 06 Jul 2005 07:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576984#M18530</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-06T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576985#M18531</link>
      <description>&lt;BR /&gt;just a little risky method:&lt;BR /&gt;&lt;BR /&gt;strings &lt;YOUR hard="" disk=""&gt; | less&lt;BR /&gt;&lt;BR /&gt;eg: strings /dev/hda | less&lt;BR /&gt;&lt;BR /&gt;the first few lines should have either GRUB or LILO on it. &lt;BR /&gt;&lt;BR /&gt;Note: You have to run it as root user and the give the device name or partition name where bootloader is written.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Wed, 06 Jul 2005 07:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576985#M18531</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-06T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576986#M18532</link>
      <description>seems i have both a grub.conf and lilo.conf.  both have been the default loader @ some point on this system.&lt;BR /&gt;What risky about the strings method (this is a producation server)&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Wed, 06 Jul 2005 10:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576986#M18532</guid>
      <dc:creator>Mandosa</dc:creator>
      <dc:date>2005-07-06T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576987#M18533</link>
      <description>&lt;BR /&gt;not much if you are doing it carefully. strings will just read the hard disk and pipe it to less.&lt;BR /&gt;&lt;BR /&gt;as long as you are not trying to write to it, then it is safe. Before typing the reply to you, i tried it on my one and only desktop which has every data of mine and till now it is working fine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 06 Jul 2005 10:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576987#M18533</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-06T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: identifying boot loader</title>
      <link>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576988#M18534</link>
      <description>As root try the commands:&lt;BR /&gt;&lt;BR /&gt;  lilo -v &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;  grub -v &lt;BR /&gt;&lt;BR /&gt;One of them should be not found.  If you&lt;BR /&gt;have both, it will take some more work&lt;BR /&gt;to determine which loader is being used.&lt;BR /&gt;If the MBR is used then the command&lt;BR /&gt;&lt;BR /&gt; dd if=/dev/hda bs=512 count=1 | strings&lt;BR /&gt;&lt;BR /&gt;The output will include either GRUB or LILO&lt;BR /&gt;if they are install in the master boot &lt;BR /&gt;record.  If not use fdisk or cfdisk to &lt;BR /&gt;find the bootable partition and try the&lt;BR /&gt;above command replacing /dev/hda with &lt;BR /&gt;the bootable partion.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jul 2005 10:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/identifying-boot-loader/m-p/3576988#M18534</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-07-06T10:32:41Z</dc:date>
    </item>
  </channel>
</rss>

