Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub mit Windows
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
November Rain
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2006
Posts: 142
Location: Tirschenreuth

PostPosted: Sat Mar 03, 2007 8:12 am    Post subject: Grub mit Windows Reply with quote

Hi,

ich hab vor ein paar Tagen Vista Business auf meiner alten IDE Platte installiert. Um Grub nicht überschreiben zu lassen hab ich auch diese Platte im Bios als "First Boot" Platte eingestellt. Soweit sogut, die Installation lief erfolgreich, bis auf eins: Windows XP lässt sich nicht mehr booten. XP Hat genauso wie jetzt Vista die IDE Platte als "Erste" gekannt und seinen Bootloader raufgespeichert, die XP Installation liegt aber auf meiner ersten SATA Platte. Folgendes steht jetzt in meiner Configdatei:

Code:

title Windows Vista Business
    rootnoverify (hd1,0)
    makeactive
    chainloader +1

title Windows XP Pro SP2
    rootnoverify (hd2,0)
    makeactive
    chainloader +1



hd0,0 ist in diesem Fall meinen zweite SATA Platte mit Grub drauf.
hd1,0 ist die IDE Platte mit Vista
hd2,0 müsste dann logischerweise meine erste SATA Platte mit Windows XP sein

Ergebnis: Vista bootet, XP nicht. XP liegt in der ersten Partition, ist also eine primary. Was mache ich falsch?
_________________
Gentoo Linux - Intel Core 2 Quad Q6600 - 32 Bit
4 GB G.Skill PC6400 DDR 2
MSI P35 Neo 2 FR
MSI GeForce 8800 GTS 512 MB G92 OC & Club3D 8400 GS
Samsung 245B plus & HP w2408 Vivid Color
Back to top
View user's profile Send private message
Vortex375
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1739
Location: Deutschland

PostPosted: Sat Mar 03, 2007 1:05 pm    Post subject: Reply with quote

Was bedeutet "XP bootet nicht"? Kriegst du einen Bluescreen oder eine GRUB-Fehlermeldung?

Bei mir funktioniert dein Schema ohne Probleme, allerdings liegen bei mir XP und Grub auf der selben Platte:
Code:

title=Windows
rootnoverify (hd0,1)
makeactive
chainloader +1

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

title=Gentoo Linux
root (hd0,0)
kernel (hd0,0)/bzImage root=/dev/sda6 vga=792
Back to top
View user's profile Send private message
ScytheMan
l33t
l33t


Joined: 30 Nov 2005
Posts: 605

PostPosted: Sat Mar 03, 2007 1:22 pm    Post subject: Reply with quote

map (hd0) (hd1)
map (hd1) (hd0)


evtl. hilft sowas, bei mir hats jedenfalls funktioniert.

siehe: http://www.gnu.org/software/grub/grub-faq.de.html#q10
Back to top
View user's profile Send private message
doedel
Guru
Guru


Joined: 05 Feb 2006
Posts: 579
Location: Denmark

PostPosted: Sun Mar 04, 2007 9:01 pm    Post subject: Reply with quote

Hier auch noch ein Link dazu:
http://de.gentoo-wiki.com/Diskussion:Dual_Boot
_________________
1 ha == 1 Hekto-Ar == 1 Hektar
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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