Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WinPE Network Boot fails, but ISO boot working
2014-05-16, 14:20
Post: #3
RE: WinPE Network Boot fails, but ISO boot working
Michael,

one more time all the steps has been done as mentioned in http://ipxe.org/howto/winpe

Still getting the blank screen after boot command present in the ipxe config file.

Here is the config file that I used
!ipxe
echo ========================================================
echo freeing all loaded images to ensure wimboot works
imgfree
echo ========================================================

set base <%= repo_url.sub(%r{/$}, '') %>
kernel <%= file_url('wimboot', true) %>
initrd ${base}/amd64/media/bootmgr bootmgr
initrd ${base}/amd64/media/Boot/BCD BCD
initrd ${base}/amd64/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd ${base}/amd64/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd ${base}/amd64/media/Boot/Fonts/segoen_slboot.ttf segoen_slboot.ttf
initrd ${base}/amd64/media/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd ${base}/amd64/media/Boot/boot.sdi boot.sdi
initrd ${base}/amd64/media/sources/boot.wim boot.wim
echo ========================================================
imgstat
echo now booting WinPE client
boot


Let us know how to debug the ipxe. FYI: by including pxeboot.n12 in the dhcpd.conf we are able to boot the winpe.

At present we are ok if its slow by using TFTP but we want the solution to work with ipxe so that we can use "razor" software thats provided by puppet labs. Is there a way to chain from ipxe to pxe to take the pxeboot.n12 from the tftp location.

regards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: WinPE Network Boot fails, but ISO boot working - karthikeayan - 2014-05-16 14:20



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