Event banner
Windows Office Hours: October 17, 2024
Event details
Jeffrey, what sort of issues are you encountering?
Whether it's an OEM image, a vanilla image, or a custom image that you have created, you should be able to in-place upgrade from 10 to 11 using the Feature Updates policy. Here's my standard response to troubleshooting why an in-place upgrade is not occurring (I have posted this to another question in today's office hours):
One of the most common reasons the update won’t be applied to a set of Windows 10 devices is that the hardware does not meet minimum requirements for Windows 11. Windows Update for Business won’t offer the update to a device that doesn’t meet eligibility requirements. As to the reporting you can use, Windows Update for Business offers reporting for Feature Updates that should get you pointed in the right direction. The knowledge base article is here, Use the workbook for Windows Update for Business reports - Windows Update for Business reports | Microsoft Learn, and look specifically for the “Device status group for feature updates” which will include the Windows 11 readiness status to show devices that are capable, not capable or unknown for Win 11 readiness. If the devices not receiving the update are showing as capable, your next step is to see if the update attempted to apply but failed. You can find this documented here Use Windows Update for Business reports for Windows Updates in Microsoft Intune - Microsoft Intune | Microsoft Learn – so if the update attempted to apply (so the device received the offer) but failed, it should have a failure status in this report. One common failure is there is not adequate disk space on the device for the update to apply. If you end up in a scenario where your devices are capable, but nothing is showing in your error reports, confirm that you are still receiving monthly quality updates on those devices as well. If not, then you may have a communications error to the Windows Update for Business backend service, which are the ports documented within our troubleshooting article: Windows Update issues troubleshooting - Windows Client | Microsoft Learn which also contains additional steps you can perform to troubleshoot update errors. Good luck!
- JeffreyCohenOct 17, 2024Occasional ReaderHi Eric, Thanks for your quick reply. Some of my test devices are stuck on "Pending" and "Offer" statuses. When I check Windows Update, Windows 11 isn't available. I tried manually upgrading these devices using the Windows 11 Installation Assistant, but I received an error message stating, "We couldn't update the system reserved partition." I resolved this issue with the following commands: - `Mountvol y: /s` - `Y:` - `cd EFI\Microsoft\Boot\Fonts` - `del .` This is likely related to one of the reasons you mentioned for not receiving the update: insufficient disk space on the device.
- EricMoeOct 17, 2024
Microsoft
Yes, it sounds like the EFI partition was set too small by the OEM. https://support.microsoft.com/en-us/topic/-we-couldn-t-update-system-reserved-partition-error-installing-windows-10-46865f3f-37bb-4c51-c69f-07271b6672ac This article references Win 10 but indicates the same issue you are seeing going to Win 11.
- JeffreyCohenOct 17, 2024Occasional ReaderWhat is the best way add more storage to those devices within Microsoft Intune?