iPXE discussion forum
No progress bar when encapsulating boot.wim - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: No progress bar when encapsulating boot.wim (/showthread.php?tid=7818)



No progress bar when encapsulating boot.wim - stesch79 - 2015-09-21 10:34

Hi

I am using PXELINUX 6.03 with wimboot 2.4.1 and I am loading my image with this commands from pxelinux.cfg\default:

com32 linux.c32
append wimboot initrdfile=bootmgr.exe,boot/BCD,boot/boot.sdi,boot/boot.wim

When loading this option, I do not see any progress in percentage when wimboot is encapsulating the big boot.wim file. It just says "OK" after a minute.

How can I display a progress in percentage or a progress bar?


RE: No progress bar when encapsulating boot.wim - mcb30 - 2015-09-30 13:47

(2015-09-21 10:34)stesch79 Wrote:  I am using PXELINUX 6.03 with wimboot 2.4.1 and I am loading my image with this commands from pxelinux.cfg\default:

com32 linux.c32
append wimboot initrdfile=bootmgr.exe,boot/BCD,boot/boot.sdi,boot/boot.wim

When loading this option, I do not see any progress in percentage when wimboot is encapsulating the big boot.wim file. It just says "OK" after a minute.

How can I display a progress in percentage or a progress bar?

You could use iPXE instead of pxelinux. That will give you a progress bar (and should also load your .wim within a couple of seconds, assuming you're using HTTP and a gigabit LAN).

Michael


RE: No progress bar when encapsulating boot.wim - stesch79 - 2015-10-05 06:54

Unfortunatly, we do not use HTTP. So there is no possibility to get the progress bar with pxelinux?