Habe mir auf meinem USB Stick ein Multibootsystem gebaut das soweit funktioniert, bestehend aus UBCD4Win, Windows 7 Unattend und eigendlich Windows XP Unattend
Windows 7 und UBCD4Win laufen tadellos nur die XP-Installation will nicht laufen. Egal was ich anstelle der bootet wenn ich XP Unattend auswähle UBCD4Win also er läd mir die ntldr -.-
jemand ne Idee?
meine menu.lst:
## Menu for grub4dos
timeout 10
default 0
gfxmenu = /grub4dos/gfx-PE_theme
title Boote "die Ultimate Boot DVD" \n UBCD 4 Win - Startet eine vorinstallierte Windows Umgebung mit Diagnose Programmen.
find --set-root /ntldr
chainloader /ntldr
title Boote Windows 7 Unattend \n boot Windows 7 Unattend
find --set-root /BOOTMGR
chainloader /BOOTMGR
title Boote Windows XP Unattend \n boot Windows XP Unattend
find --set-root /i386/setupldr.bin
chainloader /i386/setupldr.bin
title Memtest \n Memtest
kernel /grub4dos/bootimages/memtest.bin
title Reboot
savedefault --wait=2
reboot