Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub problem mit Win
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
Stone
Guru
Guru


Joined: 11 Mar 2003
Posts: 352

PostPosted: Wed Oct 19, 2005 8:01 pm    Post subject: Grub problem mit Win Reply with quote

hallo..

mein system sieht so aus:
sata platte mit gentoo (sda)
ide platte mit win (hda)

meine win installation verwend ich nur selten um etwas zu spielen was unter gentoo nicht wirklich gut rennt.
heute wollt ich wieder ins win booten und dies geht nicht mehr.

ich seh nichts ausser die zeilen die in der grub.conf für win drin stehn und der rechner tut nichts mehr.
meine grub.conf sieht so aus für den win teil:
Code:
title=win
root (hd1,0)
chainloader (hd1,0)+1


so ging es immer. heute hab ich nachdem ich nicht mehr booten konnte mal ins gentoo handbuch geschaut und meine conf auf das geändert:
Code:
title=win
rootnoverify (hd1,0)
makeactive
chainloader +1


leider geht es mit beiden einstellungen nicht mehr. die platte und das system sind ok weil wenn ich die linux hdd abstecke bootet das system ohne probleme
hat wer ne idee woran das liegen könnte?
danke
_________________
heisl.org die alternative im netz
Back to top
View user's profile Send private message
AWO
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2005
Posts: 144
Location: 52°32N / 11°58E

PostPosted: Wed Oct 19, 2005 8:16 pm    Post subject: Reply with quote

Nabend,

wo hast du denn die IDE-Platte am Mainbord angeschlossen? Wie hast du sie gejumpert?

Vermutung liegt nahe, dass die Laufwerksangabe, deiner WIN-Platte nicht stimmt.

Ich tippe mal ins Blaue und glaube, dass die Angabe

rootnoverify (hd0,0)

sein muesste.

AWO
Back to top
View user's profile Send private message
Stone
Guru
Guru


Joined: 11 Mar 2003
Posts: 352

PostPosted: Wed Oct 19, 2005 8:19 pm    Post subject: Reply with quote

sie hängt am ersten ide controller als master..
hm ja vielleicht nur es würde mich wundern da ich nichts verändert hab an der conf
_________________
heisl.org die alternative im netz
Back to top
View user's profile Send private message
Stone
Guru
Guru


Joined: 11 Mar 2003
Posts: 352

PostPosted: Thu Oct 20, 2005 2:54 pm    Post subject: Reply with quote

hier mal meine ganze grub.conf
Code:
default 0
timeout 10
#splashimage=(hd0,0) /boot/grub/splash.xpm.gz

title=Gentoo-2.6.12
root (hd0,0)
kernel (hd0,0)/gentoo-2.6.12 root=/dev/sda3 video=0x119

#title=Windows XP
#root (hd1,0)
#chainloader (hd1,0)+1

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

das die win hdd hd0 ist glaub ich nicht da dies ja die sata platte ist

edit: hat da keine eine idee?
_________________
heisl.org die alternative im netz
Back to top
View user's profile Send private message
AWO
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2005
Posts: 144
Location: 52°32N / 11°58E

PostPosted: Fri Oct 21, 2005 1:44 pm    Post subject: Reply with quote

Hallo stone,

irgendetwas ist da noch faul. Ich persönlich nutze auch eine IDE-Platte und eine SATA-Platte und es funktioniert einwandfrei bei mir.

Ich würde dir folgenden Vorschlag machen:

1. Lege die Bootreihenfolge im BIOS so fest, dass du von der IDE-Platte bootest.

2. Installier grub sowohl auf /dev/hda als auch auf /dev/sda.

3. Ändere die grub.conf so, dass Win von (0,0) gebootet wird und gentoo entsprechend von (1.0).

Wenn es dann doch nicht funktioniert, weiß ich auch nicht weiter. In dieser Kombination funktioniert es jedenfalls bei mir.
Back to top
View user's profile Send private message
Stone
Guru
Guru


Joined: 11 Mar 2003
Posts: 352

PostPosted: Mon Oct 24, 2005 6:10 am    Post subject: Reply with quote

so will ich das nicht ganz.
ich will das der grub von der sda platte gestartet wird. es hat ja auch seit über zwei jahren funktioniert.

also noch mal das ihr ein euch bild machen könnt
sata (/dev/sda):
sda1 /boot
sda2 swap
sda3 /

pata (/dev/hda):
hda1 c:\
hda2 d:\
hda6 e:\

im bios hab ich das von der sata platte gebootet wird. (auf der ist auch der MBR vom grub)
den mbr hab ich so schreiben lassen
root (hd0,0)
setup (hd0)
meine grub.conf kennt ihr ja schon.

das komisch dran ist das ich genau nichts verändert hab an dem ganzen und von heute auf morgen geht es nicht mehr.
versteh es nicht ganz
_________________
heisl.org die alternative im netz
Back to top
View user's profile Send private message
B0SSA
n00b
n00b


Joined: 25 Sep 2005
Posts: 52

PostPosted: Mon Oct 24, 2005 7:37 am    Post subject: Reply with quote

Ich kann zwar nichts zu Problem beitragen. Aber ich hätte da ne frage an @Stone

Welche sachen hast du in den Kernel implementiert um SATA unterstützung zu bekommen. Ich hab da noch ein offenes Problem. Ich hab Gentoo instaliert aber ich bekomme beim booten einen Kernel Panic
das der root==/dev/sda3 nicht finden kann. An der Grub.conf kanns nicht liegen. Ich Tip auf SATA unterstützung im Kernel. Ich hab auch mal alles ausgewält wo SATA drinsteht. Aber hat nichts gebracht.
Back to top
View user's profile Send private message
Rizzi
n00b
n00b


Joined: 14 Jan 2005
Posts: 56

PostPosted: Mon Oct 24, 2005 1:35 pm    Post subject: Reply with quote

ich hab nach langem auch mal wieder windows installiert (ide - secondary slave -> hdd) und linux läuft auf 2 sata platten...
ich kann windows auch nicht aus grub raus booten... lande immer in der grub command line
wenn ich das dort alles per hand eingebe ist linux platte 1 == hd0, linux platte 2 == hd1 und windows == hd2
und die config sieht wiefolgt aus

title Windows
rootnoverify (hd2,0)
chainloader +1

doch auch per handeingabe lade ich wieder in der grub command line

so sieht die partitionierung bei mir aus..

windows - hdd1 & hdd5 (grub : hd2,0 - hd2,4) c: - d:
linux (1) - hde1, hde2 & hde3 (grub : hd0,0 - hd0,1 - hd0,2) /boot - swap - /
linux (2) - hdg1, hdg2 (grub : hd1,0 - hd1,1) swap - /home

die ide platte wurde nachträglich eingebaut... und ist per bios bootmenü auch problemlos bootfähig..

mfg Rizzi
Back to top
View user's profile Send private message
timonator
n00b
n00b


Joined: 01 Jun 2005
Posts: 50
Location: Germany, NRW

PostPosted: Mon Oct 24, 2005 3:14 pm    Post subject: Reply with quote

ich hatte so ein aehnliches problem (linux ide, windows sata)

folgender eintrag beim windows boot hat geholfen:
Code:
title=Windows XP
rootnoverify (hd1,0)
map (hd0) (hd1) <-- !!
map (hd1) (hd0) <-- !!
makeactive
chainloader +1
Back to top
View user's profile Send private message
Rizzi
n00b
n00b


Joined: 14 Jan 2005
Posts: 56

PostPosted: Mon Oct 24, 2005 10:04 pm    Post subject: Reply with quote

jo... mit dem ummappen der laufwerke funktioniert es dann einwandfrei...

mfg rizzi
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