<?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: help with grub on proliant 1600 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959827#M4465</link>
    <description>Try&lt;BR /&gt;grub-install --force-lba /dev/sda.&lt;BR /&gt;Could fix things if your BIOS doesn't anounce to support lba.&lt;BR /&gt;hth&lt;BR /&gt;J</description>
    <pubDate>Tue, 27 May 2003 15:03:12 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2003-05-27T15:03:12Z</dc:date>
    <item>
      <title>help with grub on proliant 1600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959823#M4461</link>
      <description>Getting the following error when I've tried to install grub on a proliant 1600 running rh7.2:&lt;BR /&gt;grub-install /dev/sda&lt;BR /&gt;/boot/grub/device.map:11: error: Bad device number&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;(hd2)   /dev/sdc&lt;BR /&gt;(hd3)   /dev/sdd&lt;BR /&gt;(hd4)   /dev/sde&lt;BR /&gt;(hd5)   /dev/sdf&lt;BR /&gt;(hd6)   /dev/sdg&lt;BR /&gt;(hd7)   /dev/sdh&lt;BR /&gt;(hd8)   /dev/sdi&lt;BR /&gt;(hd9)   /dev/sdj&lt;BR /&gt;&lt;BR /&gt;output of df:&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/sda3             3.6G  3.2G  274M  93% /&lt;BR /&gt;/dev/sda1              38M   16M   20M  43% /boot&lt;BR /&gt;&lt;BR /&gt;Any idea, why grub fail to install. BTW the what key stroke do I hit to get into the Bios Setting for Compac PC? F10? Thanks.&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Apr 2003 02:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959823#M4461</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-04-26T02:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with grub on proliant 1600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959824#M4462</link>
      <description>Hi, about BIOS in Proliant Servers : there is no common BIOS like in your PC. At system boot, you should be able to hit the F9 key, for "Rom utility" or F10 for "Partition System utility", where you can setup your server. If not, then you must rebuild the System Partition from Compaq, with SmartStart or Compaq Diskette (SCU, I think). It's then easier to setup.&lt;BR /&gt;But for Grub, I have no idea. I own a Proliant 1500 with Debian and Lilo, and never tried Grub, so it's not easy for me to help you. What have you for hard disks ? Array ? or singles scsi drives ?&lt;BR /&gt;You can maybe check this link, about Linux and Proliant 1500. It's not 1600, but can be similar ! : &lt;A href="http://www.joelschneider.net/compaq_proliant_1500_debian_potato.html" target="_blank"&gt;http://www.joelschneider.net/compaq_proliant_1500_debian_potato.html&lt;/A&gt;&lt;BR /&gt;Have fun !</description>
      <pubDate>Sat, 26 Apr 2003 08:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959824#M4462</guid>
      <dc:creator>nikolaii</dc:creator>
      <dc:date>2003-04-26T08:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: help with grub on proliant 1600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959825#M4463</link>
      <description>I'm not sure about grub-install off the top of my head.  I usually just use the grub shell:&lt;BR /&gt;&lt;BR /&gt;grub&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;setup (hd0)&lt;BR /&gt;&lt;BR /&gt;This sets up grub as the default bootloader.  From there, I put my various linux boot sections in the menu.lst file and add in one for the compaq system partition like so:&lt;BR /&gt;&lt;BR /&gt;title=Linux&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel hd0,0)/vmlinuz root=/dev/cciss/c0d0p3&lt;BR /&gt;initrd (hd0,0)/initrd.gz&lt;BR /&gt;&lt;BR /&gt;title=Compaq System Partition root (hd0,2)&lt;BR /&gt;chainloader +1&lt;BR /&gt;&lt;BR /&gt;Note that I'm using devfs, and the cciss driver.  Under those conditions, at boot time when grub is looking it will find the driver at the above path, even though once the system boots if you go through that structure you'll find /dev/cciss/disc0/part3.   If you're not setup this way that might not be the correct root path for you to put in.&lt;BR /&gt;&lt;BR /&gt;Since I built cciss as a module I also had to make an initrd for loading it at boot time.  &lt;BR /&gt;&lt;BR /&gt;Oh, and the root= goes on the same line as kernel.  (That's what the \ means at the end of the kernel line above...but just in case someone reading this might not be familiar with that syntax I wanted to clarify it.)&lt;BR /&gt;</description>
      <pubDate>Thu, 01 May 2003 14:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959825#M4463</guid>
      <dc:creator>Mark Bainter</dc:creator>
      <dc:date>2003-05-01T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: help with grub on proliant 1600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959826#M4464</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you tried rebooting ? Don't you get into the grub menu ?&lt;BR /&gt;&lt;BR /&gt;The map looks OK. &lt;BR /&gt;&lt;BR /&gt;Don't know why it complains about the device map. It might be OK though. &lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2003 12:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959826#M4464</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-05-27T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: help with grub on proliant 1600</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959827#M4465</link>
      <description>Try&lt;BR /&gt;grub-install --force-lba /dev/sda.&lt;BR /&gt;Could fix things if your BIOS doesn't anounce to support lba.&lt;BR /&gt;hth&lt;BR /&gt;J</description>
      <pubDate>Tue, 27 May 2003 15:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-grub-on-proliant-1600/m-p/2959827#M4465</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-05-27T15:03:12Z</dc:date>
    </item>
  </channel>
</rss>

