Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Windows 8.1 Enterprise upgrade to Windows 10 Enterprise - 0xC1900204

Status
Not open for further replies.

Maxime

New Member
Messages
3
Reaction score
0
Points
1
Hi,

I am trying to upgrade Win 8.1(Language: fr-FR) to Win 10 (Language: fr-FR) but when the task sequence I created following your guide (https://prajwaldesai.com/in-place-upgrade-to-windows-10-enterprise-with-sccm/) start it eventually fail with this error: 0xC1900204. Do you have any idea what could cause that?

What I find in the smsts.log:
<![LOG[Windows Setup failed with hexadecimal exit code 0xC1900204 (decimal 3247440388). To identify the type of issue, lookup it against the table of known values of Windows Setup errors online.]LOG]!><time="15:57:55.768+240" date="10-19-2017" component="OSDUpgradeWindows" context="" type="3" thread="5064" file="upgradewindows.cpp:738">
<![LOG[Failing this task sequence step]LOG]!><time="15:57:55.768+240" date="10-19-2017" component="OSDUpgradeWindows" context="" type="2" thread="5064" file="upgradewindows.cpp:739">
 
Error 0xC1900204 - Migration choice (auto upgrade) not available (probably the wrong SKU or architecture).
 
What could cause: MigChoice: Selected install choice is not available.?

I try to upgrade Entreprise to Entreprise so I don't see what could be the issue.
------------------------------------
When I check setuperr.log

Located at:
"C:\$WINDOWS.~BT\Sources\Panther\setuperr.log"

2017-10-30 15:52:57, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010001)
2017-10-30 15:52:57, Error MOUPG CDlpActionProductKeyValidate::ReportDownlevelInstallChannel(2975): Result = 0x8A010001
2017-10-30 15:52:57, Error MOUPG ProductKey: Failed to report Host OS channel to telemetry.
2017-10-30 15:52:58, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010101)
2017-10-30 15:52:58, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010001)
2017-10-30 15:52:59, Error MOUPG MigChoice: Selected install choice is not available.
2017-10-30 15:52:59, Error MOUPG CDlpActionCompat::ExecuteMigChoiceScan(1447): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CDlpActionCompat::ExecuteRoutine(626): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class ICompatAction> > > >::Execute(441): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CDlpTask::ExecuteAction(3243): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CDlpTask::ExecuteActions(3397): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CDlpTask::Execute(1631): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CSetupManager::ExecuteTask(2169): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CSetupManager::ExecuteTask(2132): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CSetupManager::ExecuteInstallMode(714): Result = 0xC1900204
2017-10-30 15:52:59, Error MOUPG CSetupManager::ExecuteDownlevelMode(346): Result = 0xC1900204
2017-10-30 15:53:01, Error MOUPG CDlpTask::Cancel(979): Result = 0xC1800104
2017-10-30 15:53:01, Error MOUPG CDlpTask::Cancel(983): Result = 0xC180010A
2017-10-30 15:53:01, Error MOUPG CDlpTask::Cancel(979): Result = 0xC1800104
2017-10-30 15:53:01, Error MOUPG CSetupManager::Execute(236): Result = 0xC1900204
2017-10-30 15:53:01, Error MOUPG CSetupHost::Execute(375): Result = 0xC1900204
 
Status
Not open for further replies.
Back
Top