Re: Configuring grub

Tom Corwine <[email protected]> Fri, 12 Sep 2008 07:55:50 -0700
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>
> Here's what I've tried
> 
>> grub
> 
> grub>device (hd0) /dev/cciss/c0d0	# Compaq device names
> grub>root (hd0,0)
> grub>setup (hd0,0)

Try:

grub> root (hd0,0)
grub> setup (hd0)

This should update the MBR correctly.


Tom