vodsonic
Group: Members
Posts: 6
Joined: Jan. 2006 |
|
Posted: Jan. 26 2006,22:46 |
|
OK, I modified /mnt/sda1/boot/grub/device.map to contain only:
Code Sample | (hd0) /dev/sda
|
Then I run grub-install:
Code Sample | #grub-install /dev/sda1 /dev/sda1 does not have any corresponding BIOS drive.
|
I also tried changing the device.map to read:
Code Sample | (sd0) /dev/sda
|
but got the same result as before. I rebooted into Knoppix 4, mounted the USB thumbdrive, enabled read/write mode, and tried the same command. The result in Knoppix is a little different. First it says:
Code Sample | Probing devices to guess BIOS drives. This may take a long time.
|
It takes probably 15 seconds, and then says:
Code Sample | Could not find device for /boot: Not found or not a block device.
|
I'm stumped.
|