You are not logged in.
Pages: 1
Just wanna say I love these forums with all the people willing to help
Anyway, I've got this problem with Grub and I can't access WinXP. When I press enter in grub it just hangs.
I've checked the wiki page for dual boting Arch and WinXP but to avail.
My "menu.lst" file says:
title Windows
rootnoverify (hd1,0)
makeactive
chainloader +1
I've changed the (hd1,0) to different numbers also but that didn't work at all. It just hangs every time I try to access Windows. I can boot up fine if I change the bootup sequence in the BIOS.
I've also checked with "fdisk -l" the command if the (hd1,0) was correct and it was. My ntfs partition is on /dev/sdb1.
I'm out of ideas Any help would be grateful
Last edited by madcow (2007-12-20 19:27:58)
Offline
What kind of drive/partition scheme are you using? Windows/Arch on same/different drives?
Post the contents of /boot/grub/menu.lst
Offline
Windows will only boot from the first primary partition, try this
title Windows XP Pro
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
makeactive
chainloader +1
Offline
Thanks to both of you, especially xploded101 It worked like a charm...
Thanks man!
Offline
Pages: 1