# Django 2014-07-02 # erweitertes graphisches Bootmenü mit Untermenüs und Hilfeseite (F1) für PXE-Boot # Einbinden des User-Interface-Module vesamenu.c32 default vesamenu.c32 # starten des Standardeintrages nach 10 Sekunden timeout 100 # [0] Boot-Prompt ausblenden [1] Boot-Prompt standardmäßig angezeigen prompt 0 # [0] Öffnen des Boot mit ESC ermöglichen [1] Funktion deaktivieren. noescape 0 # Definitionen des Bootmenü-Bildschirms: # # background : Hintergrundgraphik für das Bootmenü (Größe: 640x480 Format: PNG) # border : Rahmen # cmdline : Kommandozeile # cmdmark : Kommandozeile (Marker) # disabled : Menüeintrag (nicht aktiviert) # help : Hilfe Text # hotkey : Hotkey (nicht ausgewählt) # hotsel : Hotkey (ausgewählt) # msgXX : Nachricht (Funktionstaste) Datei-Attribut XX # pwdborder : Passwortbox (Rahmen) # pwdheader : Passwortbox (Überschrift) # pwdentry : Passwortbox (Inhalt) # sel : Selektionsbalken # screen : Bildschirmhintergrund # scrollbar : Scroll-Balken # tabmsg : "Press [Tab]" Nachricht # timeout_msg : Timeout Nachricht # timeout : Timeout Zähler # title : Überschriftsbalken # unsel : Menüeintrag (nicht ausgewählt) menu background bootgraphik.png menu title *** PXE Boot-Auswahl Menue *** menu color title 1;36;44 #0824b5 #00000000 std menu color sel * #00000000 #0824b5 * menu color hotsel 1;7;37;40 #00000000 #999999ff * menu color unsel 1;36;44 #0824b5 #00000000 std menu color hotkey 1;36;44 #0824b5 #00000000 std menu color tabmsg 1;36;44 #ed7500 #00000000 std menu color cmdline 1;36;44 #0824b5 #00000000 std menu color timeout_msg 1;36;44 #0824b5 #00000000 std menu color timeout 1;36;44 #0824b5 #00000000 std menu color help 1;36;30 #ff0000 #00000000 std menu helpmsgrow 20 # Definition der einzelnen Booteinträge: # LABEL : Eindeutige Bezeichnung eines Booteintrages # MENU LABEL : Aussagekräftige Beschreibung des LABELs, welche im Mootmenü angezeigt werden soll # KERNEL : Definition des zu bootenden Kernel Images # APPEND : Definition von Benutzerspezifischen Kerneloptionen LABEL 1 MENU LABEL ^1) Boot from ^HD (default) localboot 0 LABEL 2 MENU LABEL ^2) Untermenue Intranet (32 Bit) KERNEL vesamenu.c32 APPEND pxelinux.cfg/intra-32 LABEL 3 MENU LABEL ^3) Untermenue Intranet (64 Bit) KERNEL vesamenu.c32 APPEND pxelinux.cfg/intra-64 LABEL 4 MENU LABEL ^4) Untermenue DMZ (32 Bit) KERNEL vesamenu.c32 APPEND pxelinux.cfg/dmz-32 LABEL 5 MENU LABEL ^5) Untermenue DMZ (64 Bit) KERNEL vesamenu.c32 APPEND pxelinux.cfg/dmz-64 LABEL A MENU LABEL ^A) Untermenue DBAN: Festplatten sicher loeschen KERNEL vesamenu.c32 APPEND pxelinux.cfg/dban LABEL B MENU LABEL ^B) Untermenue Clonezilla (i686-PAE) KERNEL vesamenu.c32 APPEND pxelinux.cfg/clonezilla_i686-pae LABEL C MENU LABEL ^C) Untermenue Clonezilla (AMD-64) KERNEL vesamenu.c32 APPEND pxelinux.cfg/clonezilla_amd-64 LABEL D MENU LABEL ^D) Untermenue Utilities KERNEL vesamenu.c32 APPEND pxelinux.cfg/utilities # Zusätzliche Hilfeseiten auf Tastendruck einblenden. F1 pxelinux.cfg/about.txt