[[root@localhost root]# mount
/dev/root on / type rootfs (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/hda7 on /mnt/gentoo type ext3 (rw)
none on /mnt/gentoo/proc type proc (rw)
/dev on /mnt/gentoo/dev type none (rw,bind)
[root@localhost root]# chroot /mnt/gentoo
localhost / # env-update
>>> Regenerating /etc/ld.so.cache...
localhost / # source /etc/profile
localhost / # grub-install /dev/sda
/dev/sda does not have any corresponding BIOS drive.
localhost / # grub-install /dev/hda
/dev/root: Not found or not a block device.
localhost / # exit
exit
[root@localhost root]# grub
Probing devices to guess BIOS drives. This may take a long time.
localhost / # grub-install /dev/sda
/dev/sda: Not found or not a block device.
all these while it was working ok.
after reinstall of windows xp and 2000 the mbr got cleared.
now i am not able to install grub.
what is ment by bios drive?
what i am doing wrong?

