<?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: RHEL4 boot fails on DL360 G4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975690#M66027</link>
    <description>I may have run into similar issues in the past with DL380 and QLogic cards. Once during a kernel upgrade and again during an OS upgrade from 2.1 to 3.0.  I don't have an RHEL4 boot handy, but check if device.map is still in /boot/grub and if it even shows the onboard controller.  I would boot and just end up at the grub prompt.  Turned out on boot the system was looking for the QLogic to boot from, not the onboard where the OS was installed.  If I remember right, the workaround was to remove the QLogic cards, do the grub install, verify it booted correctly before adding back the HBAs.  Hope some of that helps.</description>
    <pubDate>Thu, 27 Apr 2006 07:44:37 GMT</pubDate>
    <dc:creator>David Riley_2</dc:creator>
    <dc:date>2006-04-27T07:44:37Z</dc:date>
    <item>
      <title>RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975684#M66021</link>
      <description>I just got an HP DL360 G4.  This is the first HP server for our group.  It has a RAID1+0 volume on the onboard 6i controller.  It also has a 6400 controller with a RAID6 volume defined.&lt;BR /&gt;&lt;BR /&gt;I used the RHEL4 CD that came with the system to install to the RAID1+0 volume on the 6i controller.  The install went just as smoothly as other RHEL4-like installs I've done on other systems.  When the install completed I removed the CD as instructed and hit enter to reboot.  While booting up it gets to:&lt;BR /&gt;Attempting Boot From Hard Drive (C:)&lt;BR /&gt;&lt;BR /&gt;That's it.  Its done.  I've verified that the 6i controller is first in the boot order.  I can boot the RHEL4 CD1 into rescue mode and see the installed system.  It just won't boot.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975684#M66021</guid>
      <dc:creator>David Cooke</dc:creator>
      <dc:date>2006-04-26T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975685#M66022</link>
      <description>Can you boot the system from the CD (ie on SuSE Linux I get an option to boot the installed system - this is different to booting directly off of the HDD)?&lt;BR /&gt;&lt;BR /&gt;If that works, then its the boot manager which is at fault. &lt;BR /&gt;&lt;BR /&gt;I used to get a problem on old Dell systems with this - it would fail to write the boot manager (LILO in those days), and I'd have to boot from the CD and manually update the MBR.&lt;BR /&gt;&lt;BR /&gt;Col</description>
      <pubDate>Wed, 26 Apr 2006 11:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975685#M66022</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2006-04-26T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975686#M66023</link>
      <description>I'm not using SUSE but translating that to what I know of RHEL4...&lt;BR /&gt;I booted rescue mode from CD1 then chroot to the installed image.  Then grub-install /dev/cciss/c1d0.  Then reboot.&lt;BR /&gt;Now it gets a little further.  It says its booting linux then claims there is no such partition.  The grub.conf file looks OK to me but this evidence seems to say grub isn't playing nice with the volume on the 6i controller.&lt;BR /&gt;Does anyone use grub and boot from the 6i controller?  What's your grub.conf file look like?&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 13:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975686#M66023</guid>
      <dc:creator>David Cooke</dc:creator>
      <dc:date>2006-04-26T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975687#M66024</link>
      <description>Here's a grub.conf file from RHEL4 that I installed last week.&lt;BR /&gt;&lt;BR /&gt;GRUB Boot Loader&lt;BR /&gt;==================&lt;BR /&gt;&lt;BR /&gt;default=1&lt;BR /&gt;fallback=2&lt;BR /&gt;timeout=5&lt;BR /&gt;splashimage=(hd0,0)/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.6.9-34.EL)&lt;BR /&gt; root (hd0,0)&lt;BR /&gt; kernel /vmlinuz-2.6.9-34.EL ro root=/dev/VolGroup00/00lv rhgb quiet&lt;BR /&gt; initrd /initrd-2.6.9-34.EL.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.6.9-34.ELsmp)&lt;BR /&gt; root (hd0,0)&lt;BR /&gt; kernel /vmlinuz-2.6.9-34.ELsmp ro root=/dev/VolGroup00/00lv rhgb quiet&lt;BR /&gt; initrd /initrd-2.6.9-34.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)&lt;BR /&gt; root (hd0,0)&lt;BR /&gt; kernel /vmlinuz-2.6.9-5.ELsmp ro root=/dev/VolGroup00/00lv rhgb quiet&lt;BR /&gt; initrd /initrd-2.6.9-5.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)&lt;BR /&gt; root (hd0,0)&lt;BR /&gt; kernel /vmlinuz-2.6.9-5.EL ro root=/dev/VolGroup00/00lv rhgb quiet&lt;BR /&gt; initrd /initrd-2.6.9-5.EL.img&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;And an fdisk listing,&lt;BR /&gt;&lt;BR /&gt;DISK PARTITIONS&lt;BR /&gt;===============&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 72.8 GB, 72833679360 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8854 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1          25      200781   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              26        2114    16779892+  82  Linux swap&lt;BR /&gt;/dev/cciss/c0d0p3            2115        8854    54139050   8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1: 72.8 GB, 72833679360 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 8854 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d1p1   *           1        2089    16779861   82  Linux swap&lt;BR /&gt;/dev/cciss/c0d1p2            2090        8854    54339862+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;I think the problem is the system having issues finding the proper controller/partition for booting the system.  Possibly getting the 6i and the 6400 controller confused?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2006 01:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975687#M66024</guid>
      <dc:creator>Craig Gilmore</dc:creator>
      <dc:date>2006-04-27T01:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975688#M66025</link>
      <description>Can you configure the RAID controller from the BIOS? &lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Thu, 27 Apr 2006 01:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975688#M66025</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2006-04-27T01:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975689#M66026</link>
      <description>Craig - I think I agree with you.  My grub.conf looks similar except it shows (hd1,0).  I guess it conciders the volume on the 6400 controller to be (hd0,0).  The 6i controller is first in the BIOS boot order so I'm not sure this makes sense.  (I have an identical system purchased at the same time.  I installed Windows Server 2003.  It worked fine.  Grrrr.)  So something is confused about which controller/volume is which.  I think I'm gonna go delete the RAID6 volume on the 6400 controller and see what happens.&lt;BR /&gt;&lt;BR /&gt;Jeroen - Yes.  I can configure both the 6i controller and the 6400 controller from their BIOS.  At the system BIOS I can configure controller boot order.  The 6i and 6400 can each be set to 1 or 3.  The IDE controller can only be set to 2.  I have the 6i set to 1 and the 6400 set to 3.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2006 06:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975689#M66026</guid>
      <dc:creator>David Cooke</dc:creator>
      <dc:date>2006-04-27T06:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975690#M66027</link>
      <description>I may have run into similar issues in the past with DL380 and QLogic cards. Once during a kernel upgrade and again during an OS upgrade from 2.1 to 3.0.  I don't have an RHEL4 boot handy, but check if device.map is still in /boot/grub and if it even shows the onboard controller.  I would boot and just end up at the grub prompt.  Turned out on boot the system was looking for the QLogic to boot from, not the onboard where the OS was installed.  If I remember right, the workaround was to remove the QLogic cards, do the grub install, verify it booted correctly before adding back the HBAs.  Hope some of that helps.</description>
      <pubDate>Thu, 27 Apr 2006 07:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975690#M66027</guid>
      <dc:creator>David Riley_2</dc:creator>
      <dc:date>2006-04-27T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975691#M66028</link>
      <description>I've got it booting.  Initialy I configured both the 6i cotroller and the 6400 controller with RAID volumes and then did the RHEL4 install which fails to boot.&lt;BR /&gt;&lt;BR /&gt;        6i         6400&lt;BR /&gt;device: c1d0       c0d0&lt;BR /&gt;grub:   (hd1,0)    (hd0,0)&lt;BR /&gt;&lt;BR /&gt;i.e: grub.conf was created using (hd1,0) to boot from the 6i controller. &lt;BR /&gt;&lt;BR /&gt;I deleted the RAID volume on the 6400 controller.  Still couldn't boot even after running grub-install in a rescue mode boot again.  So I did a complete reinstall again.  It boots!  OK, what's different.  Looking at partition devices and grub.conf again I see this:&lt;BR /&gt;&lt;BR /&gt;        6i         6400&lt;BR /&gt;device: c1d0       c0d0&lt;BR /&gt;grub:   (hd0,0)    &lt;BR /&gt;&lt;BR /&gt;Now that I've read David Riley's reply, I take a peak at device.map and see the above confirmed.&lt;BR /&gt;&lt;BR /&gt;It looks like whatever software sets up the grub configuration doesn't handle 2 RAID controllers that both have a RAID volume configured very well.&lt;BR /&gt;&lt;BR /&gt;I rebooted and configured the 6400 controller to have a RAID6 volume again and the system still boots fine.  I guess all is well now.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2006 09:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975691#M66028</guid>
      <dc:creator>David Cooke</dc:creator>
      <dc:date>2006-04-27T09:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975692#M66029</link>
      <description>This is a common problem with RAID arrays such as the Promise SATA and many companies provide a Grub fix diskette that you run at the end of the installation process.&lt;BR /&gt;&lt;BR /&gt;You should run this by doing a Ctrl-Alt-F2 at the congratulations screen, immediately before the final reboot.</description>
      <pubDate>Thu, 27 Apr 2006 14:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975692#M66029</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2006-04-27T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 boot fails on DL360 G4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975693#M66030</link>
      <description>Closing thread.  Summerized in last message.</description>
      <pubDate>Mon, 01 May 2006 07:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-boot-fails-on-dl360-g4/m-p/4975693#M66030</guid>
      <dc:creator>David Cooke</dc:creator>
      <dc:date>2006-05-01T07:25:37Z</dc:date>
    </item>
  </channel>
</rss>

