* Brady Curtis [Sat, 28 Feb 2004 at 22:12 -0700]
<quote>
> Here are the contents of these two files:
> /boot/grub/grub.conf
> /etc/fstab
<snip> output of files </snip>

> When we partitioned the hard drive I don't remember moving any of the 
> windows boot files anywhere. Thanks.
> 
> Brady

One more thing would be helpful, send the output of
# fdisk -l /dev/hda

However, try changing the windows boot entry to this
title Windows XP
        map (hd0,0)(hd0,4)
        map (hd0,4)(hd0,0)
        rootnoverify (hd0,4)
        chainloader +1

from what I understand, the map will make it so the windows partition (hd0,4)
will show up as C: once you boot. You may not need the map commands. but 
rootnoverify does need to be (hd0,4). If that still doesn't work, try putting
makeactive in there, too.
        ...
        makeactive
        chainloader +1

I'm really not that knowledgeable in grub, these are just things i've found in
examples, so I don't know exactly what the makeactive is or when it's needed,
but I have it on my computer for loading win2k.

Attachment: pgp00000.pgp
Description: PGP signature

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to