diff --git a/src/Views/PartitioningView.vala b/src/Views/PartitioningView.vala
index 90e4cee1e..0bd242430 100644
--- a/src/Views/PartitioningView.vala
+++ b/src/Views/PartitioningView.vala
@@ -59,7 +59,7 @@ public class Installer.PartitioningView : AbstractInstallerView {
break;
case Distinst.PartitionTable.GPT:
// Device is in EFI mode, so we also require a boot partition
- required_description = _("You must at least select a Root (/) partition and a Boot (/boot/efi) partition.");
+ required_description = _("You must at least select a Root (/) partition and an optional Boot (/boot/efi) partition.");
break;
}
@@ -225,7 +225,6 @@ public class Installer.PartitioningView : AbstractInstallerView {
case Distinst.PartitionTable.MSDOS:
break;
case Distinst.PartitionTable.GPT:
- required |= Defined.EFI;
break;
}