[EICLUSt] Grub für Start von Windows konfigurieren

Christian Schneemann mailinglist at christianschneemann.de
Son Aug 27 18:46:45 CEST 2006


Am Donnerstag, 24. August 2006 22:32 schrieb Andreas Jaschke:
> Hallo Ihr,
Hallo du,
>
> hier meine nächste "Herausforderung" ;-)
>
> Ich möchte Grub überreden auch mein Windows zu starten. Leider funktioniert
> das bei mir (noch) nicht.
>
> Folgende Ausgangsbasis:
> * Festplatte 1 mit Linux Installation und mehreren Partitionen am ersten
> Festplattencontroller als Master
> * Festplatte 2 mit Windows Installation und mehreren Partitionen am ersten
> Festplattencontroller als Slave.
>
> /boot/grub/menu.lst enthält unter anderen den folgenden Eintrag:
>
>
> ###Don't change this comment - YaST2 identifier: Original name: windows###
> title WindowsProbe
>     map (hd0) (hd1)
>     map (hd1) (hd0)
>     root(hd0,0)
>     chainloader (hd0,0)+1
>
wie es ausschaut hast du an dem Eintrag rumgefummelt? Also das map blablubb 
ist falsch, das root auch, teste mal:
title Windows
	chainloader (hd1,0)+1

oder aber:
title Windows
	chainloader (hd0,0)+1

ich glaube aber eher an die erste Variante.


>
> Die Festplatte 2 (Windows ) ist wie folgt partitioniert:
> /dev/hdb1	NTFS	(Windows installation)
> /dev/hdb2	Extended
> /dev/hdb5	NTFS	(logisches Laufwerk in erweiterter Partition)
> /dev/gdb6	FAT32	(weiteres logisches Laufwerk in der gleichen erweiterten
> Partition)
>
> während des Bootvorganges kommt die folgende Fehlermeldung:
>     map (hd0) (hd1)
>     map (hd1) (hd0)
>     chainloader (hd0,0)+1
>
> Error 13: Invalid or unsupported executable format
>
>
> Derzeit schalte ich im Bios die Bootreihenfolge auf die zweite Festplatte
> um damit ich Windows gestartet bekomme.
>
> Was ist an der Einstellung falsch?
>
>
> Vielen Dank schon mal.
>
> Andreas
>
>
> Eichsfelder Linux/Unix-Stammtisch
> (EICLUSt) - Mailingliste
> _______________________________________________
> Web: http://linux.eichsfeld.net
> Listenadresse: Linuxnode at eichsfeld.net
> Konfig: http://eichsfeld.net/mailman/listinfo/linuxnode
> Listmaster: <linux at eichsfeld.net> (Niels)