SCCM OSD - Client (No assigned TS)

Hi,

i try to deploy Win8.1Ent from SCCM 2012 R2 to x64 machine.

I have created and working TS (tested on other 50 computers).

I have one type of HW (trying on two machines parallely) which boot WinPE from PXE based on aviable assignement of TS.

But then i see that no TS is assigned. And this config is fully working on other HW.

Have somebody hint what to do with it?

I attaching lof file from computer here:

https://www.dropbox.com/s/6dz34823r612nb6/smsts-7-2.log?dl=0

Thank you!

July 28th, 2015 3:01pm

Hi,

Are these computers UEFI model?

Are these computers known to ConfigMgr?

Please also check you database in case there is any duplicate records.

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 1:11am

Yes, there is UEFI.

Computer is added to configuration manager trough importing devices.

I used these query:

SELECT dbo.v_RA_System_MACAddresses.MAC_Addresses0, Count(dbo.v_R_System.Name0) AS SystemCount 
FROM dbo.v_R_System RIGHT OUTER JOIN dbo.v_RA_System_MACAddresses 
ON dbo.v_R_System.ResourceID = dbo.v_RA_System_MACAddresses.ResourceID 
GROUP BY dbo.v_RA_System_MACAddresses.MAC_Addresses0 ORDER BY SystemCount DESC
And there is only two duplicates on our Network Load Balancer what is correct state.

//edit: I tried BIOS and UEFI PXE boot. And i tried update BIOS to latest version too.
  • Edited by Ruda Dvoák 23 hours 0 minutes ago Adding information.
July 29th, 2015 4:41am

Yes, there is UEFI.

Computer is added to configuration manager trough importing devices.

I used these query:

SELECT dbo.v_RA_System_MACAddresses.MAC_Addresses0, Count(dbo.v_R_System.Name0) AS SystemCount 
FROM dbo.v_R_System RIGHT OUTER JOIN dbo.v_RA_System_MACAddresses 
ON dbo.v_R_System.ResourceID = dbo.v_RA_System_MACAddresses.ResourceID 
GROUP BY dbo.v_RA_System_MACAddresses.MAC_Addresses0 ORDER BY SystemCount DESC
And there is only two duplicates on our Network Load Balancer what is correct state.

//edit: I tried BIOS and UEFI PXE boot. And i tried update BIOS to latest version too.
  • Edited by Ruda Dvoák 22 hours 58 minutes ago Adding information.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2015 4:43am

Yes, there is UEFI.

Computer is added to configuration manager trough importing devices.

I used these query:

SELECT dbo.v_RA_System_MACAddresses.MAC_Addresses0, Count(dbo.v_R_System.Name0) AS SystemCount 
FROM dbo.v_R_System RIGHT OUTER JOIN dbo.v_RA_System_MACAddresses 
ON dbo.v_R_System.ResourceID = dbo.v_RA_System_MACAddresses.ResourceID 
GROUP BY dbo.v_RA_System_MACAddresses.MAC_Addresses0 ORDER BY SystemCount DESC
And there is only two duplicates on our Network Load Balancer what is correct state.

//edit: I tried BIOS and UEFI PXE boot. And i tried update BIOS to latest version too.
  • Edited by Ruda Dvoák Wednesday, July 29, 2015 8:53 AM Adding information.
July 29th, 2015 8:41am

Hi,

Please verify your boundary setting.

In addition, check the records with SMBIOS GUID instead of MAC address.

Free Windows Admin Tool Kit Click here and download it now
July 30th, 2015 3:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics