stones@fcisd.net Posted September 18, 2020 Report post Posted September 18, 2020 I am using SCCM current branch and a month ago before upgrade images were applying just fine. No I get errors when applying operating system. I have done all kinds of searching and cannot find an answer. Below is partial log with error. System root for target OS is C:\WINDOWS, System drive is C: ApplyOperatingSystem 9/16/2020 5:22:48 PM 1748 (0x06D4) OSArchitecture=X64 ApplyOperatingSystem 9/16/2020 5:22:48 PM 1748 (0x06D4) OS version is 10.0 ( OS system file version found to be 10.0.18362.1 ) ApplyOperatingSystem 9/16/2020 5:22:48 PM 1748 (0x06D4) Successfully loaded a source BCD boot system ApplyOperatingSystem 9/16/2020 5:22:48 PM 1748 (0x06D4) SetupNewOS: Loaded source boot system from target volume "C:\" ApplyOperatingSystem 9/16/2020 5:22:48 PM 1748 (0x06D4) !sBootDevicePath.empty(), HRESULT=80004005 (..\bootvolume.cpp,34) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) System partition not set ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Unable to find the partition that contains the OS boot loaders. Please ensure the hard disks have been properly partitioned Unspecified error (Error: 80004005; Source: Windows) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Command line for extension .exe is "%1" %* ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Set command line: "bcdboot.exe" C:\WINDOWS /l en-US ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Executing command line: "bcdboot.exe" C:\WINDOWS /l en-US with options (0, 4) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Process completed with exit code 15250 ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) uExitCode == 0, HRESULT=80004005 (..\bcdbooter.cpp,88) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Bcdboot failed! bcdboot.exe C:\WINDOWS /l en-US failed (15250) stdout: Failure when attempting to copy boot files. stderr: ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) TS::Boot::BcdBooter::InstallBootFilesAndConfigBCD (sTargetSystemRoot, this->defaultLanguage, sBootVolume), HRESULT=80004005 (installimage.cpp,1132) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Unloading offline SOFTWARE registry hive ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Unloading offline SYSTEM registry hive ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) SetupNewOs(&pBootSystem), HRESULT=80004005 (installimage.cpp,1943) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Configure(), HRESULT=80004005 (installimage.cpp,2121) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Installation of image 1 in package FC10001B failed to complete.. Unspecified error (Error: 80004005; Source: Windows) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) installer.install(), HRESULT=80004005 (installimage.cpp,2187) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Closing image file C:\_SMSTaskSequence\Packages\FC10001B\Win10_1903_Reg.wim ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) ReleaseSource() for C:\_SMSTaskSequence\Packages\FC10001B. ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) reference count 1 for the source C:\_SMSTaskSequence\Packages\FC10001B before releasing ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Released the resolved source C:\_SMSTaskSequence\Packages\FC10001B ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80004005 (applyos.cpp,513) ApplyOperatingSystem 9/16/2020 5:22:54 PM 1748 (0x06D4) Process completed with exit code 2147500037 TSManager 9/16/2020 5:22:54 PM 1032 (0x0408) Quote Share this post Link to post Share on other sites More sharing options...
Sanchez Posted September 21, 2020 Report post Posted September 21, 2020 Hi. What does your Format and Partition Disk task sequence step look like? Quote Share this post Link to post Share on other sites More sharing options...
radish Posted September 24, 2020 Report post Posted September 24, 2020 Make sure that the hard disk partitions are checked. This partition is set as the boot partition. In the SCCM OSD, only bios is recognized as the first boot method of a certain hard disk. Otherwise, an error will occur in the application operating system and the WIM image package cannot be released If there are two hard disks, disk number 0 HDD and disk number 1 SSD, you need to install the operating system to the SSD, pay attention! ! ! The bios sets the HDD hard disk as the first boot hard disk first. Then in the task sequence step, the disk 1 partition step must be set as the boot partition, which prevents IT technicians from manually adjusting the bios settings, which is suitable for automated OSD. The traditional MBR boot method to install the operating system is affected by this, UEFI is not affected by this rule. See if it is caused by this problem. Quote Share this post Link to post Share on other sites More sharing options...