LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Adding Via Raid0 to Grub??? (https://www.linuxquestions.org/questions/suse-opensuse-60/adding-via-raid0-to-grub-373869/)

Jordees 10-17-2005 06:01 AM

Adding Via Raid0 to Grub???
 
Please help me out with the following problem:

I've installed Suse Linux 10.0 on my computer (on my 3th HD)
After installing and during first boot i saw that Grub did not automaticly found the Raid0 WinXP partition.

So i tried to find out how to add this partition to Grub.

Yast is giving me this configuration:

/dev/sda 152.6 GB Maxtor
/dev/sda1 1.0 Swap
/dev/sda2 151 Native
/dev/sdb 149 GB WesternDigital
/dev/sdb1 149 GB
/dev/sdc 149 GB Seagate (Disk1 of ViaRaid0)
/dev/sdd 149 GB Seagate (Disk2 of ViaRaid0)

--edit-- I devided the Rai0 configuration in a 50 GB C: en a 250 GB D:

In Grub (/boot/grub/menu.lst) i added the following:

title Windows XP Pro
chainloader (/dev/sdc)+1

--> did not work!

title Windows XP Pro
chainloader (/dev/sdc1)+1
--> did not work

So now i am out of options??

Can anyone please help me out here? I would be very thankfull!!

Keruskerfuerst 10-18-2005 08:22 AM

Hello!

I dont think grub can boot a raid 0 partition of windows xp.
I read the documentation for grub and found nothing about booting a raid 0 ntfs filesystem.

Greetings

Jordees 10-19-2005 01:49 AM

Quote:

Originally posted by Keruskerfürst
Hello!

I dont think grub can boot a raid 0 partition of windows xp.
I read the documentation for grub and found nothing about booting a raid 0 ntfs filesystem.

Greetings

Thanks man. I've tried adding a bootsect.lin to my c-partition on windows and ajusting the boot.ini, but it also did not work.

Well, then i just have to live with entering the bios every now and then :D

Keruskerfuerst 10-20-2005 12:55 PM

Hello!

Another possibilty is to create a bootfloppy. In this case you don´t have to change your bios settings.

Greetings

Jordees 10-25-2006 11:41 AM

For people who have the same problem:

add these lines to your /boot/grub/menu.lst:


Title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1


All times are GMT -5. The time now is 08:22 PM.