0

Hello guys i'm currently running into an issue where the laptop that i'm trying to network boot with would go download the NBP file over the network but then it would go back to the BIOS menu. I was following this guide in the process.

as you can see from the screenshot below that once the "Downloading NBP file..." appear for sometime, then it would throw me back into the BIOS menu.

Screenshot

What's Expected: the "Succeed to download NBP file" message should come up next and then boot into WinPE.

Environment:

  • HP Elitebook 850 G4 (Laptop to PXE boot) (BIOS Updated)
  • Server 1 (WS2016) - DHCP
  • Server 2 (WS2016) - Microsoft Deployment Toolkit & Windows Deployment Server

Any help would be appreciated, thanks!

Hexalogy
  • 13
  • 1
  • 1
  • 4
  • Hi @hexalogy, I saw `SCCM` in your tag. Are you using SCCM with this environment? I do not remember there being a NBP option with pure MDT and WDS. It should say `Windows is loading files`. – Elliot Huffman Feb 09 '20 at 00:14

2 Answers2

1

pxeboot.n12 is a BIOS NBP

bootmgr.exe is a BIOS NBP

bootmgfw.efi is a UEFI NBP

but

LiteTouchPE_x64.wim is not an NBP; the PXE firmware will fail trying to directly boot a wim file and it would go back trying to boot again... the booting sequence could be i.e.

pxeboot.n12->bootmgr.exe->LiteTouchPE_x64.wim

Pat
  • 3,519
  • 2
  • 17
  • 17
0

For the "HP EliteDesk 800 G5" I chose the file SMSBoot\x64\wdsmgfw.efi (SCCM 2019)

bjoster
  • 4,805
  • 5
  • 25
  • 33