$ find /boot/efi/EFI/ -name "*efi" -a -exec file {} \;
/boot/efi/EFI/Boot/bootx64.efi: PE32+ executable (DLL) (EFI application) x86-64, for MS Windows
/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi: PE32+ executable (DLL) (EFI application) x86-64, for MS Windows
/boot/efi/EFI/Microsoft/Boot/bootmgr.efi: PE32+ executable x86-64, for MS Windows
/boot/efi/EFI/Microsoft/Boot/memtest.efi: PE32+ executable x86-64, for MS Windows
/boot/efi/EFI/grub/grubx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows
$ ./configure --prefix=/usr --with-platform=efi
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
...
*******************************************************
GRUB2 will be compiled with following components:
Platform: x86_64-efi
With devmapper support: Yes
With memory debugging: No
...
$ grub-mkimage --help
使い方: grub-mkimage [OPTION...] [OPTION]... [MODULES]
Make a bootable image of GRUB.
-c, --config=FILE embed FILE as an early config
-C, --compression=(xz|none|auto)
choose the compression to use for core image
...
-o, --output=FILE output a generated image to FILE [default=stdout]
-O, --format=FORMAT generate an image in FORMAT
available formats: i386-coreboot, i386-multiboot,
i386-pc, i386-pc-pxe, i386-pc-eltorito, i386-efi,
i386-ieee1275, i386-qemu, x86_64-efi, i386-xen,
x86_64-xen, mipsel-yeeloong-flash,
...
次にPlamo-6.0のDVDイメージを「仮想光学ディスクファイル」としてCDドライブに指定して起動します。EFIを有効化して起動すればGNU GRUBのブートメニューが表示され、4種類の起動方法が選択できます。たいていの場合、"Plamo Linux install on VirtualBox"を選べば起動するものの、VirtualBoxのドライブ設定(IDEに接続するかSATAに接続するか、等)によって認識されるデバイスの順番が変るので、うまく起動しない場合は別の項目を試してください。