On Sat, May 20, 2006 at 09:28:07PM +0200, Goswin von Brederlow wrote: > man grub-install: > grub-install copies GRUB images into the DIR/boot directory specfied by > --root-directory, and uses the grub shell to install grub into the boot > sector. > > Your command line would install to /boot/boot/. > > grub-install --no-floppy /dev/md0
grub-install seems to have issues with seperate boot partitions. If you create a symlink inside boot called boot pointing to itself, then grub-install is fine with it. cd /boot; ln -s . boot With that there is no problem with grub on raid1 /boot. With boot in / on raid1 it just works. Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

