Is this bug 1566 or another problem?
Kent Frazier
kentfrazier at gmail.com
Fri Jan 21 00:04:16 UTC 2005
On Wed, 19 Jan 2005 21:21:54 -0500, hemebond <ulist at gs1.ubuntuforums.org> wrote:
>
> Anonymous Wrote:
> > I've checked the Grub user manual and couldn't find an error like the
> > one I'm seeing.
> >
> > When I try to boot XP, Grub returns this message and stops:
> >
> > Booting 'Windows NT/2000/XP'
> >
> > root (hd2,0)
> > Filesystem type unknown, partition type 0x7
> > savedefault
> > makeactive
> > chainloader +1
> >
> > hd2,0 is the correct HD and partition for my XP install (SCSI HD, sdc).
> > The XP partition is 10GB. The C/H/S values freported by the SCSI BIOS at
> > boot show the drive with 255 heads.
> >
> > I boot Ubuntu off a seperate drive (SATA, sda) and it works fine (set
> > to Large in the BIOS, 240 heads). If I change the boot order of my HD's
> > in the BIOS and make the SCSI drive #1, I can then boot XP off the SCSI
> > HD just fine.
> >
> > Any thoughts?
> >
> > TIA!
> >
> > Bob
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users at lists.ubuntu.com
> > http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> Man this problem is rampant. I've got this problem right now, at the
> worst possible time, and there doesn't seem to be any official fix
> available. See if 'this article' (http://lwn.net/Articles/86835/) helps
> you.
>
> --
> hemebond
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
The problem is that Windows doesn't like it if it thinks it is not on
the first partition of the first hard drive. Fortunately, GRUB can
trick it using the map parameter. Try using the following entry in
/boot/grub/menu.lst:
title Microsoft Windows XP
root (hd2,0)
map (hd0) (hd2)
map (hd2) (hd0)
savedefault
makeactive
chainloader +1
That should take care of it. It did for me.
Kent
More information about the ubuntu-users
mailing list