Forum Discussion
Cumulative update KB5001330 fails to install
Jauhar I was suffer with exact same situation.
It happens if you're using UEFI and your OS disk doesn't have EFI and MSR partition.
You have to recreate both of partition.
before you create it, you have to secure at lease 500MB from OS disk.
Open command>
diskpart
select disk 0(your OS installed disk)
create partition efi size=300
format quick fs=fat32 label="system"
create partition msr size=128
hope it will help
Hi, Johnny_Kim ,
I tried to use Your way and got the following :
DISKPART> create partition efi size=300
No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created).
What's wrong ?
Thank You in advance
- frustrated_userbkApr 24, 2021Brass ContributorWhat's wrong?
"DISKPART> create partition efi size=300"
There's not one single thing in that message that makes any sense to anyone other than a software coder! It's as if you had to be an electrical engineer to turn on your TV!
That kind of message should have gone out with DOS! - MarkOlberdApr 24, 2021Copper Contributor
"DISKPART" it's low level OS utility and should be used only by person who understand disk partitioning and the OS on administrative level, otherwise it can be harmful. You may accidentally damage your partitions and lose all your data. I suggest stay away.