Link to home
Start Free TrialLog in
Avatar of micmyh
micmyh

asked on

How do I setup a task sequence that supports UEFI in System Center Configuration Manager 2012

Has anyone installed Windows 7 on UEFI system using GPT disk using SCCM 2012 Beta 2?

I've tried to convert this into a SCCM task sequence http://social.technet.microsoft.com/Forums/en-US/mdt/thread/a6679550-a343-463c-9301-1bf9706ad9af/

1. Disabled the step "Partition Disk 0"
2. Configured Apply Operating System to disk 0 and partition 3
(In the article it says partition 2, but I had to change it to partition 3 in SCCM)
3. Configured the unattended.xml file
4. Put the diskpart file and run it from the task sequence.

Then I boot my machine with pxe, but it fails on the step "Apply operating system" with an error code of 80004001
In the smsts.log it says:

 
<![LOG[Checking for match in disk extent 4]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="diskvolume.cpp:820">
<![LOG[Match]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="diskvolume.cpp:825">
<![LOG[partitionProps.PartitionStyle == VDS_PST_MBR, HRESULT=80004001 (e:\nts_sccm_retail\sms\framework\tscore\diskvolume.cpp,848)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="diskvolume.cpp:848">
<![LOG[Marking partitions active is only supported for MBR disks.]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="3" thread="860" file="diskvolume.cpp:848">
<![LOG[ActivateImpl( spVolume, bTest ), HRESULT=80004001 (e:\nts_sccm_retail\sms\framework\tscore\diskvolume.cpp,1148)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="diskvolume.cpp:1148">
<![LOG[Unable to activate partition (0x80004001)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="3" thread="860" file="diskvolume.cpp:1148">
<![LOG[TS::Utility::CVolume::Activate( sVolume.substr(0, 2) ), HRESULT=80004001 (e:\nts_sccm_retail\sms\client\osdeployment\applyos\installcommon.cpp,681)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="installcommon.cpp:681">
<![LOG[Failed to make volume C:\ bootable. Code 0x80004001.]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="3" thread="860" file="installcommon.cpp:681">
<![LOG[MakeVolumeBootable( pszVolume ), HRESULT=80004001 (e:\nts_sccm_retail\sms\client\osdeployment\applyos\installcommon.cpp,745)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="installcommon.cpp:745">
<![LOG[Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system.
Not implemented (Error: 80004001; Source: Windows)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="3" thread="860" file="installcommon.cpp:745">
<![LOG[ConfigureBootVolume(targetVolume), HRESULT=80004001 (e:\nts_sccm_retail\sms\client\osdeployment\applyos\applyos.cpp,461)]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="ApplyOperatingSystem" context="" type="0" thread="860" file="applyos.cpp:461">
<![LOG[Process completed with exit code 2147500033]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="TSManager" context="" type="1" thread="1552" file="commandline.cpp:1098">
<![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="11:00:00.666-120" date="07-28-2011" component="TSManager" context="" type="1" thread="1552" file="instruction.cxx:3011">
<![LOG[Failed to run the action: Apply Operating System. 
Not implemented (Error: 80004001; Source: Windows)]LOG]!

Open in new window


Can anyone provide me with the steps needed to complete this with SCCM 2012?

Michael
Unattended.xml
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

did you get the 2 hotfixes mentioned in the article and apply them.. they cannot be installed with dism
are you using the UEFI modified boot.wim?
Avatar of micmyh
micmyh

ASKER

No I have not applied the hotfixes since they are for Windows Server 2008. Should I give them a try?

I don't use a UEFI modified boot.wim. How can I create one?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial