The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Strange problem chaining ipxe krn from vesamenu.c32
2015-07-16, 16:23
Post: #1
Strange problem chaining ipxe krn from vesamenu.c32
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Strange problem chaining ipxe krn from vesamenu.c32 - khanand - 2015-07-16 16:23



User(s) browsing this thread: 1 Guest(s)