Bootloader auf USB 11.4

Hallo,

ich habe 2 Festplatten. Auf der ersten ist Windows7 mir MBR. Auf der zweiten ist Opensuse 11.4.
Soweit so gut. Sollte die erste Platte ausfallen, kann ich die zweite ohne Grup nicht mehr Booten.
Die Idee war jetzt, den Grup auf meinem USB Stick zu installieren und dann von da aus zu booten. Ich bin da folgendermaßen vorgegangen: (siehe unten) Scheinbar geht das nicht. Kann mir einer sagen
wie man das macht ? Vielleicht gibt es auch eine einfachere Möglichkeit.

Gruß Stefan

mars:/mkfs.ext2 /dev/sdc1

mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1038352 inodes, 4149240 blocks
207462 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4248829952
127 block groups
32768 blocks per group, 32768 fragments per group
8176 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 34 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
mars:/ # mount /dev/sdc1 /usb
mars:/ # mkdir -p /usb/boot/grub
mars:/ # cp /boot/grub/stage /usb/boot/grub
mars:/ # cd /usb/boot/grub
mars:/usb/boot/grub # echo ‘(hd0) /dev/sdc1’ >/usb/boot/grub/device.map
mars:/usb/boot/grub # grub-install --root-directory=/usb /dev/sdc1
WARNING! You are trying to invoke the unsupported grub-install script
with a parameter. To really do this, call grub-install.unsupported.
You should rather call “yast2 bootloader” or create configuration files
appropriate for the intended target.
mars:/usb/boot/grub # grub-install.unsupported --root-directory=/usb /dev/sdc1
/dev/sdc1 does not have any corresponding BIOS drive.
mars:/usb/boot/grub # ^C
mars:/usb/boot/grub #