Roman v.Gemmeren wrote:
> Hi, 
> 
> On Thu, 4 Sep 2003 00:56:35 +0100, you (Peter Ruskin
> <[EMAIL PROTECTED]>) wrote:
> 
> 
> 
>>Grub's (hd1,0) is /dev/hdb1, which you don't appear to have.
>>For /dev/hdd1, use (hd3,0).
>>
>>Peter
> 
> Are you sure? 

No, he is wrong

> when i hit Tab (after (hd   )it shows me the availabe
> options, and there is only hd0 and hd1... 

correct, if you only have two harddrive, it only count hd0 and hd1.

but according to your fstab, your _/boot_ partition is hdd1, so hd(1,0)
so no need to give the "/boot" in your grub.conf
it should look like :
root (hd1,0)
kernel (hd1,0)/kernel...  root=/dev/hdd3
initrd (hd1,0)/initrd...

Here we are, it should work now.

-- 
Nicolas


--
[EMAIL PROTECTED] mailing list

Reply via email to