Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with Dualboot
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
JamieWolf
n00b
n00b


Joined: 19 Oct 2005
Posts: 22

PostPosted: Fri Dec 01, 2006 2:27 pm    Post subject: Problems with Dualboot Reply with quote

Hello everybody,

I have sucsessfully installed Gentoo AMD64 on my Computer (E6600 Conroe, MSI P965 Neo) thanks for KernelOfTruth's LiveCD which worked like a charm!

But now I ran into a Problem. The P965 Neo has a couple of SATAII Ports and i just used some random ports for my Disks, since I noticed, that it doesn't change much ... but I will look into this as soon as i come home.
The Current Setup is like this:
1. 250GB HDD - Primary with Windows and Stuff
2. 120GB HDD - Secondary Gentoo

Gentoo recognizes No.1 as /dev/sda and No.2 as /dev/sdb so in the grub.conf I added for 1.
Code:
root(hd0,0)
norootverify
chainloader +1


and for 2:
Code:
root(hd0,1)
kernel /boot/mykernel root=/dev/sdb3


Booting linux works, but grub doesn't boot Windows. It always says that the drive was not found.

On the Bootscreen the JMicron Controler also just shows HDD0 (1) and ODD0 (Samsung DVD Writer)


Any Ideas were to start looking?
Greetings
JamieWolf
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Fri Dec 01, 2006 2:41 pm    Post subject: Reply with quote

Shouldnt it be .....

title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
Back to top
View user's profile Send private message
JamieWolf
n00b
n00b


Joined: 19 Oct 2005
Posts: 22

PostPosted: Fri Dec 01, 2006 5:28 pm    Post subject: Reply with quote

Well i just wrote it out of my memory ... but it is like U stated.
Also I copied it from the grub.conf.example so it should be right ...
#

The Error i get is

Error 21: Selected disk does not exist ...


but why does gentoo find it, when it is booted as sda??
Maybe this is connected to the JMicron bug?


I dunno :(
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Fri Dec 01, 2006 5:44 pm    Post subject: Reply with quote

Sometimes you need to trick Windows...
Code:
title Windows XP
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1


Try that.

HTH,
m
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
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