Issue with PXE boot in new SCCM setup

Czech, Frank 111 Reputation points
2023-11-03T16:19:04.5466667+00:00

I have set up a new SCCM/MCM 2303 on a Windows Server 2022 VM with SQL 2022 and HP PXE 2.50. I am using the default x64 boot image, and during the PXE boot, I am getting an error code of oxc00000017. I have already checked the ramdisktftpsize 4096 and windows size with 8. I also encountered an error while importing the existing boot image in the new server. The error is shown below:

ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
	Description = "Error retrieving object PackageID=";
	ErrorCode = 2151811598;
	File = "K:\\dbs\\sh\\cmgm\\0405_083130\\cmd\\1h\\src\\SiteServer\\SDK_Provider\\SMSProv\\SspInterface.h";
	Line = 1199;
	Operation = "GetObject";
	ParameterInfo = "SMS_BootImagePackage.PackageID=\"\"";
	ProviderName = "ExtnProv";
	StatusCode = 2147749890;
};
-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
The SMS Provider reported an error.

Stack Trace:
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_ObjectClass()
   at Microsoft.ConfigurationManagement.AdminConsole.OsdCommon.OsdImageWizardForm.PostApply(BackgroundWorker worker, DoWorkEventArgs e)
   at Microsoft.ConfigurationManagement.AdminConsole.ProgressPage.backgroundWorkerPostApply_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

-------------------------------
System.Management.ManagementException
Not found 

Stack Trace:
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_ObjectClass()
   at Microsoft.ConfigurationManagement.AdminConsole.OsdCommon.OsdImageWizardForm.PostApply(BackgroundWorker worker, DoWorkEventArgs e)
   at Microsoft.ConfigurationManagement.AdminConsole.ProgressPage.backgroundWorkerPostApply_DoWork(Object sender, DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
Microsoft Security | Intune | Configuration Manager | Deployment
Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. XinGuo-MSFT 22,231 Reputation points
    2023-11-06T07:32:00.3933333+00:00

    Hi,

    Have you ensured that you are using the latest ADK for Windows 11, specifically the version 22H2, updated in September 2023, which provides support for installing both Windows 11 and Windows Server 2022?

    https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install#download-the-adk-for-windows-11-version-22h2-updated-september-2023

    Status: 0xc0000017 = There isn't enough memory available to create a ramdisk device.

    Is this happening on multiple or just one? Have you tried a different model?

    0 comments No comments

  2. Czech, Frank 111 Reputation points
    2023-11-13T20:13:42.9+00:00

    While working on this issue, we deployed a software package to a test collection, the client computer creates a folder the ccmcache folder but the folder is empty....

    we checked the cas.log file and found:

    Download failed for content dc8dd60f-b343-457b-b9a9-0e83e7d8e1de.1 under context System, error 0x800705b4


  3. Czech, Frank 111 Reputation points
    2023-12-01T16:57:08.2366667+00:00

    after a ticket with Microsoft, we found the ADK version needed an upgrade.... PXE just fine now.....

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.