2008/1/26 Mikkel L. Ellertson <mikkel@xxxxxxxxxxxxxxxx>: > Doctor Who wrote: > > > > I'm currently logged in to the F8 install right now. Running the > > command above gives: > > > > [root@fedora8 who]# /sbin/grub-install /dev/sdb2 > > /dev/sdb2 does not have any corresponding BIOS drive. > > > > [root@fedora8 who]# /sbin/grub-install (hd1,1) > > bash: syntax error near unexpected token `hd1,1' > > > Okay, try: > > /sbin/grub-install --recheck /dev/sdb2 > > or > > edit /boot/grub/device.map > > It looks like you installed Grub the first time when the F8 drive > was the only drive, or the map file didn't get updated. > > > Mikkel Thanks! That did it.