SCCM OSD TFTP download smsboot x64 abortpxe.com
SCCM OSD TFTP download smsboot x64 abortpxe – During my visit to customer place, I was told that OSD doesn’t work at all on few machines. I got to see a laptop that had the issue where it wasn’t picking up the task sequence. While on all the other laptops the OSD was working fine, for few specific laptops the OSD wasn’t working at all. I assumed this had to be an issue with the laptops. That wasn’t true and when PXE booted, the laptop didn’t pick up the task sequence, the error was
Contacting server : IP address of DP
TFTP download: smsboot\x64\abortpxe.com
PXE Boot Aborted. Booting to next device…
PXE-M0F : Exiting Intel Boot Agent.
SCCM OSD TFTP download smsboot x64 abortpxe.com
After performing some checks and troubleshooting, I got to know that it was an old laptop and was not connected to domain since long time. The next step was to investigate SMSPXE.log file located on local DP. In the SMSPXE.log file it clearly showed that the laptop with MAC address and GUID was already in the database. Therefore obsolete computer entry is stored in the SQL database.
F0:1F:AF:25:5A:38, 4C4C4544-0043-3310-8056-C4C04F465931: device is in the database.
The next step is to find out the computer name using the GUID. Launch the SQL server management studio. Under Databases, right click Configuration Manager database and click New Query. Use the below query to fetch computer details using GUID.
SELECT * FROM dbo.v_R_System WHERE (SMBIOS_GUID0 LIKE ‘GUIDHERE%’)
Press Execute and in the results pane you see a lot of info. Look for computer name shown under Distinguished_Name0.
In the configuration manager console, search the device using it’s name. Right click and delete the computer name. You could also delete the computer object from active directory.
When you PXE boot the laptop, the OSD process should begin.
Need more help?
If you need further assistance on the above article or want to discuss other technical issues, check out some of these options.