diff --git a/scripts/make_grub_efi.sh b/scripts/make_grub_efi.sh index 9b15902..bdd6809 100755 --- a/scripts/make_grub_efi.sh +++ b/scripts/make_grub_efi.sh @@ -42,7 +42,7 @@ if [ -d "${x86_64_EFI_DIR}" ]; then -d "${x86_64_EFI_DIR_PREFIX}" \ -o /bootx64.efi \ -O x86_64-efi ext2 fat lvm part_msdos \ - part_gpt search_fs_uuid normal \ + part_gpt hfsplus bsd search_fs_uuid normal \ chain iso9660 configfile loadenv \ reboot cat \ || exit 1 @@ -56,7 +56,7 @@ if [ -d "${i386_EFI_DIR}" ]; then -d "${i386_EFI_DIR_PREFIX}" \ -o /boota32.efi \ -O i386-efi ext2 fat lvm part_msdos \ - part_gpt search_fs_uuid normal \ + part_gpt hfsplus bsd search_fs_uuid normal \ chain iso9660 configfile loadenv \ reboot cat \ || exit 1