View previous topic :: View next topic |
Author |
Message |
Punisha69 n00b
Joined: 07 Apr 2003 Posts: 20 Location: vancouver, BC
|
Posted: Mon Apr 07, 2003 7:22 pm Post subject: How Do I Get Dual Boot To Work? |
|
|
I don't know if this is the right place to post this. I hope it is.
I have:
1 40 GIG hard drive (set as master) running Gentoo Linux
(3 partitions [boot,swap,root])
1 60 GIG hard drive on the same IDE Channel (set as slave) running Windows XP
(3 FAT32 Partitions)
I have GRUB installed on my Gentoo system
What I Want:
I want to be able to have a dual boot in GRUB.
What I Have Done:
in grub.conf, this is what I have for my Windows XP...
title=Windows XP
root (hd1,0)
chainloader (hd1,0)+1
When I try to boot into that from GRUB, the computer start beeping like crazy, and it woun't boot. It just tells me the file system format along with some error and then tells me to press any key to continue.
once i press any key, goes back to GRUB menu.
what am I doing wrong? What else should I be doing?
I ran #cfdisk /dev/hdb to see what the partitions where.. and I had..
hdb1
hdb5
hdb6
1 being the boot drive (my main xp partition)
Do I not have my GRUB setup right? isn't hdb1=hd1,0?
Any help would be appriciated. Thanks in advance. |
|
Back to top |
|
|
BonezTheGoon Bodhisattva
Joined: 14 Jun 2002 Posts: 1408 Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo
|
Posted: Mon Apr 07, 2003 7:29 pm Post subject: |
|
|
Try this instead.
Code: | title=Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
rootnoverify (hd1,0)
makeactive
chainloader +1 |
as directed in this thread.
Regards,
BonezTheGoon |
|
Back to top |
|
|
Punisha69 n00b
Joined: 07 Apr 2003 Posts: 20 Location: vancouver, BC
|
Posted: Mon Apr 07, 2003 7:33 pm Post subject: |
|
|
BonezTheGoon wrote: | Try this instead.
Code: | title=Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
rootnoverify (hd1,0)
makeactive
chainloader +1 |
as directed in this thread.
Regards,
BonezTheGoon |
thank you SIR, I'll give that a shot as soon as I get home, but seems like it will work
Appriciate it, will post the resault |
|
Back to top |
|
|
Punisha69 n00b
Joined: 07 Apr 2003 Posts: 20 Location: vancouver, BC
|
Posted: Tue Apr 08, 2003 7:47 pm Post subject: |
|
|
BOOOYA... thank you, it worked like a charm
:bowsdown: |
|
Back to top |
|
|
BonezTheGoon Bodhisattva
Joined: 14 Jun 2002 Posts: 1408 Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo
|
Posted: Tue Apr 08, 2003 7:51 pm Post subject: |
|
|
Glad to hear it worked!
Regards,
BonezTheGoon |
|
Back to top |
|
|
|
|
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
|
|