Showing posts with label pxe. Show all posts
Showing posts with label pxe. Show all posts

Monday, August 22, 2016

Solution Pxe aborted booting next device sccm 2012

Solution Pxe aborted booting next device sccm 2012


There different solution to fix the issue "Pxe aborted booting next device" when you deploy Windows 10 using SCCM 2012.

 

1- Tchek if the machine is know on SCCM and its placed on the correct SCCM Collecion  :

      If you deploy windows 10 task sequence only on known computer; or on a specifique collection,
     you have to validate that all machine to deploy with Windows 10 are on the collection targeted
     by the deployment



2-Tech that the Machine is note obselete :

     Maybe there are severel copie of the same machine on sccm 2012, so you have select the obselete one. So tchek thate the value of "Obselete" equalea No

If the value of "Obselete" equale to "YES" you have to delte the machine and importe them to get a valid statut and a correct GUID

 

3- There a A required PXE Deploymennts

  The moste of time, "Pxe aborted booting next device " is caused by a privouse delpyement still required on the machine , so right click on the computer and chose "Clear Required PXE Deployments"
 
 

4-Be sure that all contente "Packages, Applications , drivers..ect" of Windows 10 deployment task sequence are distributed on all distribution points

 
   Yes, somtimes we forgot to distribute only one item of TS and its sufisant to get many windows 10 deployements issues.....
So to be sure that all contente of  Windows 10 deployment task sequence are distributed, right click on the task sequence and chose "Distribute Contente", this will distribute all contente of ts
 
 
 

5- Did you chose the coorect Boot wim ?

 
We cant deploy a task sequence without a correct boot wim.. so tcheck that your TS use the correct Boot wim on the proprities of TS, and its available for PXE, and finaaly if the boot wim is distributed on dps.
 
 
 
 
 
 
 



 

Available link for download

Read more »

Saturday, August 20, 2016

Exclude a Mac Address from SCCM DDRs Reuse the same NIC for multiple PXE

Exclude a Mac Address from SCCM DDRs Reuse the same NIC for multiple PXE


Reuse the same NIC for multiple PXE



In order to reuse the same NIC for multiple PXE (such as OSD on sur Surface Pro using a single USB to Ethernet adapter), you have to exclude to MAC address.



Why you have to do that? the answer is simple! if a device is registered with the mac address of the USB to Ethernet adapter, this usb Network can’t be used on additional devices to deploy windows using PXE boot.



To fix this issue you have to exclude the MAC address of usb to Ethernet Adapter by modifying the following registry Key:


HKEY_LOCAL_MACHINESOFTWAREMicrosoftSMSComponents SMS_DISCOVERY_DATA_MANAGER



Edit the value of “ExcludeMACAddress” and add the Mac address with the appropriate format (letters in uppercase and the: char after all to digits ex such as 50:2A:C6:FE:AA:9C






This Registry Key must be modified on SCCM primary server.


Available link for download

Read more »