Skip to content

Commit ea94535

Browse files
authored
Improve Limine without boot partition unsupported message (#3305)
1 parent 21249ee commit ea94535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/global_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def _validate_bootloader(self) -> str | None:
438438

439439
if bootloader == Bootloader.Limine:
440440
if boot_partition.fs_type != FilesystemType.Fat32:
441-
return "Limine does not support booting from filesystems other than FAT32"
441+
return "Limine does not support booting without a FAT boot partition"
442442

443443
return None
444444

0 commit comments

Comments
 (0)