RE: Configuring grub
"Dermot Paikkos" <[email protected]> Fri, 12 Sep 2008 16:14:10 +0100
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <L648CBDCB1E79421c9208905961D46099.1221232441.earth.sciencephoto.co.uk@MHS> |
Thank you Tom. That's fixed it. Dp. > -----Original Message----- > From: Tom Corwine [mailto:linux-admin@...] > > > 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