Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RAID+BOOT+Windows trouble
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
|Quantum|
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2004
Posts: 133
Location: Belgium

PostPosted: Wed Apr 05, 2006 7:26 pm    Post subject: RAID+BOOT+Windows trouble Reply with quote

Hey to all,

I have the following set-up:

MSI K8N Neo4 Platinum (Geforce4 chipset)
AMD Athlon 64 3500+
2 * 512Mb RAM
XfX GeForce 6800GT
2* Maxtor 160Gb SATA NCQ in a Stripe Set (NVIDIA RAID0)
1* Old HDD 1.1Gb IDE

The Stripeset is divided as follows:

Bootsector: Windows loader
Part0: 40Gb Windows
Part1: 40Gb ReiserFS with AMD64-Linux
Part2: 1Gb Swap
Part3: Data

Of course, I boot from the old harddisk which contains only bootsector and the contents mounted in /boot:
GRUB, kernel, initrd.

Now comes the problem. I can boot directly from the RAID0 into windows --> no problem.
I can also boot from the small IDE-disk, selecting Linux (with GRUB), which gives me Gentoo Linux.
But I can *NOT* select Windows from GRUB and boot from there.

I followed all the manuals... yet grub only prints the commands and then the PC hangs:

Since linux is booted from (hd0,0) == old HDD, I presumed I had to do this:

# Windoze
rootnoverify (hd1,0)
makeactive
chainloader +1

Exactly like all the manuals describe. I think it cannot find the bootsector on my RAID0.
For the moment I can help myself with the boot menu, but I'd like a nicer solution and I want to know what's happening here ;)
Hence the question...


-D-
Back to top
View user's profile Send private message
kcbanner
n00b
n00b


Joined: 04 Apr 2006
Posts: 61

PostPosted: Thu Apr 06, 2006 3:58 am    Post subject: Reply with quote

If I am correct you are using DMRAID for your RAID array?

Well grub doesn't recognize it, because its /dev/mapper/nvidia_xxxxxxx.

What you have to do is install Grub into the MBR of the Raid array. I did and I can boot windows fine.

Read this howto: http://gentoo-wiki.com/HOWTO_Install_Gentoo_with_NVRAID_using_dmraid#Mounting_and_Installation

Its great!

Good luck!
-kcbanner
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


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

PostPosted: Fri Apr 07, 2006 12:33 am    Post subject: Re: RAID+BOOT+Windows trouble Reply with quote

|Quantum| wrote:
Since linux is booted from (hd0,0) == old HDD, I presumed I had to do this:

# Windoze
rootnoverify (hd1,0)
makeactive
chainloader +1

Try this instead
Code:
title Windoze
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1
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