bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] Can't boot my Windows XP partition


From: Alex Thiel
Subject: Re: [Bug-grub] Can't boot my Windows XP partition
Date: Mon, 19 Aug 2002 18:48:25 +0200
User-agent: KMail/1.4.1

On Monday 19 August 2002 09:36, umidori kamome wrote:
> Hey Yo Hoh, Jason!
>
> > root (hd0,1)                                 <<<<< here
>
> Why is that - I still don't seem to get the disk-naming of
> grub :(
> (why isn't it at least (hd1) ?
>
> cu
> kamome
>

Because there is only one physical disc.

It's actually quite simple: numbering starts from zero, the number left of the 
comma is the disc, the number to the right is the partition. So, if you 
compare to the Linux naming scheme

/dev/hda1       ->      (hd0,0)
/dev/hda2       ->      (hd0,1)
/dev/hdb1 ->    (hd1,0)
etc.

/dev/fd0 is simply (fd0) because there are no partitions on floppies.

Hope that helps,

        Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]