LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual Boot Help! Needed (https://www.linuxquestions.org/questions/linux-newbie-8/dual-boot-help-needed-294880/)

macca03 02-25-2005 04:07 PM

Dual Boot Help! Needed
 
Hey, I'm new to linux so forgive me for sound a little slow.

Setup:

Win xp on SATA drive (configured to run as master)
Suse 9.2 on Master IDE 0
Downloads on Slave IDE 1

since installing suse on ide 0 ive had to put a boot disk in to boot suse, if not then I end up with " NTLDR is missing" error.

Once I get the ce running the boot menu only allows SuSe to boot and does not see XP at all

To get windows to run I have to go in to BIOS setting and switch the SATA on to be the main drive again!

Below is my: Grub.connfig

root (hd0,0)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) /boot/grub/stage2 0x8000 (hd0,0)/boot/grub/menu.lst
quit


can anyone help?

musicman_ace 02-27-2005 05:50 AM

Add some lines in grub.conf like this

### Windows ###
title WinXP Pro
   map (hd0) (hd1)
   rootnoverify (hd0,0)
chainloader +1
#makeactive
#boot


I don't think you need the last two commands, so I've commented them here, but according to grubs website you would need them. I've always stopped after chainloader +1. The map command is telling grub to boot from another disk. grub might think that hd1 is the second IDE cable and you'd have to change it to hd2 to make it realize the SATA cable.

macca03 02-28-2005 12:21 PM

musicman_ace,

Thanks for the reply, I'm going to give it a go tonight.

all the best

Macca
:newbie:


All times are GMT -5. The time now is 12:51 AM.