I'd check that it is patched fully and also not a domain controller. After promotion conversion from evaluation to full is not supported.
--please don't forget to Accept as answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
for some reason i cannot upgrade windows server 2016 from evaluation to standard
PS C:\Users\Administrator.SINO-NEW-SERVER> Dism /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.2457
Starting to update components...
Starting to install product key...
Finished installing product key.
Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.14393.0
[==========================100.0%==========================]
Error: 0x800b0100
An error occurred while operating system components were being updated. The upgrade cannot proceed.
For more information, review the log file.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
dism log
https://mega.nz/folder/6wEDEawQ#mypGbC3d3Uv4x58-R_Obew
tried sfc scan dism repair no help
I'd check that it is patched fully and also not a domain controller. After promotion conversion from evaluation to full is not supported.
--please don't forget to Accept as answer if the reply is helpful--
Yes its fully updated its connected to domain, not as domain controller.
What product key channel are you using? retail / OEM / volume?
Windows Server Standard CORE 2016 OLP 16Lic NL Acdmc CoreLic its volume license i think
You should be using volume media that can be downloaded from the volume center site.
As a work around , mght also try using a kms key as intermediary step.
Dism /online /Set-Edition:ServerStandard /ProductKey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /AcceptEula
https://learn.microsoft.com/en-us/windows-server/get-started/kmsclientkeys#windows-server-ltscltsb-versions
then if successful use your own product key below after reboot
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
slmgr /ato
--please don't forget to Accept as answer
if the reply is helpful--