Strange problem chaining ipxe krn from vesamenu.c32 - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Strange problem chaining ipxe krn from vesamenu.c32 (/showthread.php?tid=7774) |
Strange problem chaining ipxe krn from vesamenu.c32 - khanand - 2015-07-16 16:23 My issue is when chaining from the vesamenu.c32 menu the boot file download stalls unexpectedly usually on the last line "initrd boot64.wim" - it gets to x% then just stops. Can anyone shed any insight? If I break out to the iPXE prompt and chain Wimboot.ipxe directly everything works fine. MENU DEFAULT vesamenu.c32 PROMPT 0 MENU TITLE Windows Boot Menu MENU INCLUDE pxelinux.cfg/graphics.conf MENU SEPARATOR MENU SEPARATOR LABEL MainMenu MENU LABEL ^Return to Main Menu KERNEL vesamenu.c32 APPEND pxelinux.cfg/default MENU SEPARATOR LABEL LAB1 MENU DEFAULT MENU LABEL MYLABEL kernel ipxe.lkrn APPEND dhcp && chain http://WDSPEXESERVER/Setup/English/Windows/1BE.x64/wimboot.ipxe Wimboot.ipxe #!ipxe #set use-cached 1 #set arch amd64 kernel wimboot initrd bootmgr bootmgr initrd bcd BCD initrd boot.sdi boot.sdi initrd boot64.wim boot.wim boot RE: Strange problem chaining ipxe krn from vesamenu.c32 - khanand - 2015-08-12 10:02 The issue was the VMXNET 3 driver in our ESX 4.1 environment. |