<div dir="ltr"><div>Hi,<br><br></div><div>Thanks for the IPXE project. So far I had no problems with it in various san boot scenarios.<br><br></div><div>Until I tried <a href="http://ipxe.org/howto/winpe">http://ipxe.org/howto/winpe</a> deploy scenario with a couple of first generation intel nuc pc's (<a href="http://ark.intel.com/products/71484/Intel-NUC-Kit-DCCP847DY">http://ark.intel.com/products/71484/Intel-NUC-Kit-DCCP847DY</a>).<br><br></div><div>I launch the latest ipxe.lkrn from syslinux on a local usb key: <br><br><br>label wimboot<br>    kernel /boot/ipxe.lkrn<br>    append initrd=/boot/boot.ipxe<br><br><br></div><div>boot.ipxe :<br><br>#!ipxe<br><br>dhcp<br>set netX/gateway 0.0.0.0<br>sanhook  iscsi:192.168.0.242:::1:iqn.2014-06.bootup.mtt:winpe  <br>kernel <a href="http://192.168.0.242:8080/boot/wimboot">http://192.168.0.242:8080/boot/wimboot</a> <br>initrd <a href="http://192.168.0.242:8080/media/bcd">http://192.168.0.242:8080/media/bcd</a> BCD <br>initrd <a href="http://192.168.0.242:8080/media/boot.sdi">http://192.168.0.242:8080/media/boot.sdi</a> boot.sdi<br>initrd <a href="http://192.168.0.242:8080/media/boot.wim">http://192.168.0.242:8080/media/boot.wim</a> boot.wim<br>boot<br><br><br></div><div><br></div><div>This boot option worked on almost any other pc in my office, but on nuc's it downloads all the defined images, flashes black screen and reboots.<br><br></div><div>What am I doing wrong here and what can be done to get it fixed?<br><br></div><div>Thanks in advance!<br></div><div><br></div></div>