Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo/WinXP dual boot on raid.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
kachaffeous
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 86

PostPosted: Tue Jun 24, 2003 1:23 am    Post subject: Gentoo/WinXP dual boot on raid. Reply with quote

Trying to get Gentoo and WinXP to be happy on a 80 gig raid 0 array. My partition table:

/dev/ataraid/disc0/part1 = Winxp (bootable flag) partition
/dev/ataraid/disc0/part2 = /boot (bootable flag)
/dev/ataraid/disc0/part5= /

Here is my grub.conf
Code:

default 0
timeout 5
splashimage=(hd0,1)/grub/splash.xpm.gz

title=Blazin
root (hd0,0)
kernel (hd0,1)/bzImage root=/dev/ataraid/disc0/part5 vga=791 splash=silent
initrd (hd0,1)/initrd

title=WinXP
root (hd0,1)
rootnoverify (hd0,1)
makeactive
chainloader +1


I can boot into Gentoo with no problems, but can't get the WinXP part to work, I know I can use individual hard drives, but would like to get the raid to work.

Thanks
Back to top
View user's profile Send private message
eta
n00b
n00b


Joined: 04 May 2003
Posts: 43

PostPosted: Tue Jun 24, 2003 1:32 am    Post subject: Reply with quote

Quote:
title=WinXP
root (hd0,1)
rootnoverify (hd0,1)
makeactive
chainloader +1

I don't know much about ataraid but if it's in the first part of the disk, shouldn't your root for XP be at (hd0,0).
Try changing rootnoverify (hd0,1) to rootnoverify (hd0,0). Ditto for the root line too.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Tue Jun 24, 2003 2:37 am    Post subject: Reply with quote

First, use fdisk to fix your partition table so only the Windows partition is marked bootable.
Then make grub.conf look like this :
Code:
title WinXP
chainloader (hd0,0)+1
Back to top
View user's profile Send private message
kachaffeous
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 86

PostPosted: Tue Jun 24, 2003 11:00 pm    Post subject: Reply with quote

cyrillic wrote:
First, use fdisk to fix your partition table so only the Windows partition is marked bootable.
Then make grub.conf look like this :
Code:
title WinXP
chainloader (hd0,0)+1


That did it for me, thanks cyrillic :)

Although, in all my trial and error, the WinXP partition got hosed, so had to reinstall windows before it would work.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum