Jump to content


  • 0
WPilcher

Task Sequence failing to apply operating system

Question

Hi all,

I'm in the midst of learning the OSD process that's handled by SCCM. My task sequence is using the default steps in order to minimise confusion / issues.

The problem I'm facing is that during the disk partitioning steps, the C: partition isn't being set as active, so when the TS steps through to deploying the OS, it cannot find an area to put it.
The key areas of the log are pasted below, but I've attached the entire log just in case.
Any guidance would be thoroughly appreciated.

Thanks in advance.

==============================[ OSDDiskPart.exe ]============================== OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Command line: "osddiskpart.exe" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Reading partition size info for partition 0 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Remaining size before partition: 256052966400 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
size units: SIZE_MB OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Set partition size: 367001600 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Remaining size after partition 0: 255685964800 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Set an environment variable for partitions 0-1 without drive letter OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Reading partition size info for partition 1 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Remaining size before partition: 255685964800 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
size units: SIZE_PERCENT OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
100% size specified. OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Remaining size after partition 1: 0 OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Set an environment variable for partitions 0-2 with drive letter OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Checking volume 'C:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Volume 'C:' is on disk '0l' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Volume 'C:' is fully decrypted OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Checking volume 'D:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Volume 'D:' is on disk '0l' OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Volume 'D:' is fully decrypted OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Checking volume 'X:' for BitLocker OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
S:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
R:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Q:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
P:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
O:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
N:\ ffffffff OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Diskpart: select disk 0
clean
create partition Primary size=350
assign letter=S
format quick fs=ntfs label="System Reserved"
active
create partition Primary
assign
rescan
OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Executing diskpart script: select disk 0
clean
create partition Primary size=350
assign letter=S
format quick fs=ntfs label="System Reserved"
active
create partition Primary
assign
rescan
OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Command line for extension .exe is "%1" %* OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Set command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\DiskPartScript.txt" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Executing command line: "X:\WINDOWS\system32\diskpart.exe" /s "X:\WINDOWS\TEMP\DiskPartScript.txt" OSDDiskPart 02/06/2016 10:56:24 1176 (0x0498)
Process completed with exit code 0 OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Formatting partitions OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Partition: 1 Primary OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Partition: 2 Primary OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Adding logical drive: C: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Adding logical drive: S: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Skipping non-local logical drive: X: OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)
Formatting drive C: with NTFS filesystem, method quick OSDDiskPart 02/06/2016 10:56:30 1176 (0x0498)

 

 

 

Start executing the command line: OSDApplyOS.exe /image:PPD00099,%OSDImageIndex% /runfromnet:False TSManager 02/06/2016 10:56:36 1100 (0x044C)
!--------------------------------------------------------------------------------------------! TSManager 02/06/2016 10:56:36 1100 (0x044C)
Expand a string: WinPE TSManager 02/06/2016 10:56:36 1100 (0x044C)
Executing command line: OSDApplyOS.exe /image:PPD00099,%OSDImageIndex% /runfromnet:False TSManager 02/06/2016 10:56:36 1100 (0x044C)
Command line for extension .exe is "%1" %* ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Set command line: "OSDApplyOS.exe" /image:PPD00099,1 /runfromnet:False ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Found run from net option: 0 ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Not a data image ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
ApplyOSRetry: ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
TSLaunchMode: PXE ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
OSDUseAlreadyDeployedImage: FALSE ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
'C:\' not a removable drive ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Searching for next available volume: ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Volume S:\ size is 350MB and less than 750MB ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Volume C:\ is a valid target. ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Found volume C:\ ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Windows target partition is 0-2, driver letter is C:\ ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
!sSystemPart.empty(), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\diskvolume.cpp,130) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
System partition not set ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Unable to locate a bootable volume. Attempting to make C:\ bootable. ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
bBootDiskDefined == true, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,690) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Unable to find the system disk ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
MakeVolumeBootable( pszVolume ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,772) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Failed to make volume C:\ bootable. Please ensure that you have set an active partition on the boot disk before installing the operating system.
Unspecified error (Error: 80004005; Source: Windows) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
ConfigureBootVolume(targetVolume), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,499) ApplyOperatingSystem 02/06/2016 10:56:37 1484 (0x05CC)
Process completed with exit code 2147500037 TSManager 02/06/2016 10:56:37 1100 (0x044C)
!--------------------------------------------------------------------------------------------! TSManager 02/06/2016 10:56:37 1100 (0x044C)
Failed to run the action: Apply Operating System.
Unspecified error (Error: 80004005; Source: Windows) TSManager 02/06/2016 10:56:37 1100 (0x044C)

 

smsts7.log

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.