Thank you Bernard... after wasting a week on several remedies, I highly recommend just going to your "in-place upgrade" recommendation. Windows took care of every problem and made a nice clean-up in the system.
Regards,
No Me Lo Plagies
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Feature Update to Windows 10, version 20H2 has failed to installed 43 times. The message in the "View Update History" indicates "Last failed install attempted on MM/DD/YYY - 0x80242016".
I've tried numerous posted articles to correct the 0x80242016 error to no avail. Will I've tried various suggestions to delete the the update and download it, windows update trouble shooter, or stopping/starting various services before attempting to reinstall the update. I have not be able to use the DISM command, with the local source files because I cannot locate the Windows source files on my PC. Open to ideas and suggestions.
Windows Specification:
Windows 10 Pro 1909 OS Build 18363.1256 Installed 4/22/2020
Desktop Machine:
Dell T3610, Xeon CPU E5-1620 0 @ 3.60GHz, 32 GB RAM
1.09 TB free on a 2TB Drive
Thank you - Community
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you Bernard... after wasting a week on several remedies, I highly recommend just going to your "in-place upgrade" recommendation. Windows took care of every problem and made a nice clean-up in the system.
Regards,
No Me Lo Plagies
So I've been struggling with problem for a while and much research have resolved it.
I found this post where the person had noted that they started getting this issue after upgrading their Hard Disk to a SSD, which is exactly what happened to me.
Hopefully it helps someone!
Be careful with the step of format, it will delete all the things at the partition!
I've been battling this for months on an older Dell XPS 14Z that started with W7 then was upgraded to W8 and finally to W10 which update fine until this version. Your method was the next thing I was going to try but I saw an article that said converting the disk to GPT might also fix it. I didn't even realize this older computer was MBR or that it should be converted to GPT. I just completed the GPT conversion today after cloning a backup drive yesterday and after the 2nd attempted update it finally successfully upgraded to 20h. One thing to keep in mind before converting an MBR disk to GPT is that the BIOS must support UEFI. In this case, the BIOS (A06) didn't but I found a mod someone did themselves that did. The option was in the BIOS but it was hidden so it was a matter of enabling all of the optional features.
What frustrates me about this, and I'm sure many others, is that there appear to be many computers with the same issue. Why does Microsoft have an Update troubleshooter that doesn't correct this specific problem?
At any rate, here's the article that put me onto the GPT based solution:
errore 0x80004005 e 0x80242016 alternativamente update da 1903 a 2004 (microsoft.com)
Good luck people!
Be careful with the step of format, it will delete all the things at the partition!
I have the same problem induced by transfering the windows10 from HDD to SDD disk, during the transfer the WinRE partition was lost!
To repair Bootloader, you should prepare a Windows 10 installation disc.
Step 1. Boot from Windows 10 installation disc and press any key to continue.
Step 2. Then navigate to Repair your computer->Troubleshoot->Advanced options->Command Prompt.
Step 3. Type diskpart in the command prompt.
Step 4. Type the following command and press Enter after each command.
List disk
Sel disk 0 (where 0 stands for the boot drive)
List vol (note which volume is the EFI partition, mine is 4)
Sel vol 4
assign letter=N:
Exit
Step 5. Type N: (the drive letter you just assigned and hit Enter.)
Step 6. After you have assigned a drive letter Using Diskpart, you can format the EFI partition using the following command.
format N: /FS:FAT32(type the label of the volume, my is SYSTEM)
Step 7. Now, type bcdboot C:\windows /s N: /f UEFI and hit Enter. This command will repair your Bootloader.(My windows are located in D:\windows)
Then try the bootrec /fixboot command again, fixboot access denied in Windows 10 could be solved.