[SOLVED] Windows Server 2016 Update don't working

This is an limitation of MBR formatted drives with a max of four partions. So in this case you'll need to delete the 99MB or 200MB partition first before you can recreate the new partition. But I would to make a complete image of this server before deleting one of them.
 
With the following commands you can delete partition 2 (99MB) and partition 3 (200MB).
Code:
select disk 0
list partition
select partition 2
delete partition
select partition 3
delete partition
 
Please run this commands again.
Code:
Diskpart
list disk
select disk 0
list partition
 
Please reboot the server first in normal mode and take a new screenshot of diskmgmt.msc.
 
The unallocated space can be moved later, I would first suggest to update again to see if it completes without an rollback this time.
 
I'll need to do some some tests here on a VM to see if I can reproduce this issue, but that can take some time so it will probably be tomorrow.
 
no problem, thank you for your help

I hope we will find a solution and can fix this problem
 
Open diskmgmt.msc again, right click the 99 MB FAT32 partition. Do you have the option "Mark this partition as active" or it this option greyed out?
 
Back
Top