Results 130 comments of A1ive

"all commands"? that's impossible.

Could you please list these commands?

I could port 'wimboot' to i386-pc. However we can't port 'map' to i386-pc. Instead, we need to completely rewrite this module, but I'm not good at assembly.

> Regarding map, there is already a version of the map command in grub4dos. I'm not good at assembly languages (BIOS int13h call).

Apple didn't yet document the disk format of APFS. There is only one experimental open source driver for APFS: https://github.com/sgan81/apfs-fuse Maybe we should wait.

Some posts on internet said that the 'xnu' module could boot macOS, but I haven't tested it yet. https://web.archive.org/web/20100316172850/http://grub.enbug.org/XNUSupport from grub-core/loader/xnu.c: `grub_register_command ("xnu_kernel", grub_cmd_xnu_kernel, 0, N_("Load XNU image.")); grub_register_command ("xnu_kernel64",...

https://forums.bunsenlabs.org/viewtopic.php?id=5136 maybe you could 'chainload' the efi file?

This is a known issue (https://msfn.org/board/topic/173593-boot-winpe-efi-form-grub2-cddvd). GRUB2 couldn't find the correct DevicePath of efi files on CD. Even if GRUB2 can chainload it, I don't think we can loopback boot...

https://github.com/acidanthera/OpenCorePkg another bootloader for macOS

What will happen if you press [F4] then press [T] to switch to text mode? https://github.com/a1ive/grub2-filemanager/issues/236