[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /dev/hdc does not have any corresponding BIOS drive
From: |
adrian15 |
Subject: |
Re: /dev/hdc does not have any corresponding BIOS drive |
Date: |
Fri, 09 Dec 2005 11:47:58 +0100 |
> Hello!
>
> On command:
> #grub-install /dev/hdc
>
> Give this message:
>
> /dev/hdc does not have any corresponding BIOS drive
>
> What me to do?
> Please answer to me?
Edit devices.map on /boot/grub/ and add a line to reflect what does mean
/dev/hdc...
Usually it's something as:
hd2 /dev/hdc
Why do you want to install Grub on your 3rd hard disk... Won't your BIOS
always load the 1st hard disk... or Are you going to chainload the grub
from another grub installed on your 1st hard disk mbr ?
adrian15