Move MSR partition?

1

1

My system currently has the following partitions:

Screenshot from GParted

As shown, there are two recovery partitions. Running reagentc /info (as suggested here) shows that sdb5 is the one actually being used.

I would like to delete the unused recovery partition (sdb1) and move all other partitions (sdb2, sdb3, sdb4, sdb5) to the start of the disk, leaving all unallocated space as a contiguous block at the end (ready for Linux installation).

My problem is that GParted will not seem to let me move the MSR partition (sdb3) - the "resize/move" option is just greyed out.

How can I accomplish this?

Phydeaux

Posted 2018-07-11T16:16:14.373

Reputation: 111

The Microsoft reserved partition isn't unallocated space and serves a purpose. If you delete the EFI System Partition, you wouldn't be able to boot into Windows. – Ramhound – 2018-07-11T16:29:27.607

@Ramhound I don't want to delete it. As I said, I want to delete the unused extra recovery partition (sdb1), and move the other partitions (including the EFI partition, sdb2, and Microsoft reserved partition, sdb3) to the start of the drive. – Phydeaux – 2018-07-11T16:32:09.610

I always delete the MSR partition directly. It has done no harm to me in the past 5 years. Note: Don't mistakenly delete ESP. – iBug – 2018-10-21T06:06:52.500

Answers

0

What you can do is to Copy the MSR partition to an unallocated space block and then remove the original Source. It worked for me previously, altough I would recommend not to change the order of the partitions. So first remove the partition labeled Recovery, then move the EFI system partition and only then copy the MSR. Hope it helps

Gábor Mészáros

Posted 2018-07-11T16:16:14.373

Reputation: 1

0

Since gparted 0.33.0 you can move the msr as any usual partition if there is a free space to the left or to the right of the partition.

Ashark

Posted 2018-07-11T16:16:14.373

Reputation: 1 682