Preload GRUB's NTFS, exFAT and UDF modules

There are claims that some UEFI allegedly natively support NTFS.
Preload the required GRUB modules to support booting from NTFS on such
systems.

Additionally preload the exFAT and UEF modules, because, why not?
This commit is contained in:
nl6720 2023-01-22 13:32:54 +02:00
parent 51b90129d5
commit 51588ac684
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ insmod part_gpt
insmod part_msdos
insmod fat
insmod iso9660
insmod ntfs
insmod ntfscomp
insmod exfat
insmod udf
# Use graphics-mode output
insmod all_video