LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-15-2005, 04:50 PM   #1
linuxmfx
LQ Newbie
 
Registered: Aug 2005
Location: UK
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
grub - dual boot fedora / XP probs


Hi

I've got a problem dual booting with Grub (version with fedora 3) - to windows XP. I've read some really informative threads here (aus9's for example) and have learnt a lot about grub, tried many examples and feel like my settings should work - but to no avail.

Here is my setup:
I have 3 hard disks [2 parallel (disks 1 and 2), and 1 SATA (disk 3)].
For reasons I won't go into - my windows XP is on SATA disk 3, which when I was just running XP, was set to be the boot disk in the bios - and sucessfully go's straight into XP at boot. All is well.

Now I have loaded linux and the grub bootloader on the first hard drive. If I set the bios to boot from the first drive, I get the grub menu. I can boot into linux from it. I also want to be able to boot to XP from here, but that's where the problem starts.

Booting from disk 1 in the bios - my XP hard drive is disk hd2 in grub terms, and the XP system partition is the first one (hd2,0) - formatted NTFS 15GB.

I've tried pretty much every setting I can find for grub to boot XP - Some examples are various combinations of the listings below:

rootnoverify(hd2,0)
map (hd2) (hd0)
map (hd0) (hd2)
*makeactive
chainloader +1
*boot
[* items sometimes removed]

Various things happen (I can be specific) - from just staying at the grub screen and not doing anything, or I get cant find NTLDR (spelling?).

What is odd, is that there are 3 partitions on the XP SATA drive, but when I tab in command line grub mode
grub>root (hd2, [tab]
I only get the option of having 0 - it can't see the other partitions.

Please help!!
Obviously, I can just choose the boot drive from the BIOS for now if I want Linux or XP - but it would be nice to have it tidy and not have to keep changing the bios.

Thanks for any input - this site is invaluable for people experimenting with Linux.

Last edited by linuxmfx; 08-15-2005 at 05:05 PM.
 
Old 08-15-2005, 05:05 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
I'm having exactly the same problems, the mystery is that I once had this working with XP, Linux and Win2k. I removed win2k and reinstalled with just Linux, and XP. did the XP first, then installed Linux. Now XP won't load.

Something has definatley changed in the way XP gets booted up but I can't figure what it is, maybe the Bootblock for XP has become more critical so you just can't boot the partition, it has to be the full disk, almost like they're trying to make it harder to dual boot into Windows from Linux. Now I'm sound like a conspiracy theroist gotta lay off a bit...

Luckily for me I can just press F8, and the MOBO gives me a booting option and I boot into WinXP that way ( Not that I use it much anymore ).

Something weird is definatley going on.
 
Old 08-15-2005, 05:13 PM   #3
bushidozen
Member
 
Registered: Oct 2004
Posts: 215

Rep: Reputation: 30
You might want to install GRUB on the MBR of the SATA drive that Windows is on.
 
Old 08-15-2005, 05:31 PM   #4
linuxmfx
LQ Newbie
 
Registered: Aug 2005
Location: UK
Distribution: Fedora
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for the feedback so far.
Yes - I'm using F8 a lot too!
Any additional explanation on moving grub to the other drive would be appreciated, although I'm a little reluctant to touch that drive as it is very stable and I rely on XP for many reasons..... If grub ended up not working on that drive, I'd be stuck!
 
Old 08-15-2005, 05:47 PM   #5
aikidoist72
Member
 
Registered: Jan 2005
Location: Australia
Distribution: Slackware Archlinux FreeBSD
Posts: 218

Rep: Reputation: 30
Just remember that some SATA drives are not really SATA drives but fake ones!! I know....cause I got one! You will need to do some research about this, because if it is fake like my Promise Fasttrak TX2 - meaning it is just an Ultra ATA software driven connection, then GRUB will see this as the first hard drive. IE hd0.

Also if it is a real SATA - lucky you, then the GRUB entry changes from hd to sd. IE sd0

From the original post the entry would look like this

Code:
rootnoverify(sd0,0)
makeactive
chainloader +1
boot
The mapping is only needed if you have XP anywhere other than the first drive.
 
Old 08-20-2005, 06:30 PM   #6
linuxmfx
LQ Newbie
 
Registered: Aug 2005
Location: UK
Distribution: Fedora
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for your feedback. I finally managed to get it working. Knowing that the SATA drive might not be the drive number I thought it should be (thanks aikidoist72) got the problem solved.

So, here's my final grub.

map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify(hd1,0)
chainloader +1

Why the SATA comes up as hd1 in grub, when it shouold be hd2 according to my bios, I still don't understand. I found it very useful from aus9's post to know that if you go to grub command line and tab when at the >rootnoverify (hd1, stage, it lists the partitions - which is how I worked out what disk was what.
It seems in grub, the SATA disk is still hd? not sd? (sorry - no hash key on this mac laptop!).

So - finally a bootloader that works. Thank again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 3 Dual Boot, Dual Hard drives, Grub Boot Loader Denali03 Linux - Newbie 1 03-04-2005 01:44 PM
GRUB Dual Boot system errors with XP and Fedora 3 Armageddon00 Linux - Newbie 10 01-11-2005 03:29 PM
Fedora/Slack Dual-Boot w/ GRUB mijenks Linux - Software 0 06-11-2004 07:40 AM
Fedora + Win2k Dual Boot ( using GRUB) peregrin Fedora - Installation 1 02-11-2004 06:54 AM
Trouble getting Windows XP to dual boot with Fedora using GRUB davstin2002 Linux - Newbie 12 01-22-2004 03:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration