Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
deejdriemer
n00b
n00b


Joined: 06 Apr 2005
Posts: 5

PostPosted: Wed Apr 06, 2005 7:06 pm    Post subject: grub problem Reply with quote

I have 2 hdd's, 1 gentoo linux(hda)/1 winxp pro(hdb). I want to dualboot but can only run Gentoo from grub. The discs are identical (maxtor 80gb, 7200rpm)& winxp runs perfectly when I disconnect my linuxdrive so it's not a hardware problem. I did the tutorial step-by-step but I still can't get my winxpdrive to boot.
here's a copy of my grub:
---------------------------------------------------------
default 0
timeout 30

title=Gentoo 2.6.11
root hd(0,0)
kernel hd(0,0)/bzImage-2.6.11 root =/dev/hda4

title=Windows XP
root hd(1,0)
chainloader hd(1,0)+1
----------------------------------------------------------

thanx in advance
desperate :oops: greetings deejdriemer
Back to top
View user's profile Send private message
slentz
n00b
n00b


Joined: 14 Jan 2005
Posts: 53
Location: Winchester, VA

PostPosted: Wed Apr 06, 2005 7:14 pm    Post subject: Reply with quote

Try this config:

Code:
default 0
timeout 30

title=Gentoo 2.6.11
root hd(0,0)
kernel hd(0,0)/bzImage-2.6.11 root =/dev/hda4

title=Windows XP
rootnoverify (hd1,0)
makeactive
chainloader +1


You might want to check the jumpers as well.
Back to top
View user's profile Send private message
deejdriemer
n00b
n00b


Joined: 06 Apr 2005
Posts: 5

PostPosted: Wed Apr 06, 2005 7:56 pm    Post subject: Reply with quote

I tried, but I still get the following error, like I did before:[/i]
Quote:

booting Windows XP
Filesystem type unknown, Partition type 0x7
makeactive
chainloader +1


even when I removed the jumper from my slave drive(hdb with winxp), so it'll be set slave by default.
Back to top
View user's profile Send private message
bet1m
l33t
l33t


Joined: 04 Dec 2004
Posts: 631
Location: Kosova/Prishtine

PostPosted: Wed Apr 06, 2005 8:15 pm    Post subject: Reply with quote

connect 2 hdds then boot with live cd then:
Code:

fdisk -l

then see witch particions are active, and make active windows particion ;)
_________________
#370559
Back to top
View user's profile Send private message
deejdriemer
n00b
n00b


Joined: 06 Apr 2005
Posts: 5

PostPosted: Wed Apr 06, 2005 8:25 pm    Post subject: Reply with quote

I solved the problem :idea: 8) by mapping my hdb (winxp)

Code:

default 0
timeout 30

title=Gentoo 2.6.11
root hd(0,0)
kernel hd(0,0)/bzImage-2.6.11 root =/dev/hda4

title=Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1


really thanks for trying to help... :D
i'm just a complete noob regarding linux and i hate Gates' guts:evil: , but I need windows to play games...
Back to top
View user's profile Send private message
guni
Apprentice
Apprentice


Joined: 18 May 2003
Posts: 193
Location: Belgium lommel

PostPosted: Thu Apr 07, 2005 6:00 pm    Post subject: Reply with quote

gj :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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