Hello,
we are developing an embedded system, trying to use grub.
the system has no floppy, no hd, but a compact flash as
main storage. this compact flash is available as IDE0 slave
device (/dev/hdb for linux). Now, to get the system onto
the flash, we stick it into a "dazzle*" flash reader/writer,
which comes up as first scsi device (/dev/sda for linux),
do the fdisk/mke2fs/tar sequence and then try to install
grub 0.93 onto it, while chroot'd into the target subtree:
address@hidden:/ # grub-install /dev/sda
which fails, it sais:
/dev/sda does not have any corresponding BIOS drive.