[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Softraid - grundsätzliche Frage



Am 12.07.2012 15:11, schrieb Andre Tann:
Kann jemand bitte kurz skizzieren, was zu tun ist, damit beide Platten
gleichermaßen bootbar sind?

Das folgende half bei mir, YMMV.
echo "(hd0)     /dev/sda" >/boot/grub/device.map
grub-install --no-floppy /dev/sda
echo "(hd1)     /dev/sdb" >>/boot/grub/device.map
grub<<END
device (hd0) /dev/sdb
root (hd0,0)
setup (hd0)
quit
END

May contain voodoo and cargo cult programming.

Und klappt nur mit GRUB-Legacy.

Wer die Lösung für GRUB2 hat, darf sie gerne verraten.

-Stefan


Reply to: