Resizing the EFI partition while installing Windows
When installing Windows, it makes a small 100MB EFI partition. While this is good enough when running just Windows, from my experience it’s too little for dualbooting. This guide will show you how to make a bigger one.
There are probably better ways for doing this, but here’s how I do it :
- Make sure there are no partitions made, delete any if they exist.
- Create a new partition. You should have four new partitions : Recovery, System, MSR and Primary.
- Select all of them except the recovery one and delete them.
- Open up a command prompt by pressing Shift+F10.
- Launch diskpart.exe.
- Type in “list disk” to list your disks.
- Type in “select disk X” where X is the number of the disk you want to install to.
- Type in “create partition efi size=X” where X is the size you want in MiB.
- Type in “format quick fs=fat32 label=System” to format the newly created partition.
- Type “exit” twice to exit from diskpart and the command prompt.
- Click the refresh button. Check if the partition was made.
If all goes well, you should now have a resized EFI partition. You can now go ahead and install Windows like usual.
Sources :
https://www.ctrl.blog/entry/how-to-esp-windows-setup.html