Hi All,
i use ikgt-uefi-loader as below steps, it hang, what mistakes i made ?
1、I download iKGT 1.2.1 source package from
"https://01.org/zh/intel-kgt/downloads" and ikgt-uefi-loader from "
https://github.com/01org/ikgt-uefi-loader".
2、Use ikgt-uefi-loader instead of loader in iKGT 1.2.1 package
3、build ikgt_pkg.bin by “ make debug=1”
4、build preload_x64.efi by “build.sh”
5、copy ikgt_pkg.bin + preload_x64.efi to usb disk
6、run preload_x64.efi in efi shell, but Exception :
read file into buffer succeed! file size = 729089
Image Load Addr = 3FF4D000
Image Size = 729089
find the the specified headers
ikgt_header->magic = 0x6D6D76656967616D
ikgt_header->size = 52
ikgt_header->entry32_offset = 0xFFFFFFFF
ikgt_header->entry64_offset = 0x34
ikgt_header->rt_mem_size = 0x1520000
ikgt_header->ldr_mem_size = 0x20EE000
ConvertPages: failed to find range 20EE00010000000 - 20EE000120EDFFF
allocating loadtime mem at the fixed address failed, try to allocate it at any address
below 1GConvertPages: failed to find range 152000012C00000 - 15200001411FFFF
allocating runtime mem at the fixed address failed, try to allocate it at any address
below 1G
allocation of ldr/rt memory for ikgt succeed!
load-time memory addr = 0xAD902000
run-time memory addr = 0xAEE22000
platform_info->memmap_addr = 0xAD900018
platform_info->memmap_size = 0x1A70
call ikgt loader entry_addr = 0xAEE22034
loading ikgt...
!!!! X64 Exception Type - 00000000VT is available and VMX is ON!00000000 CPU Apic ID -
00000000!!!!
RIP - 00000000AEF04BFA, CS - 0000000000000038, RFLAGS - 0000000000010046
RAX - 0000000000000000, RCX - 000000000000000D, RDX - 0000000000000000
RBX - 00000000AD902000, RSP - 00000000B9BBF7A8, RBP - 00000000B9BBF820
RSI - 000000000000000C, RDI - 00000000AEE2A68C
R8 - 000000000000000D, R9 - 00000000AEE2A5DC, R10 - 00000000AD9021C8
R11 - 0000000000000000, R12 - 00000000B9BBF848, R13 - 0000000000000000
R14 - 000000000000000C, R15 - 00000000000000D8
DS - 0000000000000030, ES - 0000000000000030, FS - 0000000000000018
GS - 0000000000000018, SS - 0000000000000030
GDTR - 0000BDFE7B600047 0074006E00000000, LDTR - 0000000000000000
IDTR - 0000BDFE89000FFF 0020007200640000, TR - 0000000000000000
CR0 - 0000000080000013, CR2 - 0000000000000000, CR3 - 00000000B8F96000
CR4 - 0000000000000668, CR8 - 0000000000000000
DR0 - 0000000000000000, DR1 - 0000000000000000, DR2 - 0000000000000000
DR3 - 0000000000000000, DR6 - 00000000FFFF0FF0, DR7 - 0000000000000400
ERROR: C90000002:V3051000 I C9DCF469-A7C4-11D5-87DA-00062945C3B9 BDFE7DC0
ERROR_UNRECOVERED:SOFTWARE_DXE_BS_DRIVER:ERROR_UNRECOGNIZED:0
best wishes,
Robin Ni