LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Whats wrong with my GRUB config? (https://www.linuxquestions.org/questions/linux-newbie-8/whats-wrong-with-my-grub-config-174543/)

Memzback 04-25-2004 09:24 PM

Whats wrong with my GRUB config?
 
Im running two IDE drives on an onboard RAID Card, The master on primary is a hard drive for Linux, the slave on primary is a Windows drive containing two partitions. One is windows, the second is my documents.

This is my GRUB config:

# Modified by YaST2. Last modification on Sun Apr 25 22:24:47 2004


gfxmenu (hd0,1)/boot/message
timeout 8
default 0

###Don't change this comment - YaST2 identifier: Original name: Linux###
title Linux
kernel (hd0,1)/boot/vmlinuz root=/dev/ataraid/d0p2 vga=0x317 splash=silent desktop hda=ide-scsi hdalun=0 hdc=ide-scsi hdclun=0
initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: Windows###
title Windows
root (hd1,0)
chainloader +1
makeactive

###Don't change this comment - YaST2 identifier: Original name: Failsafe###
title Failsafe
kernel (hd0,1)/boot/vmlinuz root=/dev/ataraid/d0p2 ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: Memory_Test###
title Memory_Test
kernel (hd0,1)/boot/memtest.bin

###Don't change this comment - YaST2 identifier: Original name: Memory Test###
title Memory Test
kernel (hd0,1)/boot/memtest.bin

Please tell me why Windoze wont load.. Thanks alot

bruno buys 04-25-2004 11:25 PM

How did you build this system? If you want to have win and linux in the same computer, you better install first win, and then linux. Usually, this yields a system with linux after win, which does not seems to be your case. You have win on the second drive.
Since this is a raid config, I don't know what to think... On regular ide controller, I would install win on the first disk.

Maybe the problem is raid-related, friend. If there are any regular ide's on this pc, try installing on it.


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