Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE with FOG and SCCM 2016, wim not loading all the way
2018-08-02, 00:00
Post: #1
iPXE with FOG and SCCM 2016, wim not loading all the way
I am trying to boot a wim image (O/S Ver 10.0.16299.15) with iPXE and FOG using these settings:

kernel http://${fog-ip}/sccm2/wimboot gui
initrd http://${fog-ip}/sccm2/boot/BCD BCD
initrd http://${fog-ip}/sccm2/boot/boot.sdi boot.sdi
initrd http://${fog-ip}/sccm2/sources/boot.wim boot.wim
boot

and it boots into the wim and says show the background and the command prompt window shows "The DNS client service is starting" and then it just reboots and does not load the task sequence prompt.

followed this: http://ipxe.org/howto/sccm, but took out bootmgr

I have another sccm, wim image (O/S/ Ver 10.0.015063.0) that works perfectly. Does anyone know of anything with the new o/s version of the wim?

Thanks
Find all posts by this user
Quote this message in a reply
2018-08-02, 09:33
Post: #2
RE: iPXE with FOG and SCCM 2016, wim not loading all the way
If I understand it correcly you have modified:
winpeshl.ini to point to bootstrap.vbs ?

What happens here is that once bootstrap.vbs exits it also triggers winpe to exit
So most likely the vbs script fails.

It might be easier to use cmd/bat files, just having pause at the end of the file will give you time to read the error before exit.
see http://ipxe.org/howto/winpe

For debugging purposes I usually have a
Code:
start cmd
in the beginning of that file - this opens a new separate cmd prompt for ease of debugging (there is always shift+F10, but sometimes it is easier to have it open by default.

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




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