[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

grub-install /dev/hda... /dev/.../disc does not have any corresponding BIOS drive



I tried changing bootloader from lilo to grub, but I am stuck halfway
in the process, and I am slightly afraid of rebooting. (BTW I am using
debian testing). Here is what I did

root:gnalle# apt-get install grub grub-doc

root:gnalle# grub-install /dev/hda
Probing devices to guess BIOS drives. This may take a long time.
/dev/ide/host0/bus0/target0/lun0/disc does not have any correspondin

root:gnalle# update-grub
Searching for GRUB installation directory ... found: /boot/grub .
/dev/ide/host0/bus0/target0/lun0/part1 does not have any correspondi

I tried looking at google, but I could not understand what was the
reason for the errors. I would be grateful for any hint or
enlighteling flame.

If I reboot now, will my lilo still be working or will my system try
to boot from a malfunctional grub? Where should I look to find out?

                   Thanks in advance

                        Niels


A bit of extra info:

root:gnalle# cat /etc/mtab
/dev/ide/host0/bus0/target0/lun0/part3 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/ide/host0/bus0/target0/lun0/part1 /boot ext2 rw 0 0
/dev/ide/host0/bus0/target0/lun0/part4 /home ext3 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0

root:gnalle# cat /etc/fstab
# /etc/fstab: information om statisk filsystem.
#
# <filsystem>   <monteringspunkt>       <type>  <tilvalg>
<tjek>  <priort>
/dev/hda3       /               ext3    defaults,errors=remount-ro
0       1
/dev/hda2       none            swap    sw                      0
0
proc            /proc           proc    defaults
0       0
/dev/fd0        /floppy         auto    defaults,user,noauto
0       0
/dev/cdrom      /cdrom          iso9660 defaults,ro,user,noauto
0       0
/dev/hda1       /boot   ext2    defaults                        0
2
/dev/hda4       /home   ext3    defaults                        0
2
/dev/hdb1      /w2k     vfat    uid=500,gid=100,umask=002,noauto  0
   0

root:gnalle# grub-install /dev/hda1
/dev/ide/host0/bus0/target0/lun0/part1 does not have any corresponding
BIOS drive.
root:gnalle# grub-install /dev/hda3
/dev/ide/host0/bus0/target0/lun0/part3 does not have any corresponding
BIOS drive.
root:gnalle# grub-install /dev/hda4
/dev/ide/host0/bus0/target0/lun0/part4 does not have any corresponding
BIOS drive.

root:gnalle# ls /boot/grub
device.map
root:gnalle# cat /boot/grub/device.map 
(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd1)   /dev/hdb


-- 
Niels L Ellegaard  http://dirac.ruc.dk/~gnalle/



Reply to: