Displaying 1 result from an estimated 1 matches for "xen_efi".
Did you mean:
benefi
2018 Feb 27
0
CentOS 7 / Xen 4.6 on UEFI system?
....75-29.el7.x86_64 ...
error: can't find command 'module'.
Loading initial ramdisk ...
error: can't find command 'module'.
Press any key to continue ...
From what I've read we need to compile xen.efi and boot it natively.
I found this: https://wiki.xenproject.org/wiki/Xen_EFI#Compiling_Xen_as_EFI
Which sugests binutils doesn't support PE (EFI), which looks to be the case with the stock version on CentOS 7, note missing i386pe from the list of supported emulations:
# ld -V
GNU ld version 2.25.1-32.base.el7_4.2
Supported emulations:
elf_x86_64
elf32_x86_64...