Dual boot?
Norberto Bensa
nbensa at gmail.com
Mon Feb 16 00:39:30 UTC 2009
On Sun, Feb 15, 2009 at 8:34 PM, Gene Heskett <gene.heskett at verizon.net> wrote:
> On Sunday 15 February 2009, Norberto Bensa wrote:
>>The first command sets the "root partition" (the one that has the boot
>>sector the OS)
>
> I presume of the second os? In which case
There's no such thing as first, second, third, os. hdX,Y refers to the
harddrive/partition.
>>Keep in mind that (hd0,0) is just an example.
>
> Yuppers. The current grub install is on the first sata drive which udev marks
> as sdb, sda being a PATA drive,
So your BIOS boots from sdb. Your kernel line should look like this:
kernel (hd1,0)/vmlinuz blahblah...
or
root (hd1,0)
kernel /vmlinuz blahblah...
> # this device map was generated by anaconda
> (hd0) /dev/sdb
> (hd1) /dev/sdc
Now you lost me. sda is PATA, sdb is SATA. What's sdc?
Can you post the output of:
$ sudo fdisk -l | grep ^/
and:
egrep ^root\|^kernel /boot/grub/menu.lst
?
Thanks.
Regards,
Norberto
More information about the kubuntu-users
mailing list