<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Some tips to (re)install grub on an HP ProLiant server</title>
	<atom:link href="http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/</link>
	<description>Marc Nozell's random stuff -- mostly GNU/Linux, technology, genealogy, family</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:41:01 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Sergey</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-567355</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-567355</guid>
		<description>Thank for your article! 
After installation Redhat EL 5 update 7 on blade server bl460 g7 with P712m card for external SAS storage, there is appear error message &quot;Attempting boot from hard drive (C:)&quot;

I booted to rescue mode (after that i changed root to /mnt/sysimage: chroot /mnt/sysimage) and device.map  has two records:
(hd0)     /dev/cciss/c0d0 - this external controller
(hd10)    /dev/cciss/c1d0 - this internal controller

When i tried to install grub to internal controller it&#039;s show error:
grub-install /dev/cciss/c1d0
The file /boot/grub/stage1 not read correctly.

So i tried your method, and i have error when i run root (hd10,0) command:
root (hd10,0)
Error 12: Invalid device requested

So what i did is just removed external controller from device.map and change internal controller to (hd0)
(hd0)     /dev/cciss/c1d0

After that in /boot/grub/grub.conf file, i changed all (hd10,0) to (hd0,0).

And install grub to internal controller /dev/cciss/c1d0
grub-install /dev/cciss/c1d0

That&#039;s all, i hope it will be helpful for somebody, and sorry for my English :).</description>
		<content:encoded><![CDATA[<p>Thank for your article!<br />
After installation Redhat EL 5 update 7 on blade server bl460 g7 with P712m card for external SAS storage, there is appear error message &#8220;Attempting boot from hard drive (C:)&#8221;</p>
<p>I booted to rescue mode (after that i changed root to /mnt/sysimage: chroot /mnt/sysimage) and device.map  has two records:<br />
(hd0)     /dev/cciss/c0d0 &#8211; this external controller<br />
(hd10)    /dev/cciss/c1d0 &#8211; this internal controller</p>
<p>When i tried to install grub to internal controller it&#8217;s show error:<br />
grub-install /dev/cciss/c1d0<br />
The file /boot/grub/stage1 not read correctly.</p>
<p>So i tried your method, and i have error when i run root (hd10,0) command:<br />
root (hd10,0)<br />
Error 12: Invalid device requested</p>
<p>So what i did is just removed external controller from device.map and change internal controller to (hd0)<br />
(hd0)     /dev/cciss/c1d0</p>
<p>After that in /boot/grub/grub.conf file, i changed all (hd10,0) to (hd0,0).</p>
<p>And install grub to internal controller /dev/cciss/c1d0<br />
grub-install /dev/cciss/c1d0</p>
<p>That&#8217;s all, i hope it will be helpful for somebody, and sorry for my English :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul O</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-555797</link>
		<dc:creator>Paul O</dc:creator>
		<pubDate>Wed, 10 Aug 2011 07:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-555797</guid>
		<description>Wow, 6 years later and Redhat still can&#039;t configure the boot loader right for HP Proliant servers.
This helped me too!
I guess HP Proliant servers aren&#039;t very poplular, so getting support for them is a bit of a long shot  X-D</description>
		<content:encoded><![CDATA[<p>Wow, 6 years later and Redhat still can&#8217;t configure the boot loader right for HP Proliant servers.<br />
This helped me too!<br />
I guess HP Proliant servers aren&#8217;t very poplular, so getting support for them is a bit of a long shot  X-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-539969</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Thu, 16 Jun 2011 07:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-539969</guid>
		<description>@JimmyV: Thanks for your shorter solution!</description>
		<content:encoded><![CDATA[<p>@JimmyV: Thanks for your shorter solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Marcotte</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-400878</link>
		<dc:creator>Michael Marcotte</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-400878</guid>
		<description>Thanks! This is very useful</description>
		<content:encoded><![CDATA[<p>Thanks! This is very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-80515</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 23 Mar 2007 18:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-80515</guid>
		<description>Thanks. This was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks. This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimmyV</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-78539</link>
		<dc:creator>JimmyV</dc:creator>
		<pubDate>Thu, 15 Mar 2007 21:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-78539</guid>
		<description>Somehow not all of the first line showed up it should be

/sbin/grub --batch /dev/null 2&gt;/dev/null
device (hd0) /dev/cciss/c0d0
root (hd0,0)
setup (hd0)
quit
EOT</description>
		<content:encoded><![CDATA[<p>Somehow not all of the first line showed up it should be</p>
<p>/sbin/grub &#8211;batch /dev/null 2&gt;/dev/null<br />
device (hd0) /dev/cciss/c0d0<br />
root (hd0,0)<br />
setup (hd0)<br />
quit<br />
EOT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimmyV</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-78502</link>
		<dc:creator>JimmyV</dc:creator>
		<pubDate>Thu, 15 Mar 2007 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-78502</guid>
		<description>There is an easier way where you don&#039;t need to edit any files. This works great in a script, but can be done on the command line as well

/sbin/grub --batch /dev/null 2&gt;/dev/null
device (hd0) /dev/cciss/c0d0
root (hd0,0)
setup (hd0)
quit
EOT</description>
		<content:encoded><![CDATA[<p>There is an easier way where you don&#8217;t need to edit any files. This works great in a script, but can be done on the command line as well</p>
<p>/sbin/grub &#8211;batch /dev/null 2&gt;/dev/null<br />
device (hd0) /dev/cciss/c0d0<br />
root (hd0,0)<br />
setup (hd0)<br />
quit<br />
EOT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-76534</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 08 Mar 2007 16:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-76534</guid>
		<description>Thx a lot also saved me loads of time trying to install Grub on Gentoo with an HP ProLiant  DL380 G5. I can&#039;t belive that this bug has not been fixed.


Cheers Simon</description>
		<content:encoded><![CDATA[<p>Thx a lot also saved me loads of time trying to install Grub on Gentoo with an HP ProLiant  DL380 G5. I can&#8217;t belive that this bug has not been fixed.</p>
<p>Cheers Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonio</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-31786</link>
		<dc:creator>tonio</dc:creator>
		<pubDate>Mon, 26 Jun 2006 14:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-31786</guid>
		<description>Thanks a lot, save my time too :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, save my time too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Baxendale</title>
		<link>http://nozell.com/blog/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/comment-page-1/#comment-29910</link>
		<dc:creator>John Baxendale</dc:creator>
		<pubDate>Wed, 14 Jun 2006 11:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/archives/2004/05/08/some-tips-to-reinstall-grub-on-an-hp-proliant-server/#comment-29910</guid>
		<description>Thanks for this - dead handy and saved me lots of messing about!</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; dead handy and saved me lots of messing about!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

