Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ## Using Minitool PW:
  2.  
  3. 1. Shrink the Windows partition by the same size as the existent EFI partition is. (300mb in my case) and place the unallocated space before the windows partition (the "before" is the most important point).
  4.  
  5. 2. Create a new FAT32 partition from the unallocated space
  6.  
  7. 3. copy the EFI partiton to this new partition. validate the operations.
  8.  
  9. ## Using Gparted
  10.  
  11. 4. With Gparted (as live USB), booted from it. (please disable Secureboot in BIOS settings, if not you won't boot from it)
  12.  
  13. 5. Gparted will ask 2-3 questions, let them at default.
  14.  
  15. 6. Once the GUI appears, select the newly created partition (should be at the left of the Windows partition; with the size you chose earlier).
  16.  
  17. 7. Right click > select Manage Flags > tick BOOT and ESP.
  18.  
  19. 8. Validate the operations, Gparted will execute them and refresh the GUI. now at this point you should have 2 EFI partitions (one before and one after the Windows partition)
  20.  
  21. 9. Exit Gparted, reboot, you shouldn't have any problems but we aren't finish.
  22.  
  23. ## Using Minitool PW (or Windows Disk Management)
  24.  
  25. 10. Delete the old EFI partition, (the one at right of Windows one ), it will become unallocated space.
  26.  
  27. 11. Extend Windows partition using the unallocated space made from the old EFI partition.
  28.  
  29. 12. Reboot, normally Windows will load properly, and by launching diskmgmt.msc via "run", your EFI partition should be properly located before Windows (at its left).
  30.  
  31. 13. Don't forget to re-enable Secureboot in BIOS settings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement