"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

grub.conf --> windows startet nicht!

Josi 21.09.2005 - 19:50 691 10
Posts

Josi

OC Addicted
Registered: Sep 2002
Location: Wien
Posts: 735
zuerst der windows auszug aus meiner grub.conf:
Zitat
title windows
root (hd1,0)
makeactive
chainloader +1

wenn ich im bios first boot device auf hdd0 stell, bootet er mit grub und ich kann entscheiden zwischen gentoo und win xp.

wähle ich win xp spuckt er mir die obige quotation aus, gentoo bootet problemlos.

stell ich im bios als first boot device hdd1 ein, startet er direkt ohne bootloader windows. (komplett verständlich)

jedoch finde ich komisch warum er dann root (hd1,0) nicht überreißt.

tia

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5982
nach deiner config müsst windows "nach" gentoo installiert sein. is das so?

tialk

Here to stay
Avatar
Registered: May 2002
Location: vo/stmk
Posts: 3282
versuch statt root rootnoverify

und evtl. mal (hd2,0)

that

Hoffnungsloser Optimist
Avatar
Registered: Mar 2000
Location: MeidLing
Posts: 11340
Bei mir sieht das so aus:

Code:
default 0
timeout 20

title=Gentoo Linux 2.6.13.2
root (hd0,5)
kernel (hd0,5)/boot/linux-2.6.13.2 root=/dev/sda6

title=Windows 2000
root (hd0,0)
chainloader (hd0,0)+1

Josi

OC Addicted
Registered: Sep 2002
Location: Wien
Posts: 735
nein windows is vor gentoo installiert worden...

ich probier die vorschläge mal aus! danke für die bisherigen posts
Bearbeitet von Josi am 23.09.2005, 17:50

Woifi

Addicted
Avatar
Registered: Jun 2003
Location: $home
Posts: 485
vllt. musst du mappen, versuch zB
Code:
map-drive = 0x81
to 0x80
map-drive = 0x80
to 0x81

in dem windows part deiner grub.conf

HVG

untitled
Avatar
Registered: Jun 2000
Location: NÖ
Posts: 5982
Zitat von Josi
nein windows is vor gentoo installiert worden...

ich probier die vorschläge mal aus! danke für die bisherigen posts

dann sollts aba so ausschaun:
Code:
title windows
root (hd0,0)

jives

And the science gets done
Avatar
Registered: Sep 2001
Location: Baden
Posts: 3548
Zitat von Woifi
vllt. musst du mappen, versuch zB
Code:
map-drive = 0x81
to 0x80
map-drive = 0x80
to 0x81

in dem windows part deiner grub.conf
oder:
Code:
map	(hd0) (hd1)
map	(hd1) (hd0)
also
Code:
title	WindowsXP Professional
root	(hd1,0)
map	(hd0) (hd1)
map	(hd1) (hd0)
chainloader (hd1,0)+1 
imo einfacher :)

makeactive wird ab irgendeiner Windows-Version, die mir gerade entfallen ist, iirc nicht mehr gebraucht.

Kommt irgendeine zusätzliche Fehlermeldung?
Bearbeitet von jives am 23.09.2005, 18:08

Lukas

Here to stay
Avatar
Registered: Feb 2004
Location: ~
Posts: 1883
Zitat von tialk
versuch statt root rootnoverify

imho der heißerste tipp...

edit:
Zitat von jives
Kommt irgendeine zusätzliche Fehlermeldung?

nein. bleibt nach dem anzeigen des parts stehen...
Bearbeitet von Lukas am 23.09.2005, 18:18

Josi

OC Addicted
Registered: Sep 2002
Location: Wien
Posts: 735
Zitat von jives
Kommt irgendeine zusätzliche Fehlermeldung?

nein

Darius

 Guru
Avatar
Registered: Dec 2001
Location: Vienna
Posts: 2068
er bleibt einfach hängen "stehen"?
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz