Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst] Grub 18 Error bei Dual Boot
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
Hoernchen
n00b
n00b


Joined: 12 Sep 2010
Posts: 2

PostPosted: Sun Sep 12, 2010 3:41 pm    Post subject: [gelöst] Grub 18 Error bei Dual Boot Reply with quote

Hallo an alle!

Ich benutzte seit kurzer Zeit Gentoo, das klappt soweit auch alles prima. Nun wollte ich aber neben Gentoo noch Windows 7 installieren. Gesagt, getan, nachher habe ich den Grub wieder eingerichtet. Gentoo bootet ohne Probleme, aber bei Windows erscheint nach der Auswahl im grub Menu der Fehler 18. Ich habe schon gegoogelt und mir den Error Guide für Grub angeschaut, aber mein Mainboard ist noch nicht mal 6 Monate alt, von daher gibt es wohl keine Probleme mit dem BIOS.

Hier ist mal der Windows-Eintrag der grub.conf:

Code:

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


Nun habe ich auch vermehrt gelesen, dass dieses Problem auftritt, wenn Windows nicht auf der ersten Partition liegt. Das ist bei mir leider der Fall. Meine Festplatte habe ich wie folgt partitioniert:

Code:

Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1          12       96358+  83  Linux  // Boot Partition
/dev/sda2              13       19123   153502720    7  HPFS/NTFS // Windows 7
/dev/sda3           19123       44619   204800000    7  HPFS/NTFS //Daten 1
/dev/sda4           44619      121601   618359017+   f  W95 Erw. (LBA)
/dev/sda5           44619       82864   307200000    7  HPFS/NTFS // Daten 2
/dev/sda6           82864       83374     4100599+  82  Linux Swap / Solaris // Swap
/dev/sda7           83375       93818    83891398+  83  Linux // Root
/dev/sda8           93819      121601   223166916   83  Linux  // Home


Muss ich alles komplett neu formatieren oder gibt es da einen anderen Weg? Vielleicht grub2 nutzen?


Viele Grüße

Hörnchen


Last edited by Hoernchen on Tue Sep 14, 2010 7:05 am; edited 1 time in total
Back to top
View user's profile Send private message
frank_tireur
n00b
n00b


Joined: 31 Mar 2007
Posts: 17

PostPosted: Mon Sep 13, 2010 11:53 am    Post subject: Reply with quote

versuch es mal mit folgendem im grub.
Code:
title Windows 7
hide (hd0,0)
unhide (hd0,1)
rootnoverify (hd0,1)
makeactive
chainloader +1
Back to top
View user's profile Send private message
Hoernchen
n00b
n00b


Joined: 12 Sep 2010
Posts: 2

PostPosted: Mon Sep 13, 2010 1:47 pm    Post subject: Reply with quote

frank_tireur's Tipp hat leider nicht funktioniert, aber ich hab es mittlerweile selbst zum Laufen bekommen. *freu*

Der geänderte Windows Eintrag der grub.conf:

Code:

title Windows 7
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1


Danach war der Grub Error 18 weg und Windows versuchte bereits zu starten - leider kam die Meldung "BOOTMGR fehlt". Dann hab ich einfach die Windows DVD eingelegt und die Systemstartreparatur durchgeführt. Ich hatte eigentlich gedacht, danach müsste ich grub nochmal installieren, aber es lief sofort ohne Neuinstallation, Grub war immer noch da und ich konnte Windows endlich starten.
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