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
ipxe wimbooted wim file slow to initialize
2013-07-09, 17:47
Post: #1
ipxe wimbooted wim file slow to initialize
Does anyone have any idea why I can boot a .wim file in 2-3 seconds, get to where I can see the background and a mouse pointer, but then have to wait around 60 seconds or more before anything happens like the network initializing and my startup program running? if I boot this same file via syslinux it take a lot longer to load but once it gets to the windows screen it fires right up, loads the network and my startup program.

I am booting to syslinux with the following config
(Trimmed to show just the two lines im working on)

label wds
menu label wds - ghost
kernel pxeboot.0

label http boot
kernel ipxe.lkrn dhcp && chain http://10.48.0.200/winpe/ghostboot.ipxe

ipxe file contents
#!ipxe
cpuid --ext 29 && set arch amd64 || set arch x86
imgfree
kernel wimboot
initrd http://10.48.0.200/winpe/${arch}/ISO/bootmgr bootmgr
initrd http://10.48.0.200/winpe/${arch}/ISO/boot/bcd bcd
#initrd http://10.48.0.200/winpe/${arch}/ISO/wgl4_boot.ttf wgl4_boot.ttf
initrd http://10.48.0.200/winpe/${arch}/ISO/boot/boot.sdi boot.sdi
initrd http://10.48.0.200/winpe/${arch}/boot.wim boot.wim
imgstat
boot
I am running Windows server 2008 with wds/dhcp/dns on this server.

The syslinux pxeboot is slow to boot but loads right away
the ipxe boot really fast and then takes a minute or more to load after you see the windows screen.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe wimbooted wim file slow to initialize - Darkwalker - 2013-07-09 17:47



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