I will restart and shutdown and I will let you know.
Cannot update to 24H2 because of partition error
Hello, I really need help with performing the update to Windows 11 24H2 update.
I have tried to search for update in Windows Update multiple times, and yet it keepts telling me I'm on the latest update. There are nothing in the optional section either. This is despite the fact my build version is 21H2, which is very old now.
I have tried downloading the Windows Update Assistant, but that was to no avail because every time it keepts telling me "we couldn't update the system reserved partition". I have 95 free gbs on my OS:C and so I have no idea what is causing this. I tried deleting temporary files, using the CMD and create a Y drive then deleting fonts through it, labelling the product file to .old and even tried a set of command to restart registries. The Update Assistant or the ISO version, both returned with the same message.
I have grown quite desperate now since I realized Windows never even offered to update me to 22H2 and 23H2. All the tutorials on Youtube all pointed to the MS guide to deleting the fonts. I ran out of options, and I can't contact any agents because the system keep telling me my account was logged in too many times.
Hope someone can help me here, thank you.
Here is my spec:
Device name LEGION5-KB
Processor AMD Ryzen 7 6800H with Radeon Graphics 3.20 GHz
Installed RAM 32.0 GB (31.2 GB usable)
Device ID CE7ECE7D-319F-442B-B4F1-B2ABD3A4024F
Product ID 00330-81480-16870-AA476
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display
Windows for home | Windows 11 | Windows update
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.
244 answers
Sort by: Oldest
-
Anonymous
2024-12-24T11:00:36+00:00 -
Anonymous
2024-12-24T11:03:49+00:00 Yes, it did. Thanks for the help Ramesh. Is there anything else left to do or is that all?
-
Ramesh 181.2K Reputation points Volunteer Moderator2024-12-24T11:11:08+00:00 Yes, it did. Thanks for the help Ramesh. Is there anything else left to do or is that all?
That's it. Now, the disk space in the EFI partition is insufficient. To prevent quality updates from failing due to this, you may consider one of the following options.
Use AOMEI to resize the EFI partition like this user did: https://answers.microsoft.com/en-us/windows/forum/windows_11-wintop_update/windows-11-version-24h2-not-updating/68c3a307-a329-49cf-a676-7cbcca3d5802?messageId=0aa28681-cb5a-42e7-9c11-775e6a1aa5b9
(or)
Discard the existing EFI partition and create a new EFI partition of size 200 MB or more. This can be done using Diskpart.
-
Anonymous
2024-12-24T11:17:20+00:00 How can I do this through Diskpart or how can I do this through AOMEI(I can`t really understand what the user did)?
-
Anonymous
2024-12-24T12:22:50+00:00 Is this the correct way:
- Type
diskpartand press Enter.
- List the Disks:
- Type
list diskand press Enter to see all the available disks on your system.
- Type
- Select the Disk Containing the EFI Partition:
- Type
select disk X(replace X with the number of the disk containing the EFI partition) and press Enter.
- Type
- List the Partitions:
- Type
list partitionand press Enter to see all the partitions on the selected disk.
- Type
- Select the EFI Partition:
- Type
select partition Y(replace Y with the number of the EFI partition) and press Enter.
- Type
- Delete the EFI Partition:
- Type
delete partition overrideand press Enter. Warning: This will remove the existing EFI partition, so make sure you have backups or have planned to recreate it.
- Type
- Create a New EFI Partition:
- Type
create partition efi size=200(this creates a new EFI partition of 200 MB) and press Enter.
- Type
- Format the New EFI Partition:
- Type
format fs=fat32 quickand press Enter to format the partition as FAT32.
- Type
- Assign a Letter to the EFI Partition:
- Type
assign letter=Z(you can choose any available letter) and press Enter.
- Type
- Type