diff --git a/archinstall/lib/global_menu.py b/archinstall/lib/global_menu.py index 3e1fcf84..d2b21a84 100644 --- a/archinstall/lib/global_menu.py +++ b/archinstall/lib/global_menu.py @@ -438,7 +438,7 @@ class GlobalMenu(AbstractMenu): if bootloader == Bootloader.Limine: if boot_partition.fs_type != FilesystemType.Fat32: - return "Limine does not support booting from filesystems other than FAT32" + return "Limine does not support booting without a FAT boot partition" return None