Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCCM 1606, blackscreen winpe boot
2017-03-09, 17:51
Post: #2
RE: SCCM 1606, blackscreen winpe boot
Hi, and welcome!
(2017-03-09 14:49)harry9 Wrote:  I'm new to ipxe and feel a bit lost and looking for some help. I am getting stuck in a blackscreen after loading the SCCM 1606 boot image on client.

ipxe-config:
#!ipxe

kernel http://deploy/wimboot/2.5.2/wimboot
initrd http://deploy/bootmgr.exe bootmgr.exe
initrd http://deploy/Boot/BCD BCD
initrd http://deploy/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd http://deploy/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd http://deploy/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd http://deploy/Boot/boot.sdi boot.sdi
initrd http://deploy/sources/boot.wim boot.wim
boot


Followed instructions: http://ipxe.org/wimboot and http://ipxe.org/howto/sccm

Tried to:
* Added drivers to boot image. (Running VM on a KVM-plattform.)
* Copied bootmgr.exe, as instructed http://forum.ipxe.org/showthread.php?tid=5948
Ok, we probably need to update that documentation, bootmgr is automatically extracted from the wim, so not needed, I would recommend removing the strike thru line above.

Also the same goes for drivers, so don't add drivers to the .wim other then possibly network drivers, and instead load other drivers via drvload.

(2017-03-09 14:49)harry9 Wrote:  When trying to boot against an .wim file created from MDT2012 everything boots up as expected.

Do you guys have any tip where I should start looking? Know you may need more information from me about this.

One other thing is to add gui on the end of wimboot so it becomes
Code:
kernel http://deploy/wimboot/2.5.2/wimboot gui

There is several similar threads on the forum, I even think several is from the last month, that might be worth a look.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SCCM 1606, blackscreen winpe boot - NiKiZe - 2017-03-09 17:51



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