hoygrodo
Goto Top

Grub auf USB-Stick installieren

Hallo!

Auf einem 2GByte USB Stick (Sandisk cruzer micro) habe ich drei primäre FAT-Partitionen angelegt (1,2GB / 700 MB / 45 MB). Die erste Partiotion ist aktiv. Nun möchte ich mit dem Bootmanager Grub die Möglichkeit haben, die jeweiligen Partitionen zu starten (hd0,0=Tools / hd0,1=BARTPE / hd0,2=Gparted).
In der Datei menu.lst im Verzeichnis /boot/grub/ auf dem Stick ist folgendes eingegeben:

"timeout 30

title DOS&LIVE
root(hd0,0)
makeactive
cheinloader +1

title BARTPE
root(hd0,1)
makeactive
cheinloader +1

title GPARTED
root(hd0,2)
makeactive
cheinloader +1"

Wenn ich jedoch vom Stick booten möchte erhalte ich das Grub-Bootmenu und nach der Auswahl von einem Menüpunkt immer diese Meldung:

"Booting BARTPE

root (hd0,0)
Filesystem type is fat, partition type 0x6
makeactive
chainloader +1


Datenträger entfernen
Neustart: Taste drücken"

Wo mag hier der Fehler liegen?

Gruß,
HoyGroDo

Content-Key: 58783

Url: https://administrator.de/contentid/58783

Printed on: April 24, 2024 at 00:04 o'clock

Member: gnarff
gnarff May 12, 2007 at 00:03:37 (UTC)
Goto Top
Hallo Hoyetc.!

Am besten, Du faengst noch einmal ganz von vorne an, hier die Anleitung:
http://mathias-kettner.de/lw_booten_von_usb.html

saludos
gnarff
Member: HoyGroDo
HoyGroDo May 16, 2007 at 14:12:33 (UTC)
Goto Top
Genau so habe ich es aber gemacht...
Und trotzdem funktioniert es nicht.

Sollte vielleicht in der menu.lst ein Befehl fehlen?

HoyGroDo
Member: gnarff
gnarff May 16, 2007 at 15:46:31 (UTC)
Goto Top
Genau so habe ich es aber gemacht...
Und trotzdem funktioniert es nicht.

Sollte vielleicht in der menu.lst ein Befehl
fehlen?

Das kann ich Dir nicht sagen, Du hast die menu.lst ja nicht gepostet...:D
saludos
gnarff
Member: HoyGroDo
HoyGroDo May 18, 2007 at 05:55:20 (UTC)
Goto Top
Eigentlich schon face-smile

timeout 30

title DOS&LIVE
root(hd0,0)
makeactive
cheinloader +1

title BARTPE
root(hd0,1)
makeactive
cheinloader +1

title GPARTED
root(hd0,2)
makeactive
cheinloader +1
Member: gnarff
gnarff May 18, 2007 at 13:32:10 (UTC)
Goto Top

Eigentlich schon face-smile

Eigentlich ja, bin aber davon ausgegangen, das menu.lst geandert wurde...


title BARTPE
root(hd0,1)
makeactive
cheinloader +1

Sollte statt root(hd0,1) nicht rootnoverify(hd0,1) stehen und statt cheinloader eigentlich chainloader?

Die Fehlermeldung:
Filesystem type is fat, partition type 0x6
Sagt eigentlich: Wenn auf einem MBR-Datenträger kein Partitionstypbyte angegeben ist, erstellt der Befehl create partition primary eine Partition vom Typ 0x6, wobei der Partitionstyp 0x6
eine DOS-4.0-Partition mit mehr als 32 MByte ist.
sonst nichts...

Ausserdem zu makeactive:
Command: makeactive

"Set the active partition on the root disk to GRUB's root device. This command is limited to primary PC partitions on a hard disk. "

Was ist bei DOS&LIVE das "&LIVE"?

saludos
gnarff