We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21249ee commit ea94535Copy full SHA for ea94535
1 file changed
archinstall/lib/global_menu.py
@@ -438,7 +438,7 @@ def _validate_bootloader(self) -> str | None:
438
439
if bootloader == Bootloader.Limine:
440
if boot_partition.fs_type != FilesystemType.Fat32:
441
- return "Limine does not support booting from filesystems other than FAT32"
+ return "Limine does not support booting without a FAT boot partition"
442
443
return None
444
0 commit comments