Benutzer-Werkzeuge

Webseiten-Werkzeuge


 [[anwenderwiki:pxe-windows]] 

Windows per PXE-Grub booten

Die Datei muss unter /var/linbo/pxelinux.cfg/ abgelegt werden mit dem Namen der Hardwareklasse.

Punkt 1 startet Windows 7 unter Verwendung einer menue.lst - Datei, die auf der Windows Partition C: liegt. Diese Datei wird normalerweise von LINBO dorthin gespeichert.

Punkt 2 startet Windows 7 mit direkter Ansteuerung des Windows-Boot-Loaders bootmgr, der als versteckte Datei unter C: liegt.

Punkt 3 startet Windows 7 mit direkter Ansteuerung des GRUB-Boot-Loaders grldr, der unter C: liegen sollte.

DEFAULT /vesamenu.c32
# nach Ablauf des Timeouts wird Windows 7 gebootet.
ONTIMEOUT win7
PROMPT 0
# STARTE win7 nach 5 Sek. Untaetigkeit, wird durch Tastendruck des Anwenders unterbrochen.
TIMEOUT 50
# starte auf jeden Fall das Defaultsystem nach 10 Sek.,
# auch wenn der Anwender den Autostart unterbrochen hat.
TOTALTIMEOUT 100
KBDMAP /german.kbd
DISPLAY /boot.msg
# verbietet die Aenderung der APPEND-Zeile
ALLOWOPTIONS 0

# Layout-Definitionen fuer das Menue
MENU AUTOBOOT Automatischer Start von Windows 7 in # Sekunde{n}...
MENU BACKGROUND /logo.16
MENU TITLE Boot-Menue der Gruppe itg FSCL 
MENU color title	1;36;44    #ffffffff #00000000 std
MENU color sel		7;37;40    #ffffffff #ffdaa520 all
MENU color hotsel	1;7;37;40  #ffffffff #ffdaa520 all
MENU WIDTH 80
MENU MARGIN 10
MENU ROWS 12
MENU ENDROW 24
MENU TIMEOUTROW 18
MENU VSHIFT 2

# direkter Start des Windows 7 Systems aus der 1. Partition mit config-File
LABEL win7
MENU LABEL ^1. Windows 7 - Start
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0; hiddenmenu; title Partition 1; configfile (hd0,0)/menu.lst; chainloader +1;

# direkter Start des Windows 7 Systems aus der 1. Partition ohne config-File
LABEL win7a
MENU LABEL ^2. Windows 7 - Start direkt mit bootmgr
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0; hiddenmenu; title Partition 1; root(hd0,0); chainloader (hd0,0)/bootmgr;

# direkter Start des Windows 7 Systems aus der 1. Partition ohne config-File
LABEL win7b
MENU LABEL ^3. Windows 7 - Start direkt mit grldr
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0; hiddenmenu; title Partition 1; root(hd0,0); chainloader (hd0,0)/grldr;

# LINBO-PXE-Boot ohne Autostart eines Systems
LABEL linbo
MENU LABEL ^4. LINBO PXE
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 dhcpretry=5 quiet autostart=0

 [[anwenderwiki:pxe-windows]] anwenderwiki/pxe-windows.txt · Zuletzt geändert: 2016/02/13 00:25 von 127.0.0.1