Improve Limine without boot partition unsupported message (#3305)
This commit is contained in:
parent
21249ee2c7
commit
ea94535e26
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue