Topic: [SOLVED] EFI and Windows 10 partition resizing
Hello,
because of a HP battery recall of my laptop I had to install some HP diagnostic programs. Unfortunately they installed on the 100 MB EFI partition of the SSD and there is only 1.2 MB left.
Now I want to resize the EFI to 500 MB and want to ask if my following plan is likely to succeed. See fdisk output below. It's a dualboot installation with Windows 10 first and Linux Mint second..
1. deactivate paging in Windows
2. start the laptop with GParted on an actual Linux Mint USB stick
3. resize /dev/sdb3 at the beginning -400 MiB (Windows system partition)
4. move /dev/sdb2 (Microsoft reserved) to the beginning of /dev/sdb3
5. resize /dev/sdb1 +400 MiB
Eventually I will take the Boot Repair APP of the Mint stick to repair the bootloader (GRUB2) if it's necessary (I don't hope so!).
Sorry for the question but I'm not very familiar with partitioning.
Thanks
===============================================================================
Disk /dev/sdb: 465,78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 860
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: AD06CA9F-CC3E-4684-8BAC-7B56F9468EDB
Device Start End Sectors Size Type
/dev/sdb1 2048 206847 204800 100M EFI System
/dev/sdb2 206848 239615 32768 16M Microsoft reserved
/dev/sdb3 239616 510948150 510708535 243,5G Microsoft basic data
/dev/sdb4 510949376 511999999 1050624 513M Windows recovery environment
/dev/sdb5 512000000 629186559 117186560 55,9G Linux filesystem
===============================================================================