12-02-07 12:14 AM
On Tue, 27 Nov 2007 22:03:58 +0100, Christoph Egger wrote:
> John F. Morse wrote:
>
>
> Maybee the single problem really was me thinking of an simple line I
> used last time and not being open for other solutions but nevermind
>
> Christoph
This may help someone in the future:
Procedure to re-install grub to first drive MBR
Boot Ubuntu ( This system sees SATA drives with BIOS set for native support
)
1 - start shell window.
2 – ubuntu$ sudo mount /dev/sda3 /mnt ( / )
3 – ubuntu$ sudo mount /dev/sdb2 /mnt/usr (/usr)
4 – ubuntu$ sudo mount /dev/sda2 /mnt/boot (/boot)
5 – ubuntu$ cd /mnt
6 - /mnt$ sudo cp ./boot/grub/* ./usr/lib (grub-install looks for files in
/usr/lib)
7 - /mnt$ sudo grub-install –root-directory=/mnt /dev/sda
8 my result, yours will be different
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
(hd3) /dev/sdd
Take care, Bob
[ Post a follow-up to this message ]
|