所以我试图添加" apple_set_os"通过应用以下补丁命令Grub2:
http://lists.gnu.org/archive/html/grub-devel/2013-12/msg00442.html
Grub编译好了," applesetos.model"和" applesetos.mod"文件出现在/ usr / lib / grub / x86_64-efi /中。但是grub2说找不到这个命令。是否有一个额外的步骤来向Grub添加命令?
答案 0 :(得分:0)
显然我错过了我需要在apple_set_os之前包含的“insmod applesetos”命令。另外,我需要将.mod文件放在“/ EFI / fedora / x86_64-efi”(对于我的系统)路径中。 - user2602914