Results 130 comments of A1ive

Why not use mkimage to generate an efi file with all external commands? ``` makemod.exe ext\cpuid ext\fat ext\date ... mkimage.exe -p /efi/grub -o BOOTX64.EFI -O x86_64-efi -c menu.lst -f unifont.gz...

Are you using g4e external commands? The external commands that come with the g4e zip archive under ia32 uefi are corrupted. As far as I know external commands under IA32...

yaya has no plans to solve this bug for now. I also doubt that there is a need to continue supporting ia32 uefi.

> I load the grub4efi bootia32.efi file using grubfm under UEFI in VBox and then it crashes. however I can load the bootia32.efi file using Clover UEFI32 (from a BIOS\Legacy...

> So are you saying the ext folder is for UEFI64 only? yes. > In future will it also support 32bit or will there be a \ext64 and a \ext32...

> P.S. Q about ntloader.i386 ??? Is this UEFI32 executable (which I assumed) or is it MBR64 executable or MBR32 executable or any Legacy BIOS executable ??? ntloader supports 2...

> thanks. So under grub4efi, kernel ntloader will work for UEFI64 and UEFI32. yes.

> to run UEFI shell Which "uefi shell" to run? Is it the one that is embedded in the UEFI firmware or where?

No. `shell.mod` in grub2 comes with a UEFI Shell application. https://raw.githubusercontent.com/a1ive/grub/master/include/grub/i386/efi/shell_efi.h There is no way for an external program to load the built-in shell unless it is set as a...

> https://github.com/tianocore/edk2/blob/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi ``` chainloader /boot/Shell.efi boot ``` works on VmWare Player.