Share via


Default x64 boot image not created during SCCM 2012 setup

Question

Thursday, June 21, 2012 4:24 PM

Hi,

i just finished installing SCCM 2012 on a new environment.
Usually i don't have any issue with it but on this one the x64 boot image hasn't been created during setup which is weird.

Here are the log i've got from ConfigMgrSetup.log :

ERROR: Failed to create SMS_BootPackageImage instance for x86.  $$<Configuration Manager Setup><06-21-2012 17:30:11.179-120><thread=8064 (0x1F80)>
INFO: Attempting to export x64 boot image from WAIK installation source  $$<Configuration Manager Setup><06-21-2012 17:30:11.304-120><thread=8064 (0x1F80)>
ERROR: Failed to retrive SMS_BootImagePackage class object. Error 0x80010108  $$<Configuration Manager Setup><06-21-2012 17:30:11.319-120><thread=8064 (0x1F80)>
ERROR: Failed to export x64 default boot image from WAIK  $$<Configuration Manager Setup><06-21-2012 17:30:11.319-120><thread=8064 (0x1F80)>
ERROR: Failed to update non-default boot images  $$<Configuration Manager Setup><06-21-2012 17:30:11.319-120><thread=8064 (0x1F80)>

How can i recreate it using the SMSSETUP\bin\osd\x64 files located inside the install source folder?

Thanks in advance.

All replies (16)

Friday, June 22, 2012 6:10 AM âś…Answered

You can create a new boot image with waik, Waik installs with your your site server

Start "Deployment Tools Command Prompt" elevated.

Run Copypd.cmd amd64 C:\Winpe

You will now have a x64 bit winpe that you can import as a boot image in sccm.


Thursday, June 21, 2012 6:39 PM

Have you looked in configmgrinstalldir\osd\boot\x64 if there are any boot.wim created?

If not you need to create a new bootimage and import. You create a new bootimage with waik that installs with sccm.


Thursday, June 21, 2012 7:06 PM

0x80010108  = RPC_E_DISCONNECTED: The object invoked has disconnected from its clients. Whatever that might tell you in that case ... ;-)

Torsten Meringer | http://www.mssccmfaq.de


Thursday, June 21, 2012 9:51 PM

Can you check smsprov.log on the site to see if there are any errors during this time? Hopefully the log hasnt rolled over yet at this time.

Thanks,

Bhaskar


Thursday, June 21, 2012 10:13 PM

Have you looked in configmgrinstalldir\osd\boot\x64 if there are any boot.wim created?

If not you need to create a new bootimage and import. You create a new bootimage with waik that installs with sccm.

There is nothing in the osd/boot/x64 folder of the install dir. Whereas there are 2 boot images in the i386 folder (the original one and the packaged one).

How can i create that new boot image with waik using SCCM sources?


Thursday, June 21, 2012 10:14 PM

0x80010108  = RPC_E_DISCONNECTED: The object invoked has disconnected from its clients. Whatever that might tell you in that case ... ;-)

Torsten Meringer | http://www.mssccmfaq.de

That really tells me nothing :)

I'm not in front of the logs right now so i won't be able to debug but i looked at pretty much every of them.

The only thing i want is to create the boot image without desinstall/resinstall the whole site.


Thursday, June 21, 2012 10:21 PM

The above error could potentially mean while setup was creating the boot image package WMI service got restarted in which case you will see the above error.

Thanks,

Bhaskar


Thursday, June 21, 2012 10:36 PM

Yes you are probably right but i need to correct it so what should i do ?

That's kind of an emergency that's why i'm answering like that.


Friday, June 22, 2012 12:04 PM

Thanks Henrik that did the trick :)

Anyway the server was really weird. It installed on 2 different site system for the same server. In the console we had : FQDN and NETBIOS name for these site system.
Nothing worked has the component manager couldn't initiate anything because of that conflict.

We are desinstalling and going to reinstall it again.


Tuesday, September 18, 2012 8:01 AM

I have the behaviour in a lab environment where the boot image creation failed if certain versions of WAIK was installed before the SCCM 2012 setup.

Uninstalling WAIK and letting SCCM setup install it did the trick


Wednesday, November 28, 2012 9:20 AM

Hi Henrik,

Your procedure to recreate boot image works fine.  But, after the installation of SP1. I think that you have to use WAIK 8. 

Do you know how to create image?  This command line doesn't exist anymore.

Thanks in advance.

Best regards,


Thursday, January 24, 2013 3:25 PM

Correct, you use ADK instead of WAIK.

The command is still there but in a other location, C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment is the new location for copype.cmd


Saturday, July 6, 2013 3:31 PM

Hi, I have the same issue with SCCM 2012 SP1 and Windows ADK

In My case the Code is different though (0X1284)

Logs :

INFO: Attempting to create x86 default boot image from \SCCM01.lab.local\SMS_LAB\osd\boot\i386\boot.wim Configuration Manager Setup 06-07-2013 13:50:15 4740 (0x1284)
INFO: Architecture 0 has no default boot image. Configuration Manager Setup 06-07-2013 13:50:16 4740 (0x1284)
ERROR: Failed to create SMS_BootPackageImage instance for x86 Configuration Manager Setup 06-07-2013 13:51:11 4740 (0x1284)
INFO: Architecture 6 has no default boot image. Configuration Manager Setup 06-07-2013 13:51:12 4740 (0x1284)
INFO: Attempting to export x64 boot image from ADK installation source Configuration Manager Setup 06-07-2013 13:51:12 4740 (0x1284)
INFO: Attempting to create x64 default boot image from \SCCM01.lab.local\SMS_LAB\osd\boot\x64\boot.wim Configuration Manager Setup 06-07-2013 13:52:21 4740 (0x1284)
INFO: Architecture 9 has no default boot image. Configuration Manager Setup 06-07-2013 13:52:21 4740 (0x1284)
ERROR: Failed to create SMS_BootPackageImage instance for x64 Configuration Manager Setup 06-07-2013 13:53:33 4740 (0x1284)
WARN: Setup does not upgrade customized boot image package. Please update it manually. Configuration Manager Setup 06-07-2013 13:53:33 4740 (0x1284)
INFO: Creating local group ConfigMgr_DViewAccess on SCCM01.lab.local for distributed view access. Configuration Manager Setup 06-07-2013 13:53:33 4740 (0x1284)

Image look as they were half imported ( Size looks less even for the boot.wim s)


Saturday, July 6, 2013 4:03 PM

In Addition i am facing an issue when running the copype.cmd

I followed this one

http://social.technet.microsoft.com/Forums/windows/en-US/1155d38c-e7fd-4b4f-a31c-26875d4f47a7/windows-pe-error-using-windows-8-adk

When I then try to import the boot image i receive this error:


Monday, July 8, 2013 11:36 AM

http://scug.be/sccm/2013/01/14/cm2012-sp1-no-default-boot-images-available-only-finalized-boot-images-are-supported/

https://kc.mcafee.com/corporate/index?page=content&id=KB76867&actp=search&viewlocale=en_US&searchid=1357907921573


Friday, January 31, 2014 3:49 PM

I had same issue when I was installing a fresh site . After install SCCM 2012 sp1 there were not default images.

I tried uninstalling PE installation environment and re installing it from ADK setup  , It did not work.

I installed SCCM 2012 R2 and after the install boot images appeared.