]> git.ipfire.org Git - thirdparty/grub.git/commit
util/grub-mkrescue: Add support for FAT and NTFS on EFI boot
authorPete Batard <pete@akeo.ie>
Fri, 25 Nov 2022 17:22:15 +0000 (17:22 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 10 Jan 2023 13:08:25 +0000 (14:08 +0100)
commitc567d896604b7106d4363223300635628a6a15e8
treee0b1c33611fc9bcc4d9daa38b793b770895d0f22
parent7259d55ffcf124e32eafb61aa381f9856e98a708
util/grub-mkrescue: Add support for FAT and NTFS on EFI boot

In order to add file system transposition support for UEFI, i.e. the ability
to copy the content of an grub-mkrescue ISO 9660 image onto user-formatted
media, and have that boot on UEFI systems, the first thing we need to do is
add support for the file systems that are natively handled by UEFI. This
mandatorily includes FAT, but we also include NTFS as the latter is also
commonly supported on modern x64 platforms.

Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-mkrescue.c