<?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: GRUB in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320661#M62779</link>
    <description>For chain-loading an OS, the mbr of either of the disks should have a boot signature.  Does either of your hard disks have this?&lt;BR /&gt;&lt;BR /&gt;You should first embed the mbr with a boot signature, like this&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt;grub&amp;gt; kernel (hd0,0)/boot/vmlinuz-XX root=/dev/sda1 ro&lt;BR /&gt;grub&amp;gt; setup (hd0)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; setup(hd1)&lt;BR /&gt;&lt;BR /&gt;Hth.</description>
    <pubDate>Wed, 10 Dec 2008 06:45:17 GMT</pubDate>
    <dc:creator>Ragu_3</dc:creator>
    <dc:date>2008-12-10T06:45:17Z</dc:date>
    <item>
      <title>GRUB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320657#M62775</link>
      <description>Hi there&lt;BR /&gt;I installed ESXi on additional drive in my server and now I'm struggling with GRUB configuration.&lt;BR /&gt;The drive on witch ESXi was installed is /dev/sdb and the /dev/sdb4 partition is described as "boot".&lt;BR /&gt;&lt;BR /&gt;I was trying this:&lt;BR /&gt;&lt;BR /&gt;title ESXi&lt;BR /&gt;        rootnoverify (hd1,1)&lt;BR /&gt;        chainloader +1&lt;BR /&gt;&lt;BR /&gt;Unfortunately - no joy.&lt;BR /&gt;&lt;BR /&gt;I'm getting: "Error 21 - selected disk doesn' exist"&lt;BR /&gt;&lt;BR /&gt;Can you help ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 09 Dec 2008 22:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320657#M62775</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2008-12-09T22:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: GRUB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320658#M62776</link>
      <description>Shalom Peter,&lt;BR /&gt;&lt;BR /&gt;It may be a mis-detection of the disk by grub&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/linux-software-2/grub-bootloader-spits-out-grub-hard-disk-error-282421/" target="_blank"&gt;http://www.linuxquestions.org/questions/linux-software-2/grub-bootloader-spits-out-grub-hard-disk-error-282421/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ubuntuforums.org/showthread.php?t=829005" target="_blank"&gt;http://ubuntuforums.org/showthread.php?t=829005&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;One of these links should do it.&lt;BR /&gt;&lt;BR /&gt;The key issue is figuring out what GRUB sees as far as disks go.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Dec 2008 23:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320658#M62776</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-09T23:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: GRUB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320659#M62777</link>
      <description>If it's the sencond disk, and the fourth partition, I woudl use rootnoverify (hd1,3)</description>
      <pubDate>Wed, 10 Dec 2008 00:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320659#M62777</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-12-10T00:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: GRUB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320660#M62778</link>
      <description>grub-install --recheck /dev/sdb&lt;BR /&gt;&lt;BR /&gt;Probing devices to guess BIOS drives. This may take a long time.&lt;BR /&gt;Installation finished. No error reported.&lt;BR /&gt;This is the contents of the device map /boot/grub/device.map.&lt;BR /&gt;Check if this is correct or not. If any of the lines is incorrect,&lt;BR /&gt;fix it and re-run the script `grub-install'.&lt;BR /&gt;&lt;BR /&gt;(fd0)   /dev/fd0&lt;BR /&gt;(hd0)   /dev/sda&lt;BR /&gt;(hd1)   /dev/sdb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was also trying (hd1,0),(hd1,1),(hd1,2),(hd1,3),(hd1,4)&lt;BR /&gt;&lt;BR /&gt;No joy :(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2008 00:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320660#M62778</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2008-12-10T00:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: GRUB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320661#M62779</link>
      <description>For chain-loading an OS, the mbr of either of the disks should have a boot signature.  Does either of your hard disks have this?&lt;BR /&gt;&lt;BR /&gt;You should first embed the mbr with a boot signature, like this&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; root (hd0,0)&lt;BR /&gt;grub&amp;gt; kernel (hd0,0)/boot/vmlinuz-XX root=/dev/sda1 ro&lt;BR /&gt;grub&amp;gt; setup (hd0)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;grub&amp;gt; setup(hd1)&lt;BR /&gt;&lt;BR /&gt;Hth.</description>
      <pubDate>Wed, 10 Dec 2008 06:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/grub/m-p/4320661#M62779</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2008-12-10T06:45:17Z</dc:date>
    </item>
  </channel>
</rss>

