Am Freitag, den 29.08.2008, 20:43 +0200 schrieb Jurgen Verholen: > Hello Sirs > I have installed Grub-gfxboot. > Then I started grub-install on two different order: > > grub-install "(sdc)" and > grub-install --root-directory=/boot "(sdc)" > > but always I will see the message "/dev/sdc1 does not have any > corresponding BIOS drive." > > My Ubuntu Hardy is installed on a 8 GB USB Device, at first boot in > the > Bios Setting. If you boot from /dev/sdc then /boot/grub/device.map must contain "(hd0) /dev/sdc"
and if you're on a livecd, then you must make sure you have a working /dev/ this means /dev/sdc and /dev/sdc1 does exist. and the filesystem must not be mounted with -o nodev which at least the knoppix livecd does by default, so use mount -o dev /dev/sdc1 /mnt/ -- Felix Zielcke _______________________________________________ Bug-grub mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-grub
