Skip to content
2 changes: 1 addition & 1 deletion src/Views/PartitioningView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Installer.PartitioningView : AbstractInstallerView {
EFI
}

const uint64 REQUIRED_EFI_SECTORS = 524288;
const uint64 REQUIRED_EFI_SECTORS = 200000;

construct {
mounts = new Gee.ArrayList<Installer.Mount> ();
Expand Down