You are not logged in.

#1 2006-09-17 00:38:23

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Can't Get Grub to load Windows [solved]

I have 2 IDE hard drives in my computer:

1. hda1: 6GB master (for 32-bit arch linux 0.7.2 gimmick using ext3)
2. hdb1: 250GB slave (for 32-bit windows xp pro using NTFS)

I use GRUB 0.97-2 on the MBR (hda) on linux. It loads linux perfectly but will not load windows. If I try to boot windows, I get the following output:

Booting 'XP'

root (hd1,0)
  Filesystem type unknown, partition type 0x7
chainloader +1

Here is what I added to the end of /boot/grub/menu.lst:

title XP
root (hd1,0)
chainloader +1

Offline

#2 2006-09-17 00:50:17

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Can't Get Grub to load Windows [solved]

You might try using 'rootnoverify' instead of 'root'.


1000

Offline

#3 2006-09-17 00:59:48

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: Can't Get Grub to load Windows [solved]

When I use rootnoverify, it just does the same thing except leaves out the description of the error.

Offline

#4 2006-09-17 07:53:19

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: Can't Get Grub to load Windows [solved]

I've got makeactive between rootnoverify and chainloader +1 in mine.

Offline

#5 2006-09-17 07:54:00

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Can't Get Grub to load Windows [solved]

I do not know if it solves your problem but I use:

# (1) Windows XP
title Windows XP
root (hd0,0)
makeactive
chainloader +1

and it works.

Offline

#6 2006-09-17 09:38:34

zack
Member
From: Portsmouth, UK
Registered: 2006-09-11
Posts: 32

Re: Can't Get Grub to load Windows [solved]

I use;

# (1) Windows Server 2003
title Windows Server 2003
rootnoverify (hd0,0)
chainloader +1
boot

and it works just fine.

Offline

#7 2006-09-17 09:42:51

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Re: Can't Get Grub to load Windows [solved]

I also have Arch and XP installed on two differend harddisks and I have to use the following entry in order to boot windows:

title   Windows XP Professional
rootnoverify    (hd1,0)
map     (hd0)   (hd1)
map     (hd1)   (hd0)
chainloader     +1


Check out if you maybe need to change the numbers at the map entry. But I'm sure it'll work with the entry above....

Offline

#8 2006-09-17 20:48:54

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: Can't Get Grub to load Windows [solved]

thanks everyone! I got it working now. The map statements Back2Cali posted fixed it for me - thanks so much!

Offline

Board footer

Powered by FluxBB