You are not logged in.

#4851 2015-04-20 22:10:19

Fidelix
Member
Registered: 2015-04-19
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

@akawoz, my Windows screen also freezes with OVMF if I start with more than 7.8GB of RAM. Don't know what else to do, but other than that everything is working perfectly with my GTX 970.

I only wish I was able to turn on Hyper-v Enlightenments. Damn Nvidia

Offline

#4852 2015-04-20 22:38:40

fkoehler
Member
Registered: 2015-04-17
Posts: 7

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

fkoehler wrote:

I am back. I still had no luck with ovmf-svn from the AUR. ubuntu would boot (only without the graphics card as the radeon driver would crash), none of the archlinux entries would boot and for the windows iso I do not even have an option to boot from file. debug.log remained empty all the time. So I tried ovmf from this repo as described in the wiki. Now I get a black screen but at least the debug.log is not empty. The error messages lead me to old edk2 issues that were fixed years ago. Maybe you understand them?

startup script

#!/bin/bash

QEMU=qemu-system-x86_64
QEMU_OPTS=""

function add() {
    for opt in $*; do
        QEMU_OPTS+=" ${opt}"
    done
}

# name
add "-name win81"

# debug options
add "-debugcon file:debug.log -global isa-debugcon.iobase=0x402"

# enable kvm virtualization
add "-enable-kvm"

# uefi
add "-drive if=pflash,format=raw,readonly,file=/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd"
add "-drive if=pflash,format=raw,file=/tmp/ovmf_vars.fd"

# cpu
add "-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time"
add "-smp 4,sockets=1"

# memory
add "-m 16G"

# pci
add "-device vfio-pci,host=01:00.0"
add "-device vfio-pci,host=01:00.1"

# graphics mode
add "-vga none"

# scsi controller
add "-device virtio-scsi-pci,id=scsi"

# hard drives
add "-drive file=/dev/sda3,id=disk0,format=raw,if=none -device scsi-hd,drive=disk0,bus=scsi.0,bootindex=0"

# cdrom
add "-drive file=/home/fabian/win81.iso,id=cd0,if=none,format=raw,readonly -device ide-cd,bus=ide.1,drive=cd0,bootindex=1"
add "-drive file=/home/fabian/virtio.iso,id=cd1,if=none,format=raw,readonly -device scsi-cd,bus=scsi.0,drive=cd1"

add "-boot menu=on"

# start
cp /usr/share/edk2.git/ovmf-x64/OVMF-pure-efi.fd /tmp/ovmf_vars.fd
echo "${QEMU} ${QEMU_OPTS}"
exec ${QEMU} ${QEMU_OPTS}

ovmf errors from debug.log

SecCoreStartupWithStack(0xFFFCC000, 0x818000)
Register PPI Notify: DCD0BE23-9586-40F4-B643-06522CED4EDE
Install PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Install PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
The 0th FV start address is 0x00000820000, size is 0x000E0000, handle is 0x820000
Register PPI Notify: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Register PPI Notify: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Install PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: DBE23AA9-A345-4B97-85B6-B226F1617389
Loading PEIM at 0x00000838EA0 EntryPoint=0x00000839100 PcdPeim.efi
Install PPI: 06E81C58-4AD7-44BC-8390-F10265F72480
Install PPI: 01F34D25-4DE2-23AD-3FF3-36353FF323F1
Install PPI: 4D8B155B-C059-4C8F-8926-06FD4331DB8A
Install PPI: A60C6B59-E459-425D-9C69-0BCC9CB27D81
Loading PEIM at 0x000008421A0 EntryPoint=0x00000842400 StatusCodePei.efi
Install PPI: 229832D3-7A30-4B36-B827-F40CB7D45436
Loading PEIM at 0x00000847EA0 EntryPoint=0x00000848100 PlatformPei.efi
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Platform PEIM Loaded
CMOS:
00: 56 00 04 00 21 00 02 20 04 15 26 02 10 80 00 00
10: 40 00 00 00 07 80 02 FF FF 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: FF FF 20 00 00 BF 00 20 30 00 00 00 00 12 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 40 03 00 03
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Select Item: 0x19
Select Item: 0x25
S3 support was detected on QEMU
Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410
PeiInstallPeiMemory MemoryBegin 0xBC000000, MemoryLength 0x4000000
QemuInitializeRam called
Allocated Memory unaligned: Address = 0xBFFD0000, Pages = 0x30, Type = 6 
After aligning to 0x10000 bytes: Address = 0xBFFD0000, Pages = 0x20 
Updated aligned-mem HOB with BaseAddress = BFFD0000, Length = 20000, MemoryType = 6 
Created after-mem HOB with BaseAddress = BFFF0000, Length = 10000, MemoryType = 7 
Reserved variable store memory: 0xBFFD0000; size: 128kb
Platform PEI Firmware Volume Initialization
Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry point: 8242CA
The 1th FV start address is 0x00000900000, size is 0x00800000, handle is 0x900000
Temp Stack : BaseAddress=0x814000 Length=0x4000
Temp Heap  : BaseAddress=0x810000 Length=0x1980
Total temporary memory:    32768 bytes.
  temporary memory stack ever used: 16384 bytes.
  temporary memory heap used:       6528 bytes.
Old Stack size 16384, New stack size 131072
Stack Hob: BaseAddress=0xBC000000 Length=0x20000
Heap Offset = 0xBB810000 Stack Offset = 0xBB808000
TemporaryRamMigration(0x810000, 0xBC01C000, 0x8000)
Loading PEIM at 0x000BFFB6000 EntryPoint=0x000BFFB6260 PeiCore.efi
Reinstall PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Reinstall PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
Reinstall PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: F894643D-C449-42D1-8EA8-85BDD8C65BDE
Loading PEIM at 0x000BFFAC000 EntryPoint=0x000BFFAC260 DxeIpl.efi
Install PPI: 0AE8CE5D-E448-4437-A8D7-EBF5F194F731
Install PPI: 1A36E4E7-FAB6-476A-8E75-695A0576FDD7
Loading PEIM at 0x000BFFA1000 EntryPoint=0x000BFFA1260 S3Resume2Pei.efi
Install PPI: 6D582DBC-DB85-4514-8FCC-5ADF6227B147
DXE IPL Entry
Loading PEIM at 0x000BFF64000 EntryPoint=0x000BFF64260 DxeCore.efi
Loading DXE CORE at 0x000BFF64000 EntryPoint=0x000BFF64260
Install PPI: 605EA650-C65C-42E1-BA80-91A52AB618C6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BFF938C8
HOBLIST address in DXE = 0xBFD19018
Memory Allocation 0x0000000A 0x818000 - 0x81FFFF
Memory Allocation 0x0000000A 0x810000 - 0x817FFF
Memory Allocation 0x0000000A 0x807000 - 0x807FFF
Memory Allocation 0x0000000A 0x800000 - 0x805FFF
Memory Allocation 0x0000000A 0x806000 - 0x806FFF
Memory Allocation 0x00000006 0xBFFD0000 - 0xBFFEFFFF
Memory Allocation 0x00000007 0xBFFF0000 - 0xBFFFFFFF
Memory Allocation 0x0000000A 0x820000 - 0x8FFFFF
Memory Allocation 0x00000004 0x900000 - 0x10FFFFF
Memory Allocation 0x00000004 0xBFF44000 - 0xBFF63FFF
Memory Allocation 0x00000004 0xBFFCF000 - 0xBFFCFFFF
Memory Allocation 0x00000004 0xBFFB6000 - 0xBFFCEFFF
Memory Allocation 0x00000004 0xBFFAC000 - 0xBFFB5FFF
Memory Allocation 0x00000004 0xBFFA1000 - 0xBFFABFFF
Memory Allocation 0x00000004 0xBFF64000 - 0xBFFA0FFF
Memory Allocation 0x00000003 0xBFF64000 - 0xBFFA0FFF
Memory Allocation 0x00000004 0xBFF44000 - 0xBFF63FFF
Memory Allocation 0x00000004 0xBFF02000 - 0xBFF43FFF
Memory Allocation 0x00000004 0xBC000000 - 0xBC01FFFF
FV Hob            0x900000 - 0x10FFFFF
InstallProtocolInterface: D8117CFE-94A6-11D4-9A3A-0090273FC14D BFF93360
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 BFD15270
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BFD15658
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A BFD14C70
InstallProtocolInterface: EE4E5898-3914-4259-9D6E-DC7BD79403CF BFF93588
Loading driver 9B680FCE-AD6B-4F3A-B60B-F59899003443
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF732180
Loading driver at 0x000BFE8C000 EntryPoint=0x000BFE8C2AF DevicePathDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF732E58
InstallProtocolInterface: 0379BE4E-D706-437D-B037-EDB82FB772A4 BFE98200
InstallProtocolInterface: 8B843E20-8132-4852-90CC-551A4E4A7F1C BFE98240
InstallProtocolInterface: 05C99A21-C70F-4AD2-8A5F-35DF3343F51E BFE98250
Loading driver 80CF7257-87AB-47F9-A3FE-D50B76D89541
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF7325C0
Loading driver at 0x000BFE7F000 EntryPoint=0x000BFE7F2AF PcdDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF724018
InstallProtocolInterface: 11B34006-D85B-4D0A-A290-D5A571310EF7 BFE87C60
InstallProtocolInterface: 13A3F0F6-264A-3EF0-F2E0-DEC512342F34 BFE87D60
InstallProtocolInterface: 5BE40F57-FA68-4610-BBBF-E9C5FCDAD365 BFE87DF0
InstallProtocolInterface: FD0F4478-0EFD-461D-BA2D-E58C45FD5F5E BFE87E10
Loading driver 733CBAC2-B23F-4B92-BC8E-FB01CE5907B7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF727040
Loading driver at 0x000BFEC3000 EntryPoint=0x000BFEC32AF FvbServicesRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF724698
QEMU Flash: Attempting flash detection at FFE00000
QemuFlashDetected => FD behaves as FLASH
QemuFlashDetected => Yes
Variable FV header is not valid. It will be reinitialized.
Installing QEMU flash FVB
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 BFEF0DF0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF727D98
Loading driver FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF727340
Loading driver at 0x000BFEB9000 EntryPoint=0x000BFEB92AF StatusCodeRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF727598
InstallProtocolInterface: D2B2B828-0826-48A7-B3DF-983C006024F0 BFEBF600
Loading driver B601F8C4-43B7-4784-95B1-F4226CB40CEE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72FBC0
Loading driver at 0x000BFEB1000 EntryPoint=0x000BFEB12AF RuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72F298
InstallProtocolInterface: B7DFB4E1-052F-449F-87BE-9818FC91B733 BFEB56C0
Loading driver F80697E9-7FD6-4665-8646-88E33EF71DFC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72E040
Loading driver at 0x000BFDF9000 EntryPoint=0x000BFDF92AF SecurityStubDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72F698
InstallProtocolInterface: 94AB2F58-1438-4EF1-9152-18941A3A0E68 BFE57B70
InstallProtocolInterface: A46423E3-4617-49F1-B9FF-D1BFA9115839 BFE57B68
Loading driver 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72E400
Loading driver at 0x000BFDED000 EntryPoint=0x000BFDED2AF EbcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72EA18
InstallProtocolInterface: 13AC6DD1-73D0-11D4-B06B-00AA00BD6DE7 BF72E798
InstallProtocolInterface: 2755590C-6F3C-42FA-9EA4-A3BA543CDA25 BF72DE58
InstallProtocolInterface: AAEACCFD-F27B-4C17-B610-75CA1F2DFB52 BF72DE18
Loading driver 79CA4208-BBA1-4A9A-8456-E1E66A81484E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72D140
Loading driver at 0x000BFDE8000 EntryPoint=0x000BFDE82AF Legacy8259.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72D8D8
InstallProtocolInterface: 38321DBA-4FE0-4E17-8AEC-413055EAEDC1 BFDEB040
Loading driver A19B1FE7-C1BC-49F8-875F-54A5D542443F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72D500
Loading driver at 0x000BFDE2000 EntryPoint=0x000BFDE22AF CpuIo2Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72CF98
InstallProtocolInterface: AD61F191-AE5F-4C0E-B9FA-E869D288C64F BFDE53A0
Loading driver 1A1E4886-9517-440E-9FDE-3BE44CEE2136
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72CB00
Loading driver at 0x000BFDCF000 EntryPoint=0x000BFDCF2AF CpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72C998
InstallProtocolInterface: 26BACCB1-6F42-11D4-BCE7-0080C73C8881 BFDDBF20
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
Loading driver 6F0198AA-1F1D-426D-AE3E-39AB633FCC28
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72BE00
Loading driver at 0x000BFEAB000 EntryPoint=0x000BFEAB2AF KbcReset.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF728D18
InstallProtocolInterface: 27CFAC88-46CC-11D4-9A38-0090273FC14D 0
Loading driver C8339973-A563-4561-B858-D8476F9DEFC4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF7288C0
Loading driver at 0x000BFDC9000 EntryPoint=0x000BFDC92AF Metronome.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF728A98
InstallProtocolInterface: 26BACCB2-6F42-11D4-BCE7-0080C73C8881 BFDCBF20
Loading driver 22DC2B60-FE40-42AC-B01F-3AB1FAD9AAD8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72B9C0
Loading driver at 0x000BFEA3000 EntryPoint=0x000BFEA32AF EmuVariableFvbRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF726F98
EMU Variable FVB Started
Disabling EMU Variable FVB since flash variables appear to be supported.
Error: Image at 000BFEA3000 start failed: Aborted
Loading driver 2226F30F-3D5B-402D-9936-A97184EB4516
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF726040
Loading driver at 0x000BED8A000 EntryPoint=0x000BED8A2AF VariableAuthRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72BA98
Variable Store header is corrupted

ASSERT_EFI_ERROR (Status = Volume Corrupt)
ASSERT /var/lib/jenkins/jobs/edk2/workspace/rpmbuild/rpm/BUILD/edk2.git/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableDxe.c(449): !EFI_ERROR (Status)

There was one line wrong in my startup. Here is the updated version:

#!/bin/bash

QEMU=qemu-system-x86_64
QEMU_OPTS=""

function add() {
    for opt in $*; do
        QEMU_OPTS+=" ${opt}"
    done
}

# name
add "-name win81"

# debug options
add "-debugcon file:debug.log -global isa-debugcon.iobase=0x402"

# enable kvm virtualization
add "-enable-kvm"

# uefi
add "-drive if=pflash,format=raw,readonly,file=/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd"
add "-drive if=pflash,format=raw,file=/tmp/ovmf_vars.fd"

# cpu
add "-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time"
add "-smp 4,sockets=1"

# memory
add "-m 16G"

# pci
add "-device vfio-pci,host=01:00.0"
add "-device vfio-pci,host=01:00.1"

# graphics mode
# add "-vga none"

# scsi controller
add "-device virtio-scsi-pci,id=scsi"

# hard drives
add "-drive file=/dev/sda3,id=disk0,format=raw,if=none -device scsi-hd,drive=disk0,bus=scsi.0,bootindex=0"

# cdrom
add "-drive file=/home/fabian/win81.iso,id=cd0,if=none,format=raw,readonly -device ide-cd,bus=ide.1,drive=cd0,bootindex=1"
add "-drive file=/home/fabian/virtio.iso,id=cd1,if=none,format=raw,readonly -device scsi-cd,bus=scsi.0,drive=cd1"

add "-boot menu=on"

# start
cp -f /usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd /tmp/ovmf_vars.fd
echo "${QEMU} ${QEMU_OPTS}"
exec ${QEMU} ${QEMU_OPTS}

Now I land on the UEFI Shell. But ther is still no entry for windows in the boot from file menu. Here is my lengthy debug.log

SecCoreStartupWithStack(0xFFFCC000, 0x818000)
Register PPI Notify: DCD0BE23-9586-40F4-B643-06522CED4EDE
Install PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Install PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
The 0th FV start address is 0x00000820000, size is 0x000E0000, handle is 0x820000
Register PPI Notify: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Register PPI Notify: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Install PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: DBE23AA9-A345-4B97-85B6-B226F1617389
Loading PEIM at 0x00000838EA0 EntryPoint=0x00000839100 PcdPeim.efi
Install PPI: 06E81C58-4AD7-44BC-8390-F10265F72480
Install PPI: 01F34D25-4DE2-23AD-3FF3-36353FF323F1
Install PPI: 4D8B155B-C059-4C8F-8926-06FD4331DB8A
Install PPI: A60C6B59-E459-425D-9C69-0BCC9CB27D81
Loading PEIM at 0x000008421A0 EntryPoint=0x00000842400 StatusCodePei.efi
Install PPI: 229832D3-7A30-4B36-B827-F40CB7D45436
Loading PEIM at 0x00000847EA0 EntryPoint=0x00000848100 PlatformPei.efi
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Platform PEIM Loaded
CMOS:
00: 42 00 35 00 22 00 02 20 04 15 26 02 10 80 00 00
10: 40 00 00 00 07 80 02 FF FF 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: FF FF 20 00 00 BF 00 20 30 00 00 00 00 12 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 40 03 00 03
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Select Item: 0x19
Select Item: 0x25
S3 support was detected on QEMU
Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410
PeiInstallPeiMemory MemoryBegin 0xBC000000, MemoryLength 0x4000000
QemuInitializeRam called
Allocated Memory unaligned: Address = 0xBFFD0000, Pages = 0x30, Type = 6 
After aligning to 0x10000 bytes: Address = 0xBFFD0000, Pages = 0x20 
Updated aligned-mem HOB with BaseAddress = BFFD0000, Length = 20000, MemoryType = 6 
Created after-mem HOB with BaseAddress = BFFF0000, Length = 10000, MemoryType = 7 
Reserved variable store memory: 0xBFFD0000; size: 128kb
Platform PEI Firmware Volume Initialization
Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry point: 8242CA
The 1th FV start address is 0x00000900000, size is 0x00800000, handle is 0x900000
Temp Stack : BaseAddress=0x814000 Length=0x4000
Temp Heap  : BaseAddress=0x810000 Length=0x1980
Total temporary memory:    32768 bytes.
  temporary memory stack ever used: 16384 bytes.
  temporary memory heap used:       6528 bytes.
Old Stack size 16384, New stack size 131072
Stack Hob: BaseAddress=0xBC000000 Length=0x20000
Heap Offset = 0xBB810000 Stack Offset = 0xBB808000
TemporaryRamMigration(0x810000, 0xBC01C000, 0x8000)
Loading PEIM at 0x000BFFB6000 EntryPoint=0x000BFFB6260 PeiCore.efi
Reinstall PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Reinstall PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
Reinstall PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: F894643D-C449-42D1-8EA8-85BDD8C65BDE
Loading PEIM at 0x000BFFAC000 EntryPoint=0x000BFFAC260 DxeIpl.efi
Install PPI: 0AE8CE5D-E448-4437-A8D7-EBF5F194F731
Install PPI: 1A36E4E7-FAB6-476A-8E75-695A0576FDD7
Loading PEIM at 0x000BFFA1000 EntryPoint=0x000BFFA1260 S3Resume2Pei.efi
Install PPI: 6D582DBC-DB85-4514-8FCC-5ADF6227B147
DXE IPL Entry
Loading PEIM at 0x000BFF64000 EntryPoint=0x000BFF64260 DxeCore.efi
Loading DXE CORE at 0x000BFF64000 EntryPoint=0x000BFF64260
Install PPI: 605EA650-C65C-42E1-BA80-91A52AB618C6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BFF938C8
HOBLIST address in DXE = 0xBFD19018
Memory Allocation 0x0000000A 0x818000 - 0x81FFFF
Memory Allocation 0x0000000A 0x810000 - 0x817FFF
Memory Allocation 0x0000000A 0x807000 - 0x807FFF
Memory Allocation 0x0000000A 0x800000 - 0x805FFF
Memory Allocation 0x0000000A 0x806000 - 0x806FFF
Memory Allocation 0x00000006 0xBFFD0000 - 0xBFFEFFFF
Memory Allocation 0x00000007 0xBFFF0000 - 0xBFFFFFFF
Memory Allocation 0x0000000A 0x820000 - 0x8FFFFF
Memory Allocation 0x00000004 0x900000 - 0x10FFFFF
Memory Allocation 0x00000004 0xBFF44000 - 0xBFF63FFF
Memory Allocation 0x00000004 0xBFFCF000 - 0xBFFCFFFF
Memory Allocation 0x00000004 0xBFFB6000 - 0xBFFCEFFF
Memory Allocation 0x00000004 0xBFFAC000 - 0xBFFB5FFF
Memory Allocation 0x00000004 0xBFFA1000 - 0xBFFABFFF
Memory Allocation 0x00000004 0xBFF64000 - 0xBFFA0FFF
Memory Allocation 0x00000003 0xBFF64000 - 0xBFFA0FFF
Memory Allocation 0x00000004 0xBFF44000 - 0xBFF63FFF
Memory Allocation 0x00000004 0xBFF02000 - 0xBFF43FFF
Memory Allocation 0x00000004 0xBC000000 - 0xBC01FFFF
FV Hob            0x900000 - 0x10FFFFF
InstallProtocolInterface: D8117CFE-94A6-11D4-9A3A-0090273FC14D BFF93360
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 BFD15270
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BFD15658
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A BFD14C70
InstallProtocolInterface: EE4E5898-3914-4259-9D6E-DC7BD79403CF BFF93588
Loading driver 9B680FCE-AD6B-4F3A-B60B-F59899003443
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF732180
Loading driver at 0x000BFE8C000 EntryPoint=0x000BFE8C2AF DevicePathDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF732E58
InstallProtocolInterface: 0379BE4E-D706-437D-B037-EDB82FB772A4 BFE98200
InstallProtocolInterface: 8B843E20-8132-4852-90CC-551A4E4A7F1C BFE98240
InstallProtocolInterface: 05C99A21-C70F-4AD2-8A5F-35DF3343F51E BFE98250
Loading driver 80CF7257-87AB-47F9-A3FE-D50B76D89541
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF7325C0
Loading driver at 0x000BFE7F000 EntryPoint=0x000BFE7F2AF PcdDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF724018
InstallProtocolInterface: 11B34006-D85B-4D0A-A290-D5A571310EF7 BFE87C60
InstallProtocolInterface: 13A3F0F6-264A-3EF0-F2E0-DEC512342F34 BFE87D60
InstallProtocolInterface: 5BE40F57-FA68-4610-BBBF-E9C5FCDAD365 BFE87DF0
InstallProtocolInterface: FD0F4478-0EFD-461D-BA2D-E58C45FD5F5E BFE87E10
Loading driver 733CBAC2-B23F-4B92-BC8E-FB01CE5907B7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF727040
Loading driver at 0x000BFEC3000 EntryPoint=0x000BFEC32AF FvbServicesRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF724698
QEMU Flash: Attempting flash detection at FFE00010
QemuFlashDetected => FD behaves as FLASH
QemuFlashDetected => Yes
Installing QEMU flash FVB
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 BFEF0DF0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF727D98
Loading driver FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF727340
Loading driver at 0x000BFEB9000 EntryPoint=0x000BFEB92AF StatusCodeRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF727598
InstallProtocolInterface: D2B2B828-0826-48A7-B3DF-983C006024F0 BFEBF600
Loading driver B601F8C4-43B7-4784-95B1-F4226CB40CEE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72FBC0
Loading driver at 0x000BFEB1000 EntryPoint=0x000BFEB12AF RuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72F298
InstallProtocolInterface: B7DFB4E1-052F-449F-87BE-9818FC91B733 BFEB56C0
Loading driver F80697E9-7FD6-4665-8646-88E33EF71DFC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72E040
Loading driver at 0x000BFDF9000 EntryPoint=0x000BFDF92AF SecurityStubDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72F698
InstallProtocolInterface: 94AB2F58-1438-4EF1-9152-18941A3A0E68 BFE57B70
InstallProtocolInterface: A46423E3-4617-49F1-B9FF-D1BFA9115839 BFE57B68
Loading driver 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72E400
Loading driver at 0x000BFDED000 EntryPoint=0x000BFDED2AF EbcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72EA18
InstallProtocolInterface: 13AC6DD1-73D0-11D4-B06B-00AA00BD6DE7 BF72E798
InstallProtocolInterface: 2755590C-6F3C-42FA-9EA4-A3BA543CDA25 BF72DE58
InstallProtocolInterface: AAEACCFD-F27B-4C17-B610-75CA1F2DFB52 BF72DE18
Loading driver 79CA4208-BBA1-4A9A-8456-E1E66A81484E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72D140
Loading driver at 0x000BFDE8000 EntryPoint=0x000BFDE82AF Legacy8259.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72D8D8
InstallProtocolInterface: 38321DBA-4FE0-4E17-8AEC-413055EAEDC1 BFDEB040
Loading driver A19B1FE7-C1BC-49F8-875F-54A5D542443F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72D500
Loading driver at 0x000BFDE2000 EntryPoint=0x000BFDE22AF CpuIo2Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72CF98
InstallProtocolInterface: AD61F191-AE5F-4C0E-B9FA-E869D288C64F BFDE53A0
Loading driver 1A1E4886-9517-440E-9FDE-3BE44CEE2136
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72CB00
Loading driver at 0x000BFDCF000 EntryPoint=0x000BFDCF2AF CpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72C998
InstallProtocolInterface: 26BACCB1-6F42-11D4-BCE7-0080C73C8881 BFDDBF20
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
  Flushing GCD
Loading driver 6F0198AA-1F1D-426D-AE3E-39AB633FCC28
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72BE00
Loading driver at 0x000BFEAB000 EntryPoint=0x000BFEAB2AF KbcReset.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF728D18
InstallProtocolInterface: 27CFAC88-46CC-11D4-9A38-0090273FC14D 0
Loading driver C8339973-A563-4561-B858-D8476F9DEFC4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF7288C0
Loading driver at 0x000BFDC9000 EntryPoint=0x000BFDC92AF Metronome.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF728A98
InstallProtocolInterface: 26BACCB2-6F42-11D4-BCE7-0080C73C8881 BFDCBF20
Loading driver 22DC2B60-FE40-42AC-B01F-3AB1FAD9AAD8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF72B9C0
Loading driver at 0x000BFEA3000 EntryPoint=0x000BFEA32AF EmuVariableFvbRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF726F98
EMU Variable FVB Started
Disabling EMU Variable FVB since flash variables appear to be supported.
Error: Image at 000BFEA3000 start failed: Aborted
Loading driver 2226F30F-3D5B-402D-9936-A97184EB4516
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF726040
Loading driver at 0x000BED8A000 EntryPoint=0x000BED8A2AF VariableAuthRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF72BA98
Variable driver common space: 0xDF9C 0xDF9C 0xDF9C
InstallProtocolInterface: CD3D0A05-9E24-437C-A891-1EE053DB7638 BEDF2F48
InstallProtocolInterface: AF23B340-97B4-4685-8D4F-A3F28169B21D BEDF2F50
InstallProtocolInterface: 1E5668E2-8481-11D4-BCF1-0080C73C8881 0
Loading driver 79E4A61C-ED73-4312-94FE-E3E7563362A9
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF725040
Loading driver at 0x000BFDC4000 EntryPoint=0x000BFDC42AF PrintDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF726B98
InstallProtocolInterface: F05976EF-83F1-4F3D-8619-F7595D41E538 BFDC70E0
Loading driver 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF7252C0
Loading driver at 0x000BFD9D000 EntryPoint=0x000BFD9D2AF HiiDatabase.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF7259D8
InstallProtocolInterface: E9CA4775-8657-47FC-97E7-7ED65A084324 BFDBDF28
InstallProtocolInterface: 0FD96974-23AA-4CDC-B9CB-98D17750322A BFDBDF70
InstallProtocolInterface: EF9FC172-A1B2-4693-B327-6D32FC416042 BFDBDF98
InstallProtocolInterface: 587E72D7-CC50-4F79-8209-CA291FC1A10F BFDBDFF0
InstallProtocolInterface: 31A6406A-6BDF-4E46-B2A2-EBAA89C40920 BFDBDF48
Loading driver 96B5C032-DF4C-4B6E-8232-438DCF448D0E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF31DA40
Loading driver at 0x000BFD97000 EntryPoint=0x000BFD972AF NullMemoryTestDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31D118
InstallProtocolInterface: 309DE7F1-7F5E-4ACE-B49C-531BE5AA95EF BFD9A2C0
Loading driver F9D88642-0737-49BC-81B5-6889CD57D9EA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF31D240
Loading driver at 0x000BFD8D000 EntryPoint=0x000BFD8D2AF SmbiosDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31D498
InstallProtocolInterface: 03583FF6-CB36-4940-947E-B9B39F4AFAF7 BFD935B0
Loading driver 9622E42C-8E38-4A08-9E8F-54F784652F6B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3129C0
Loading driver at 0x000BFD7E000 EntryPoint=0x000BFD7E2AF AcpiTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF312C18
InstallProtocolInterface: FFE06BDD-6107-46A6-7BB2-5A9C7EC5275C BF312228
Loading driver BDCE85BB-FBAA-4F4E-9264-501A2C249581
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF312380
Loading driver at 0x000BFD73000 EntryPoint=0x000BFD732AF S3SaveStateDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31C018
InstallProtocolInterface: E857CAF6-C046-45DC-BE3F-EE0765FBA887 BFD7ABE0
Loading driver A210F973-229D-4F4D-AA37-9895E6C9EABA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF31C200
Loading driver at 0x000BFD6D000 EntryPoint=0x000BFD6D2AF DpcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31C998
InstallProtocolInterface: 480F8AE9-0C46-4AA9-BC89-DB9FBA619806 BFD700C0
Loading driver F2765DEC-6B41-11D5-8E71-00902707B35E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF316040
Loading driver at 0x000BFD68000 EntryPoint=0x000BFD682AF Timer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF316218
InstallProtocolInterface: 26BACCB3-6F42-11D4-BCE7-0080C73C8881 BFD6B060
Loading driver 2383608E-C6D0-4E3E-858D-45DFAC3543D5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3162C0
Loading driver at 0x000BFD5D000 EntryPoint=0x000BFD5D2AF PciHostBridge.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF3169D8
InstallProtocolInterface: CF8034BE-6768-4D8B-B739-7CCE683A9FBE BF316548
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BFD64C50
InstallProtocolInterface: 2F707EBB-4A1A-11D4-9A38-0090273FC14D BF31B178
Loading driver FE5CEA76-4F72-49E8-986F-2CD899DFFE5D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF31B380
Loading driver at 0x000BFD50000 EntryPoint=0x000BFD502AF FaultTolerantWriteDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31BA98
Ftw: FtwWorkSpaceLba - 0xF, WorkBlockSize  - 0x1000, FtwWorkSpaceBase - 0x0
Ftw: FtwSpareLba     - 0x10, SpareBlockSize - 0x1000
Ftw: NumberOfWorkBlock - 0x1, FtwWorkBlockLba - 0xF
Ftw: WorkSpaceLbaInSpare - 0x0, WorkSpaceBaseInSpare - 0x0
Ftw: Remaining work space size - FE0
InstallProtocolInterface: 3EBD9E82-2C78-4DE6-9786-8D4BFCB7C881 BF319028
Variable PK does not exist.
Variable SetupMode is 1
Variable SecureBoot is 0
Variable SecureBootEnable is 0
Variable CustomMode is 0
Variable VendorKeys is 1
InstallProtocolInterface: 6441F818-6362-4E44-B570-7DBA31DD2453 0
Loading driver EBF342FE-B1D3-4EF8-957C-8048606FF671
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF318040
Loading driver at 0x000BFD24000 EntryPoint=0x000BFD242AF SetupBrowser.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF31B998
InstallProtocolInterface: B9D4C360-BCFB-4F9B-9298-53C136982258 BFD47670
InstallProtocolInterface: A770C357-B693-4E6D-A6CF-D21C728E550B BFD476A0
InstallProtocolInterface: 1F73B18D-4630-43C1-A1DE-6F80855D7DA4 BFD47680
Loading driver 4110465D-5FF3-4F4B-B580-24ED0D06747A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF318540
Loading driver at 0x000BECB6000 EntryPoint=0x000BECB62AF SmbiosPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF318798
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Select Item: 0x19
Select Item: 0x19
Select Item: 0x22
Select Item: 0x21
SmbiosAdd: Smbios type 1 with size 0x51 is added to 32-bit table
SmbiosAdd: Smbios type 1 with size 0x51 is added to 64-bit table
SmbiosCreateTable: Initialize 32-bit entry point structure
SmbiosCreateTable() re-allocate SMBIOS 32-bit table
SmbiosCreateTable: Initialize 64-bit entry point structure
SmbiosCreate64BitTable() re-allocate SMBIOS 64-bit table
SmbiosAdd: Smbios type 3 with size 0x29 is added to 32-bit table
SmbiosAdd: Smbios type 3 with size 0x29 is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x44 is added to 32-bit table
SmbiosAdd: Smbios type 4 with size 0x44 is added to 64-bit table
SmbiosAdd: Smbios type 16 with size 0x19 is added to 32-bit table
SmbiosAdd: Smbios type 16 with size 0x19 is added to 64-bit table
SmbiosAdd: Smbios type 17 with size 0x35 is added to 32-bit table
SmbiosAdd: Smbios type 17 with size 0x35 is added to 64-bit table
SmbiosAdd: Smbios type 19 with size 0x21 is added to 32-bit table
SmbiosAdd: Smbios type 19 with size 0x21 is added to 64-bit table
SmbiosAdd: Smbios type 19 with size 0x21 is added to 32-bit table
SmbiosAdd: Smbios type 19 with size 0x21 is added to 64-bit table
SmbiosAdd: Smbios type 32 with size 0xD is added to 32-bit table
SmbiosAdd: Smbios type 32 with size 0xD is added to 64-bit table
SmbiosAdd: Smbios type 0 with size 0x48 is added to 32-bit table
SmbiosAdd: Smbios type 0 with size 0x48 is added to 64-bit table
Loading driver 49970331-E3FA-4637-9ABC-3B7868676970
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3170C0
Loading driver at 0x000BECA8000 EntryPoint=0x000BECA82AF AcpiPlatform.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF315E58
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
AcpiPlatformEntryPoint: PCI enumeration pending, registered callback
Loading driver 378D7B65-8DA9-4773-B6E4-A47826A833E1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF315140
Loading driver at 0x000BFEA1000 EntryPoint=0x000BFEA12AF PcRtc.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF315858
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
Loading driver F0E6A44F-7195-41C3-AC64-54F202CD0A21
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3140C0
Loading driver at 0x000BEC87000 EntryPoint=0x000BEC872AF SecureBootConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF314ED8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC9D610
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BF314CE0
InstallProtocolInterface: F0E6A44F-7195-41C3-AC64-54F202CD0A21 BF314CD8
Loading driver F099D67F-71AE-4C36-B2A3-DCEB0EB2B7D8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF314480
Loading driver at 0x000BFD1F000 EntryPoint=0x000BFD1F2AF WatchdogTimer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF311358
InstallProtocolInterface: 665E3FF5-46CC-11D4-9A38-0090273FC14D BFD21F40
Loading driver AD608272-D07F-4964-801E-7BD3B7888652
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3115C0
Loading driver at 0x000BEC81000 EntryPoint=0x000BEC812AF MonotonicCounterRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF310018
InstallProtocolInterface: 1DA97072-BDDC-4B30-99F1-72A0B56FFF2A 0
Loading driver 42857F0A-13F2-4B21-8A23-53D3F714B840
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF310200
Loading driver at 0x000BEC77000 EntryPoint=0x000BEC772AF CapsuleRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF310918
InstallProtocolInterface: 5053697E-2CBC-4819-90D9-0580DEEE5754 0
Loading driver FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2BD040
Loading driver at 0x000BEC24000 EntryPoint=0x000BEC242AF BdsDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2BDE58
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
InstallProtocolInterface: 665E3FF6-46CC-11D4-9A38-0090273FC14D BEC64D38
Loading driver E660EA85-058E-4B55-A54B-F02F83A24707
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF30EB40
Loading driver at 0x000BEC03000 EntryPoint=0x000BEC032AF DisplayEngine.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2BD298
InstallProtocolInterface: 9BBE29E9-FDA1-41EC-AD52-452213742D2E BEC1D2D0
Loading driver 6B79BBC0-26B9-4FE9-B631-551D8AB078C6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF30E440
Loading driver at 0x000BEBFB000 EntryPoint=0x000BEBFB2AF AcpiS3SaveDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF30B018
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Select Item: 0x19
Select Item: 0x25
InstallProtocolInterface: 125F2DE1-FB85-440C-A54C-4D99358A8D38 BEC00220
InstallProtocolInterface: BD445D79-B7AD-4F04-9AD8-29BD2040EB3C 0
Loading driver D9DCC5DF-4007-435E-9098-8970935504B2
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF30B200
Loading driver at 0x000BEBF0000 EntryPoint=0x000BEBF02AF PlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF30B998
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEBF69F0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEBF6A10
Loading driver 93B80004-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF30A0C0
Loading driver at 0x000BEBD1000 EntryPoint=0x000BEBD12AF PciBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF30A318
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBEB040
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBEB300
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBEB320
InstallProtocolInterface: 19CB87AB-2CB9-4665-8360-DDCF6054F79D BEBEB098
Loading driver 33CB97AF-6C33-4C42-986B-07581FA366D4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF307200
Loading driver at 0x000BEBCA000 EntryPoint=0x000BEBCA2AF BlockMmioToBlockIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF307998
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBCDF80
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBCE280
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBCE2A0
Loading driver 83DD3B39-7CAF-4FAC-A542-E050B767E3A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FF040
Loading driver at 0x000BEBC3000 EntryPoint=0x000BEBC32AF VirtioPciDeviceDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FF218
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBC7640
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBC76A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBC76C0
Loading driver 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FF2C0
Loading driver at 0x000BEBBB000 EntryPoint=0x000BEBBB2AF VirtioBlkDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FFA58
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBBFF40
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBBFFA0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBBFFC0
Loading driver FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF306040
Loading driver at 0x000BEBB3000 EntryPoint=0x000BEBB32AF VirtioScsiDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF306218
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBB83C0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBB8420
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBB8440
Loading driver CF569F50-DE44-4F54-B4D7-F4AE25CDA599
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3062C0
Loading driver at 0x000BEBAD000 EntryPoint=0x000BEBAD2AF XenIoPciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF306A58
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBB0960
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBB09C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBB09E0
Loading driver 565EC8BA-A484-11E3-802B-B8AC6F7D65E6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF305040
Loading driver at 0x000BEB9C000 EntryPoint=0x000BEB9C2AF XenBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF305218
Error: Image at 000BEB9C000 start failed: Aborted
Loading driver 8C2487EA-9AF3-11E3-B966-B8AC6F7D65E6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF305040
Loading driver at 0x000BEBA2000 EntryPoint=0x000BEBA22AF XenPvBlkDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF305ED8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEBA92C0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEBA9450
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEBA9470
Loading driver 51CCF399-4FDF-4E55-A45B-E123F84D456A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3052C0
Loading driver at 0x000BEB9A000 EntryPoint=0x000BEB9A2AF ConPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF305518
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB9EBA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB9ED80
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB9EDA0
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB9EBE0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB9ED80
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB9EDA0
Loading driver 408EDCEC-CF6D-477C-A5A8-B4844E3DE281
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3049C0
Loading driver at 0x000BEB8A000 EntryPoint=0x000BEB8A2AF ConSplitterDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF304C18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB95A80
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB96030
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB96050
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB95B40
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB96070
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB96090
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB95B80
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB960B0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB960D0
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB95AC0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB960F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB96110
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB95B00
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB96130
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB96150
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B BEB95690
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA BEB956C0
InstallProtocolInterface: 31878C87-0B75-11D5-9A4F-0090273FC14D BEB95718
InstallProtocolInterface: 8D59D32B-C655-4AE9-9B15-F25904992A43 BEB95770
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BEB95850
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BEB95970
Loading driver CCCB0C28-4B24-11D5-9A5A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF301880
Loading driver at 0x000BEB7D000 EntryPoint=0x000BEB7D2AF GraphicsConsoleDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF304118
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB84880
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB84B40
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB84B60
Loading driver 9E863906-A40F-4875-977F-5B93FF237FC6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF3007C0
Loading driver at 0x000BEB6D000 EntryPoint=0x000BEB6D2AF TerminalDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF300658
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB784C0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB78C20
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB78C40
Loading driver 6B38F7B4-AD98-40E9-9093-ACA2B5A253C4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FE0C0
Loading driver at 0x000BEB63000 EntryPoint=0x000BEB632AF DiskIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FEE58
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB69AA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB6A080
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB6A0A0
Loading driver 1FA1F39E-FEFF-4AAE-BD7B-38A070A3B609
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FE880
Loading driver at 0x000BEB57000 EntryPoint=0x000BEB572AF PartitionDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FE318
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB5F880
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB5FA30
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB5FA50
Loading driver CD3BAFB6-50FB-4FE8-8E4E-AB74D2C1A600
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FD040
Loading driver at 0x000BEB51000 EntryPoint=0x000BEB512AF EnglishDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FDE98
InstallProtocolInterface: 1D85CD7F-F43D-11D2-9A0C-0090273FC14D BEB54220
InstallProtocolInterface: A4C751FC-23AE-4C3E-92E9-4964CF63F349 BEB54260
Loading driver 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FD380
Loading driver at 0x000BEB47000 EntryPoint=0x000BEB472AF ScsiBus.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FDBD8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB4D560
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB4D690
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB4D6B0
Loading driver 0A66E322-3740-4CCE-AD62-BD172CECCA35
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FC0C0
Loading driver at 0x000BEB39000 EntryPoint=0x000BEB392AF ScsiDisk.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FCE58
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB43300
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB438D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB438F0
Loading driver 69FD8E47-A161-4550-B01A-5594CEB2B2B2
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FC880
Loading driver at 0x000BEB23000 EntryPoint=0x000BEB232AF IdeBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FCC18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB347E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB34C10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB34C30
InstallProtocolInterface: 0784924F-E296-11D4-9A49-0090273FC14D BEB34AE0
InstallProtocolInterface: 4D330321-025F-4AAC-90D8-5ED900173B63 BEB34AF0
Loading driver 99549F44-49BB-4820-B9D2-901329412D67
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FB0C0
Loading driver at 0x000BEB1C000 EntryPoint=0x000BEB1C2AF IdeController.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FBC58
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB1FA20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB1FC00
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB1FC20
Loading driver 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2FB400
Loading driver at 0x000BEB15000 EntryPoint=0x000BEB152AF IsaAcpi.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FB318
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB18D20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB18FF0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB18FD0
Loading driver 240612B5-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F80C0
Loading driver at 0x000BEB0C000 EntryPoint=0x000BEB0C2AF IsaBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2FB658
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB12360
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB12480
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB124A0
Loading driver 93B80003-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F8340
Loading driver at 0x000BEB01000 EntryPoint=0x000BEB012AF IsaSerialDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F8518
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEB08EA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEB091A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEB091C0
Loading driver 3DC82376-637B-40A6-A8FC-A565417F2C38
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F70C0
Loading driver at 0x000BEAF4000 EntryPoint=0x000BEAF42AF Ps2KeyboardDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F7B18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEAFC900
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEAFCB00
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEAFCB20
Loading driver 0ABD8284-6DA3-4616-971A-83A5148067BA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F7880
Loading driver at 0x000BEAE8000 EntryPoint=0x000BEAE82AF IsaFloppyDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F7458
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEAEFD20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEAEFF10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEAEFF30
Loading driver FA20568B-548B-4B2B-81EF-1BA08D4A3CEC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F60C0
Loading driver at 0x000BEACE000 EntryPoint=0x000BEACE2AF BootScriptExecutorDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F6B18
Loading driver 961578FE-B6B7-44C3-AF35-6BC705CD2B1F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F6940
Loading driver at 0x000BEAC7000 EntryPoint=0x000BEAC756C 
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F6858
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEAC7360
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEAC7438
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEAC7450
Loading driver A2F436EA-A127-4EF8-957C-8048606FF670
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2E6040
Loading driver at 0x000BEAB8000 EntryPoint=0x000BEAB82AF SnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2E6BD8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEAC2F00
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEAC37D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEAC37F0
Loading driver 025BBFC7-E6A9-4B8B-82AD-6815A1AEAF4A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2E6940
Loading driver at 0x000BEAA3000 EntryPoint=0x000BEAA32AF MnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2E6D98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEAB2460
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEAB3950
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEAB3970
Loading driver E4F61863-FE2C-4B56-A8F4-08519BC439DF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2E7040
Loading driver at 0x000BEA95000 EntryPoint=0x000BEA952AF VlanConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2E7BD8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA9E5A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA9EBC0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA9EBE0
Loading driver 529D3F93-E8E9-4E73-B1E1-BDF6A9D50113
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2E7940
Loading driver at 0x000BEA87000 EntryPoint=0x000BEA872AF ArpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2E7D98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA90520
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA90860
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA90880
Loading driver 94734718-0BBC-47FB-96A5-EE7A5AE6A2AD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F5040
Loading driver at 0x000BEA72000 EntryPoint=0x000BEA722AF Dhcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F5BD8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA818C0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA82060
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA82080
Loading driver 26841BDE-920A-4E7A-9FBE-637F477143A6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F5940
Loading driver at 0x000BEA61000 EntryPoint=0x000BEA612AF Ip4ConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F5D98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA6C8E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA6CFB0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA6CFD0
Loading driver 9FB1A1F3-3B71-4324-B39A-745CBB015FFF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F4040
Loading driver at 0x000BEA47000 EntryPoint=0x000BEA472AF Ip4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F4BD8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA5B720
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA5C000
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA5C020
Loading driver DC3641B8-2FA8-4ED3-BC1F-F9962A03454B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F4940
Loading driver at 0x000BEA34000 EntryPoint=0x000BEA342AF Mtftp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F4D98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA42240
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA423D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA423F0
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF2B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F3040
Loading driver at 0x000BEA21000 EntryPoint=0x000BEA212AF Udp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F3F18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA2F220
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA2F3A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA2F3C0
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF4D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F3A00
Loading driver at 0x000BE9FF000 EntryPoint=0x000BE9FF2AF Tcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F3898
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BEA186A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BEA19C10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BEA19C30
Loading driver 3B1DEAB5-C75D-442E-9238-8E2FFB62B0BB
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F2040
Loading driver at 0x000BE9EC000 EntryPoint=0x000BE9EC2AF UefiPxe4BcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F2F18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE9FABE0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9FAD10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9FAD30
Loading driver 4579B72D-7EC4-4DD4-8486-083C86B182A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F2A00
Loading driver at 0x000BE9CB000 EntryPoint=0x000BE9CB2AF IScsi4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F2898
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE9E5200
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9E53E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9E5400
InstallProtocolInterface: 59324945-EC44-4C0D-B1CD-9DB139DF070C BE9E60F0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BE9E54C0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BF2F1E68
Loading driver A92CDB4B-82F1-4E0B-A516-8A655D371524
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2EF380
Loading driver at 0x000BE9C1000 EntryPoint=0x000BE9C12AF VirtioNetDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F1A98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE9C7A80
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9C7940
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9C7960
Loading driver 2FB92EFA-2EE0-4BAE-9EB6-7464125E1EF7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2EF780
Loading driver at 0x000BE9B2000 EntryPoint=0x000BE9B22AF UhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F0D18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE9BD140
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9BD3F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9BD410
Loading driver BDFE430E-8F2A-4DB0-9991-6F856594777E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2F0240
Loading driver at 0x000BE9A0000 EntryPoint=0x000BE9A02AF EhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2F0818
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE9AD600
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9AEC10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9AEC30
Loading driver B7F50E91-A759-412C-ADE4-DCD03E7F7C28
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2EE040
Loading driver at 0x000BE986000 EntryPoint=0x000BE9862AF XhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2EEF18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE99A0E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE99C110
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE99C130
Loading driver 240612B7-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2EE440
Loading driver at 0x000BE973000 EntryPoint=0x000BE9732AF UsbBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2EEA18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE980A60
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE9814B0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE9814D0
Loading driver 2D2E62CF-9ECF-43B7-8219-94E7FC713DFE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2ED040
Loading driver at 0x000BE965000 EntryPoint=0x000BE9652AF UsbKbDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2EDF18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE96E580
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE96F3A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE96F3C0
Loading driver 9FB4B4A7-42C0-4BCD-8540-9BCC6711F83E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2ED440
Loading driver at 0x000BE959000 EntryPoint=0x000BE9592AF UsbMassStorageDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2EDA18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE961180
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE961E70
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE961E90
Loading driver E3752948-B9A1-4770-90C4-DF41C38986BE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2EC040
Loading driver at 0x000BE948000 EntryPoint=0x000BE9482AF QemuVideoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2ECF18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE950720
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D BE951520
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE951540
InstallProtocolInterface: 5C198761-16A8-4E69-972C-89D67954F81D BE950A00
[BdsDxe] Locate Variable Lock protocol - Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:PlatformLangCodes
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:LangCodes
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:BootOptionSupport
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:HwErrRecSupport
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:OsIndicationsSupported
Variable Driver Auto Update Lang, Lang:eng, PlatformLang:en Status: Success
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC66BB0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEC66B68
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC66BD0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEC66B80
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC67480
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEC674B8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC66800
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEC667E0
PlatformBdsInit
Registered NotifyDevPath Event
PlatformBdsPolicyBehavior
PCI Bus First Scanning
PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PCI @ [00|01|00]

PciBus: Discovered PCI @ [00|01|01]
   BAR[4]: Type =   Io32; Alignment = 0xF;	Length = 0x10;	Offset = 0x20

PciBus: Discovered PCI @ [00|01|03]

PciBus: Discovered PCI @ [00|02|00]
   BAR[0]: Type = PMem32; Alignment = 0xFFFFFF;	Length = 0x1000000;	Offset = 0x10
   BAR[2]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x18

PciBus: Discovered PCI @ [00|03|00]
   BAR[0]: Type =  Mem32; Alignment = 0x1FFFF;	Length = 0x20000;	Offset = 0x10
   BAR[1]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x14

PciBus: Discovered PCI @ [00|04|00]
   BAR[0]: Type = PMem64; Alignment = 0xFFFFFFF;	Length = 0x10000000;	Offset = 0x10
   BAR[1]: Type =  Mem64; Alignment = 0x3FFFF;	Length = 0x40000;	Offset = 0x18
   BAR[2]: Type =   Io32; Alignment = 0xFF;	Length = 0x100;	Offset = 0x20

PciBus: Discovered PCI @ [00|05|00]
   BAR[0]: Type =  Mem64; Alignment = 0x3FFF;	Length = 0x4000;	Offset = 0x10

PciBus: Discovered PCI @ [00|06|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PCI @ [00|01|00]

PciBus: Discovered PCI @ [00|01|01]
   BAR[4]: Type =   Io32; Alignment = 0xF;	Length = 0x10;	Offset = 0x20

PciBus: Discovered PCI @ [00|01|03]

PciBus: Discovered PCI @ [00|02|00]
   BAR[0]: Type = PMem32; Alignment = 0xFFFFFF;	Length = 0x1000000;	Offset = 0x10
   BAR[2]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x18

PciBus: Discovered PCI @ [00|03|00]
   BAR[0]: Type =  Mem32; Alignment = 0x1FFFF;	Length = 0x20000;	Offset = 0x10
   BAR[1]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x14

PciBus: Discovered PCI @ [00|04|00]
   BAR[0]: Type = PMem64; Alignment = 0xFFFFFFF;	Length = 0x10000000;	Offset = 0x10
   BAR[1]: Type =  Mem64; Alignment = 0x3FFFF;	Length = 0x40000;	Offset = 0x18
   BAR[2]: Type =   Io32; Alignment = 0xFF;	Length = 0x100;	Offset = 0x20

PciBus: Discovered PCI @ [00|05|00]
   BAR[0]: Type =  Mem64; Alignment = 0x3FFF;	Length = 0x4000;	Offset = 0x10

PciBus: Discovered PCI @ [00|06|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: HostBridge->SubmitResources() - Success
PciBus: HostBridge->NotifyPhase(AllocateResources) - Success
PciBus: Resource Map for Root Bridge PciRoot(0x0)
Type =   Io16; Base = 0xC000;	Length = 0x1000;	Alignment = 0xFFF
 Base = 0xC000;	Length = 0x100;	Alignment = 0xFF;	Owner = PCI  [00|04|00:20]
 Base = 0xC100;	Length = 0x40;	Alignment = 0x3F;	Owner = PCI  [00|06|00:10]
 Base = 0xC140;	Length = 0x40;	Alignment = 0x3F;	Owner = PCI  [00|03|00:14]
 Base = 0xC180;	Length = 0x10;	Alignment = 0xF;	Owner = PCI  [00|01|01:20]
Type =  Mem32; Base = 0xC0000000;	Length = 0x11100000;	Alignment = 0xFFFFFFF
 Base = 0xC0000000;	Length = 0x10000000;	Alignment = 0xFFFFFFF;	Owner = PCI  [00|04|00:10]
 Base = 0xD0000000;	Length = 0x1000000;	Alignment = 0xFFFFFF;	Owner = PCI  [00|02|00:10]
 Base = 0xD1000000;	Length = 0x40000;	Alignment = 0x3FFFF;	Owner = PCI  [00|04|00:18]
 Base = 0xD1040000;	Length = 0x20000;	Alignment = 0x1FFFF;	Owner = PCI  [00|03|00:10]
 Base = 0xD1060000;	Length = 0x4000;	Alignment = 0x3FFF;	Owner = PCI  [00|05|00:10]
 Base = 0xD1064000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|06|00:14]
 Base = 0xD1065000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|02|00:18]

InstallProtocolInterface: 30CFE3E7-3DE1-4586-BE20-DEABA1B3B793 0
OnPciEnumerated: PCI enumeration complete, installing ACPI tables
Select Item: 0x19
Select Item: 0x27
Select Item: 0x19
Select Item: 0x29
Select Item: 0x19
Select Item: 0x26
InstallQemuFwCfgTables: installed 6 tables
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2E1FD8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2DE028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2E88D8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2DE568
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2DEFD8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D7028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2E8E18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D7568
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2D7FD8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D6028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2EB558
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D6568
InstallProtocolInterface: 4006C0C1-FCB3-403E-996D-4A6C8724E06D BF2D6630
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2E8A40
Loading driver at 0x000BE8AA000 EntryPoint=0x000BE8AB7D9 8086100e.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2E1F18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE8C4C10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE8C4BE0
InstallProtocolInterface: 3BC1B285-8A15-4A82-AABF-4D7D13FB3265 BF2D6618
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2D6FD8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D5028
InstallProtocolInterface: 4006C0C1-FCB3-403E-996D-4A6C8724E06D BF2D50F0
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF2C91C0
Loading driver at 0x000BE891000 EntryPoint=0x000BE8912C8 AmdGop.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF2C9618
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 BE8A87A8
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE8A86D0
InstallProtocolInterface: 5C198761-16A8-4E69-972C-89D67954F81D BE8A87D8
InstallProtocolInterface: 3BC1B285-8A15-4A82-AABF-4D7D13FB3265 BF2D50D8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2D5FD8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D5568
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2E85D8
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A BF2D4028
PlatformBdsPolicyBehavior: not restoring NvVars from disk since flash variables appear to be supported.
PlatformBdsGetDriverOption
Boot Mode:0
Found LPC Bridge device
BdsPlatform.c+232: COM1 DevPath: PciRoot(0x0)/Pci(0x1,0x0)/Serial(0x0)/Uart(115200,8,N,1)/VenPcAnsi()
BdsPlatform.c+261: COM2 DevPath: PciRoot(0x0)/Pci(0x1,0x0)/Serial(0x1)/Uart(115200,8,N,1)/VenPcAnsi()
Found PCI VGA device
QemuVideo: QEMU Standard VGA detected
QemuVideo: Using mmio bar @ 0xD1065000
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2C7018
Adding Mode 0 as Bochs Internal Mode 0: 640x480, 32-bit, 60 Hz
Adding Mode 1 as Bochs Internal Mode 1: 800x480, 32-bit, 60 Hz
Adding Mode 2 as Bochs Internal Mode 2: 800x600, 32-bit, 60 Hz
Adding Mode 3 as Bochs Internal Mode 3: 832x624, 32-bit, 60 Hz
Adding Mode 4 as Bochs Internal Mode 4: 960x640, 32-bit, 60 Hz
Adding Mode 5 as Bochs Internal Mode 5: 1024x600, 32-bit, 60 Hz
Adding Mode 6 as Bochs Internal Mode 6: 1024x768, 32-bit, 60 Hz
Adding Mode 7 as Bochs Internal Mode 7: 1152x864, 32-bit, 60 Hz
Adding Mode 8 as Bochs Internal Mode 8: 1152x870, 32-bit, 60 Hz
Adding Mode 9 as Bochs Internal Mode 9: 1280x720, 32-bit, 60 Hz
Adding Mode 10 as Bochs Internal Mode 10: 1280x760, 32-bit, 60 Hz
Adding Mode 11 as Bochs Internal Mode 11: 1280x768, 32-bit, 60 Hz
Adding Mode 12 as Bochs Internal Mode 12: 1280x800, 32-bit, 60 Hz
Adding Mode 13 as Bochs Internal Mode 13: 1280x960, 32-bit, 60 Hz
Adding Mode 14 as Bochs Internal Mode 14: 1280x1024, 32-bit, 60 Hz
Adding Mode 15 as Bochs Internal Mode 15: 1360x768, 32-bit, 60 Hz
Adding Mode 16 as Bochs Internal Mode 16: 1366x768, 32-bit, 60 Hz
Adding Mode 17 as Bochs Internal Mode 17: 1400x1050, 32-bit, 60 Hz
Adding Mode 18 as Bochs Internal Mode 18: 1440x900, 32-bit, 60 Hz
Adding Mode 19 as Bochs Internal Mode 19: 1600x900, 32-bit, 60 Hz
Adding Mode 20 as Bochs Internal Mode 20: 1600x1200, 32-bit, 60 Hz
Adding Mode 21 as Bochs Internal Mode 21: 1680x1050, 32-bit, 60 Hz
Adding Mode 22 as Bochs Internal Mode 22: 1920x1080, 32-bit, 60 Hz
Adding Mode 23 as Bochs Internal Mode 23: 1920x1200, 32-bit, 60 Hz
Adding Mode 24 as Bochs Internal Mode 24: 1920x1440, 32-bit, 60 Hz
Adding Mode 25 as Bochs Internal Mode 25: 2000x2000, 32-bit, 60 Hz
Adding Mode 26 as Bochs Internal Mode 26: 2048x1536, 32-bit, 60 Hz
Adding Mode 27 as Bochs Internal Mode 27: 2048x2048, 32-bit, 60 Hz
Adding Mode 28 as Bochs Internal Mode 28: 2560x1440, 32-bit, 60 Hz
Adding Mode 29 as Bochs Internal Mode 29: 2560x1600, 32-bit, 60 Hz
InitializeBochsGraphicsMode: 640x480 @ 32
PixelBlueGreenRedReserved8BitPerColor
FrameBufferBase: 0xD0000000, FrameBufferSize: 0x12C000
0: shl:0 shr:0 mask:FF0000
1: shl:0 shr:0 mask:FF00
2: shl:0 shr:0 mask:FF
Bytes per pixel: 4
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A BF2C70B8
InstallVbeShim: VBE shim installed
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
Found PCI VGA device
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2C7358
InstallProtocolInterface: 1C0C34F6-D380-41FA-A049-8AD06C1A66AA BF2C32F0
InstallProtocolInterface: BD8C1056-9F36-44EC-92A8-A6337F817986 BF2C3300
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A BF2C3040
InstallProtocolInterface: 64A892DC-5561-4536-92C7-799BFC183355 BF2C57E8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2C5458
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF30A568
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BF018
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF30A7A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BF998
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF2BFD68
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BF6D8
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF2BF8E8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BF4D8
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF2BF228
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BEF18
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D BF2BEE68
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF2BE998
InstallProtocolInterface: BB25CF6F-F1D4-11D2-9A0C-0090273FC1FD BF2C5568
InstallProtocolInterface: 9E863906-A40F-4875-977F-5B93FF237FC6 BF26BD18
Terminal - Mode 0, Column = 80, Row = 25
Terminal - Mode 1, Column = 80, Row = 50
Terminal - Mode 2, Column = 100, Row = 25
Terminal - Mode 3, Column = 100, Row = 31
Terminal - Mode 4, Column = 104, Row = 32
Terminal - Mode 5, Column = 120, Row = 33
Terminal - Mode 6, Column = 128, Row = 31
Terminal - Mode 7, Column = 128, Row = 40
Terminal - Mode 8, Column = 144, Row = 45
Terminal - Mode 9, Column = 160, Row = 37
Terminal - Mode 10, Column = 160, Row = 40
Terminal - Mode 11, Column = 160, Row = 42
Terminal - Mode 12, Column = 160, Row = 50
Terminal - Mode 13, Column = 160, Row = 53
Terminal - Mode 14, Column = 170, Row = 40
Terminal - Mode 15, Column = 175, Row = 55
Terminal - Mode 16, Column = 180, Row = 47
Terminal - Mode 17, Column = 200, Row = 47
Terminal - Mode 18, Column = 200, Row = 63
Terminal - Mode 19, Column = 210, Row = 55
Terminal - Mode 20, Column = 240, Row = 56
Terminal - Mode 21, Column = 240, Row = 63
Terminal - Mode 22, Column = 240, Row = 75
Terminal - Mode 23, Column = 250, Row = 105
Terminal - Mode 24, Column = 256, Row = 80
Terminal - Mode 25, Column = 256, Row = 107
Terminal - Mode 26, Column = 320, Row = 75
Terminal - Mode 27, Column = 320, Row = 84
Terminal - Mode 28, Column = 320, Row = 107
Terminal - Mode 29, Column = 350, Row = 110
Terminal - Mode 30, Column = 400, Row = 126
Terminal - Mode 31, Column = 480, Row = 113
Terminal - Mode 32, Column = 512, Row = 113
Terminal - Mode 33, Column = 960, Row = 227
Terminal - Mode 34, Column = 1024, Row = 227
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF26B098
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B BF26B400
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA BF26B4D0
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BF26B418
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
InitializeBochsGraphicsMode: 800x600 @ 32
PixelBlueGreenRedReserved8BitPerColor
FrameBufferBase: 0xD0000000, FrameBufferSize: 0x1D4C00
0: shl:0 shr:0 mask:FF0000
1: shl:0 shr:0 mask:FF00
2: shl:0 shr:0 mask:FF
Bytes per pixel: 4
GraphicsConsole video resolution 800 x 600
Graphics - Mode 0, Column = 80, Row = 25
Graphics - Mode 1, Column = 0, Row = 0
Graphics - Mode 2, Column = 100, Row = 31
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BF3013F0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
PixelBlueGreenRedReserved8BitPerColor
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A BEB958E0
GraphicsConsole video resolution 800 x 600
Graphics - Mode 0, Column = 80, Row = 25
Graphics - Mode 1, Column = 0, Row = 0
Graphics - Mode 2, Column = 100, Row = 31
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BF255E70
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B BF247028
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA BF247040
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
PlatformBdsDiagnostics
PlatformBdsConnectSequence
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF242528
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF240020
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF240AE8
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF240660
InstallProtocolInterface: A1E37052-80D9-4E65-A317-3E9A55C43EC9 BEB1FA60
InstallProtocolInterface: 69FD8E47-A161-4550-B01A-5594CEB2B2B2 BF2402D8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF22FC18
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF22F2A8
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 BF22F308
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF22F120
 BlockSize : 2048 
 LastBlock : 0 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF22F120
 BlockSize : 2048 
 LastBlock : 1EEEDE 
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF22E398
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF20CDF0
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF20DCA0
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : 7 
InstallProtocolInterface: A19832B9-AC25-11D3-9A2D-0090273FC14D BE8C7370
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BE8C77E8
InstallProtocolInterface: E18541CD-F755-4F73-928D-643C8A79B229 BE8C7698
InstallProtocolInterface: 1ACED566-76ED-4218-BC81-767F1F977A89 BE8C7698
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 BE8C76C0
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BE8C76D8
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BE8C76E0
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 9E23D768-D2F3-4366-9FC3-3A7ABA864374 BF20CA70
InstallProtocolInterface: F36FF770-A7E1-42CF-9ED2-56F0F271F44C BEFEAF40
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEFEAB98
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEFEA9A0
InstallProtocolInterface: E4F61863-FE2C-4B56-A8F4-08519BC439DF BEFEA998
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 BEFEC940
InstallProtocolInterface: F44C00EE-1F2C-4A00-AA09-1C9F3E0800A3 BEFEF8A0
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 BEFF9940
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEFFA9D8
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEFFA8D0
InstallProtocolInterface: 3B95AA31-3793-434B-8667-C8070892E05E BEFFA8B8
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 BEFFE8C0
InstallProtocolInterface: C51711E7-B4BF-404A-BFB8-0A048EF1FFE4 BEFE9020
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0089E0
InstallProtocolInterface: 83F01464-99BD-45E5-B383-AF6305D8E9E6 BF007AA0
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0168A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF015938
InstallProtocolInterface: 9D9A39D8-BD42-4A73-A4D5-8EE94BE11380 BF013920
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF02C8A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF02A9F8
InstallProtocolInterface: 2FE800BE-8F01-4AA6-946B-D71388E1833F BF029920
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF02E9E0
InstallProtocolInterface: 00720665-67EB-4A99-BAF7-D3C33A1C7CC9 BF02DA30
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C BF039CF0
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 BF03AC60
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF03B920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF03E8A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF03C938
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B BF03CC70
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0418A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0409B8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF043AA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0438B8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D BEFDE068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BEFDE0D8
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE BEFE8048
InstallProtocolInterface: 65530BC7-A359-410F-B010-5AADC7EC2B62 BEFE8EF8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF03C920
InstallProtocolInterface: 4579B72D-7EC4-4DD4-8486-083C86B182A7 BEFE8030
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A BF03CB20
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE BF03EC18
InstallProtocolInterface: 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B BF044BA0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF044A18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF040BA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF044CD8
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF20B368
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF03DBD8
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF03DC68
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF040A18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF040AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF043998
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF043AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF046918
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF0469A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF047898
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF047B28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF048998
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF048CA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF049C58
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF049CE8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04A898
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04AB28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04AA18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04B8A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04BB18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04BBA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04CA98
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04CB28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04DD18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04DB28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04EA98
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04ED28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BF04F998
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 BF04FCA8
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF0518A8
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 BF051990
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF052A60
 BlockSize : 512 
 LastBlock : 150A7A8E 
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B BF0578A8
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 BF057990
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B BF058D20
 BlockSize : 2048 
 LastBlock : 856C 
 BlockSize : 2048 
 LastBlock : 1EEEDE 
 BlockSize : 2048 
 LastBlock : 7 
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C BF05FCB0
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 BF05F8A0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BEFBC920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0628A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF060938
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B BF060C70
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0658A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF064938
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF0678A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0669B8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D BEFB1068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BEFB10D8
Support(): UNDI3.1 found on handle BF20B918
 BlockSize : 512 
 LastBlock : 150A7A8E 
 BlockSize : 2048 
 LastBlock : 856C 
Select Item: 0x8
Select Item: 0x17
qemu -kernel was not used.
BdsLibConnectAll
 BlockSize : 2048 
 LastBlock : 1EEEDE 
 BlockSize : 2048 
 LastBlock : 7 
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C BF0619B0
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 BF064920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BEFBD8A0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF069AA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0698B8
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B BEFBDB30
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06CAA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06C8B8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06EB60
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06E8B8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D BEFB1068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BEFB10D8
Support(): UNDI3.1 found on handle BF20B918
 BlockSize : 512 
 LastBlock : 150A7A8E 
 BlockSize : 2048 
 LastBlock : 856C 
 BlockSize : 2048 
 LastBlock : 1EEEDE 
 BlockSize : 2048 
 LastBlock : 7 
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C BF0619B0
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 BF064920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BEFBDDE0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF069AA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0698B8
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B BEFBDB30
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06CAA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06C8B8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06EB60
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06E8B8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D BEFB1068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BEFB10D8
Support(): UNDI3.1 found on handle BF20B918
 BlockSize : 512 
 LastBlock : 150A7A8E 
 BlockSize : 2048 
 LastBlock : 856C 
 BlockSize : 2048 
 LastBlock : 1EEEDE 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : 7 
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
Support(): UNDI3.1 found on handle BF20B918
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C BF0619B0
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 BF064920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BEFBDDE0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF069AA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF0698B8
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B BEFBDB30
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06CAA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06C8B8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD BF06EB60
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 BF06E8B8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D BEFB1068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B BEFB10D8
Support(): UNDI3.1 found on handle BF20B918
 BlockSize : 512 
 LastBlock : 150A7A8E 
 BlockSize : 2048 
 LastBlock : 856C 
Buffer: EFI DVD/CDROM
Select Item: 0x19
Select Item: 0x2A
SetBootOrderFromQemu: setting BootOrder: success
Select Item: 0xE
Select Item: 0x19


Start showing progress bar... Press any key to stop it! ...Zzz....
Showing progress bar...Remaining 3 second!
Showing progress bar...Remaining 2 second!
Showing progress bar...Remaining 1 second!
S3Ready!
AcpiS3Context: AcpiFacsTable is 0xBFEFE000
AcpiS3Context: IdtrProfile is 0xBFEF3000
AcpiS3Context: S3NvsPageTableAddress is 0x       0
AcpiS3Context: S3DebugBufferAddress is 0xBFEF1000
InstallProtocolInterface: 60FF8964-E906-41D0-AFED-F241E974E08E 0
InstallProtocolInterface: FA20568B-548B-4B2B-81EF-1BA08D4A3CEC 0
Initialize variable error flag (FF)
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  0A    00000004  00000023  0000002B
  09    00000008  0000000D  00000010
  00    00000004  00000027  00000030
  06    00000024  000000F8  00000136
  05    00000030  000000CD  00000100
  03    00000180  00000595  000006FA
  04    00000F00  00000EB3  00000F00
Booting EFI SCSI Device 1
 BlockSize : 512 
 LastBlock : 150A7A8E 
PlatformBdsBootFail
S3Ready!
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  0A    0000002B  00000023  0000002B
  09    00000010  0000000D  00000010
  00    00000030  00000027  00000030
  06    00000136  000000F8  00000136
  05    00000100  000000CD  00000100
  03    000006FA  00000595  000006FA
  04    00000F00  00000EB3  00000F00
Booting EFI DVD/CDROM
 BlockSize : 2048 
 LastBlock : 1EEEDE 
 BlockSize : 2048 
 LastBlock : 7 
PlatformBdsBootFail
S3Ready!
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  0A    0000002B  00000023  0000002B
  09    00000010  0000000D  00000010
  00    00000030  00000027  00000030
  06    00000136  000000F8  00000136
  05    00000100  000000CD  00000100
  03    000006FA  00000595  000006FA
  04    00000F00  00000EB3  00000F00
Booting EFI Internal Shell
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B BF06EB80
Loading driver at 0x000BE5D8000 EntryPoint=0x000BE5D8260 Shell.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF BF070B18
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B BF07E8A0
InstallProtocolInterface: 752F3136-4E16-4FDC-A22A-E5F46812F4CA BF07EC58
InstallProtocolInterface: 6302D008-7F9B-4F30-87AC-60C9FEF5DA4E BE685D80
Image Return Status = Success
PlatformBdsBootSuccess
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC67500
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEE81068
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B BEC67520
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 BEE82948
InstallProtocolInterface: 348C4D62-BFBD-4882-9ECE-C80BB1C4783B 0
Buffer: EFI DVD/CDROM
InstallProtocolInterface: 348C4D62-BFBD-4882-9ECE-C80BB1C4783B 0
InstallProtocolInterface: 348C4D62-BFBD-4882-9ECE-C80BB1C4783B 0

Offline

#4853 2015-04-20 22:40:24

akawoz
Member
Registered: 2015-02-22
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Mine was doing that with only 4GB RAM so you're doing better than me! Seems so many variables that make for a stable or not experience. :-)

Fidelix wrote:

@akawoz, my Windows screen also freezes with OVMF if I start with more than 7.8GB of RAM. Don't know what else to do, but other than that everything is working perfectly with my GTX 970.

I only wish I was able to turn on Hyper-v Enlightenments. Damn Nvidia

Offline

#4854 2015-04-21 00:34:34

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Fidelix wrote:

@akawoz, my Windows screen also freezes with OVMF if I start with more than 7.8GB of RAM.

How much RAM do you have?


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4855 2015-04-21 07:36:28

acehege
Member
Registered: 2015-04-20
Posts: 2

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

nbhs wrote:
acehege wrote:

Hey everybody,

I have gotten KVM VGA-Passthrough to work using this awesome forum and all of your experiences, code snippets and comments.

BUT, everytime i reboot/shutdown a VM with my passed-through Nvidia Cards ( GT630 ), it gives me the dreaded "Error 43" code, and the only fix is to reboot the arch linux host.

--- Info ---

1. I am running the linux-vfio kernel from AUR

2. I have four identical Nvidia GT630 cards

3. I am using OVFM in the VMs

4. The VMs are running Windows 8.1

5. kvm=off is set.

6. I have tried with and without x-vga=on

7. I have tried with and without the following in grub: pcie_acs_override=downstream i915.enable_hd_vgaarb=1

8. I have tried with virt-manager and also commandline qemu, same symptoms.

My current kernel version is 3.19.3.

--- /Info ---

Any help would be highly appreciated!

If any of you need more information or snippets from the system, just ask, and I will deliver wink

Have you tried loading your gpu rom with the romfile= parameter? check out this post https://bbs.archlinux.org/viewtopic.php … 7#p1511177

I tried earlier with just the rom dumped from gpu-z, but I had not seen the post you linked to!

So I tried it, but unfortunately adding the romfile from nvagetbios does not help me, as i still get "Error 43" when rebooting the VM, and to fix it requires me to reboot the host arch linux.

Offline

#4856 2015-04-21 08:15:30

Mike1Q84
Member
Registered: 2015-04-21
Posts: 1

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Dear hackers,

Thank you for this awesome solution to get rid of dual booting for software that can't run efficiently under Linux at the moment. I really appreciate the time and energy you guys invested in this project.

Would you be so kind as to help me sorting out some issues related to ViDock and KVM VGA passthrough?

Under my setup, the GPUs are housed by the ViDock 4 Plus, and connected to my laptop through ExpressCard interface.

The KVM guest can see the GPUs with lspci. But,

With GT650,
With -vga none and nouveau driver loaded, the GT650 can display graphic output on external monitor under LiveCD environments of Ubuntu 14.04.2 LTS and Mint 17 installation ISO, very slow response though.
After nvidia driver installed under Mint 17 and Archlinux KVM guest, the nvidia driver never loaded. Evan with modprobe commands, it will display Error: Driver 'nvlink' is already registered, and the nvidia module will never be inserted.

With 7870
Whenever Seabios kicked in, the external monitor will display messy output of multiple colored rectangles.
And when Windows 7 installation ISO loaded, it will result blue screen of death.
The 7870 itself is in good shape though.

Any help will be greatly appreciated,
Mike

Last edited by Mike1Q84 (2015-04-21 08:20:24)

Offline

#4857 2015-04-21 12:07:20

Fidelix
Member
Registered: 2015-04-19
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:
Fidelix wrote:

@akawoz, my Windows screen also freezes with OVMF if I start with more than 7.8GB of RAM.

How much RAM do you have?

24 GB. I'd like to give Windows at least 12 GB

Offline

#4858 2015-04-21 15:00:31

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Fidelix wrote:
aw wrote:
Fidelix wrote:

@akawoz, my Windows screen also freezes with OVMF if I start with more than 7.8GB of RAM.

How much RAM do you have?

24 GB. I'd like to give Windows at least 12 GB

I don't have any trouble using larger guests.  If you're not using libvirt to manage the user locked memory limits, you'll need to set a limit matching the expected guest size.


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4859 2015-04-21 15:48:36

Duelist
Member
Registered: 2014-09-22
Posts: 358

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

I have a feeling that guys with "windows freeze at startup after OVMF" may misunderstand the "freeze".
Maybe it doesn't just freeze, but waits for something or actually boots without showing any video output due to "special" way of output?
I remember someone has confused the "freeze" or BSOD with just an unshown loading animation on windows7+OVMF...


The forum rules prohibit requesting support for distributions other than arch.
I gave up. It was too late.
What I was trying to do.
The reference about VFIO and KVM VGA passthrough.

Offline

#4860 2015-04-21 15:52:01

Duelist
Member
Registered: 2014-09-22
Posts: 358

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

fseven wrote:

Because the network based options arent't really ideal when latency is important and switching by attaching/detaching always takes a few seconds.

Network based options.. provide you the latency of pinging the localhost. It should be 1-2ms or less. If there's a huge overhead causing lags - check your setup.
I'm using VNC for input, and there is no latency or problems.


The forum rules prohibit requesting support for distributions other than arch.
I gave up. It was too late.
What I was trying to do.
The reference about VFIO and KVM VGA passthrough.

Offline

#4861 2015-04-21 16:35:39

Naruni
Member
Registered: 2010-08-05
Posts: 34

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

GPU is working smoothly on win7, audio is working fine when not being overused (one sound at a time), then it is constantly popping, clicking and causing severe system lag in games.  It can play a youtube video without any problems.  When first using only ac97, not even the standard windows bootup sound could play without severe stuttering.  I looked at the solution of

modprobe i810_audio clocking=48000

but I use neither i810 or OSS (that I know of).

Host audio:

00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller

Audio options for qemu:

export QEMU_AUDIO_DRV=alsa
-soundhw all

Edit:
Go figure. Changing to -soundhw ac97 and adding the i810 manual clocking module parameter fixes almost all of the audio popping. Now I'm getting just a couple hiccups if there are multiple voices playing.

Last edited by Naruni (2015-04-21 16:55:44)

Offline

#4862 2015-04-21 17:10:52

Fidelix
Member
Registered: 2015-04-19
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Duelist wrote:

I have a feeling that guys with "windows freeze at startup after OVMF" may misunderstand the "freeze".
Maybe it doesn't just freeze, but waits for something or actually boots without showing any video output due to "special" way of output?
I remember someone has confused the "freeze" or BSOD with just an unshown loading animation on windows7+OVMF...

After 3 minutes or so the Windows loading animation appears, but if I leave it there for 30min it keeps spinning.

aw wrote:
Fidelix wrote:
aw wrote:

How much RAM do you have?

24 GB. I'd like to give Windows at least 12 GB

I don't have any trouble using larger guests.  If you're not using libvirt to manage the user locked memory limits, you'll need to set a limit matching the expected guest size.

How do I use virsh or virt-manager to "manage the user locked memory limits"?
Thanks

Offline

#4863 2015-04-21 17:13:11

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Fidelix wrote:
aw wrote:
Fidelix wrote:

24 GB. I'd like to give Windows at least 12 GB

I don't have any trouble using larger guests.  If you're not using libvirt to manage the user locked memory limits, you'll need to set a limit matching the expected guest size.

How do I use virsh or virt-manager to "manage the user locked memory limits"?
Thanks

It happen automatically if you manage the VM through libvirt and expose the device as a <hostdev> (ie. don't hide it behind <qemu:args>)


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4864 2015-04-21 17:37:42

Fidelix
Member
Registered: 2015-04-19
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:

It happen automatically if you manage the VM through libvirt and expose the device as a <hostdev> (ie. don't hide it behind <qemu:args>)

Then I suppose something else is wrong. I created it and manage the VM through libvirt/virt-manager (and sometimes virsh) and I have no qemu:args. The log has nothing useful.

This is the relevant memory stuff on the XML:

  <memory unit='KiB'>7668000</memory>
  <currentMemory unit='KiB'>7668000</currentMemory>
  <memoryBacking>
    <hugepages/>
  </memoryBacking>

Offline

#4865 2015-04-21 17:39:03

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Fidelix wrote:
aw wrote:

It happen automatically if you manage the VM through libvirt and expose the device as a <hostdev> (ie. don't hide it behind <qemu:args>)

Then I suppose something else is wrong. I created it and manage the VM through libvirt/virt-manager (and sometimes virsh) and I have no qemu:args. The log has nothing useful.

This is the relevant memory stuff on the XML:

  <memory unit='KiB'>7668000</memory>
  <currentMemory unit='KiB'>7668000</currentMemory>
  <memoryBacking>
    <hugepages/>
  </memoryBacking>

And you've allocated sufficient hugepages for the VM?


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4866 2015-04-21 19:21:10

Fidelix
Member
Registered: 2015-04-19
Posts: 6

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:
Fidelix wrote:
aw wrote:

It happen automatically if you manage the VM through libvirt and expose the device as a <hostdev> (ie. don't hide it behind <qemu:args>)

Then I suppose something else is wrong. I created it and manage the VM through libvirt/virt-manager (and sometimes virsh) and I have no qemu:args. The log has nothing useful.

This is the relevant memory stuff on the XML:

  <memory unit='KiB'>7668000</memory>
  <currentMemory unit='KiB'>7668000</currentMemory>
  <memoryBacking>
    <hugepages/>
  </memoryBacking>

And you've allocated sufficient hugepages for the VM?

With the VM shut down:

AnonHugePages:    604160 kB
HugePages_Total:    5000
HugePages_Free:     5000
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB

Something wrong?

Offline

#4867 2015-04-21 20:07:40

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Fidelix wrote:

With the VM shut down:

AnonHugePages:    604160 kB
HugePages_Total:    5000
HugePages_Free:     5000
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB

Something wrong?

That should get you to a 10G guest


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4868 2015-04-21 20:37:00

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4869 2015-04-21 23:49:06

Duelist
Member
Registered: 2014-09-22
Posts: 358

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Just curious, if all the PCI IDS for Hawaii(and hawaii xt) and Bonaire cards are known and listed in pci.ids file, why you've made this patch non-device-specific?


The forum rules prohibit requesting support for distributions other than arch.
I gave up. It was too late.
What I was trying to do.
The reference about VFIO and KVM VGA passthrough.

Offline

#4870 2015-04-21 23:53:04

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Duelist wrote:
aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Just curious, if all the PCI IDS for Hawaii(and hawaii xt) and Bonaire cards are known and listed in pci.ids file, why you've made this patch non-device-specific?

Because I thought people here would want to try it asap.  As the patch indicates, it's a prototype, it works for me, and I don't really want to limit it unnecessarily for those willing to try it.


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4871 2015-04-22 16:40:06

paperinick
Member
Registered: 2015-04-14
Posts: 8

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Hello all, I have the follow setup:
1. intel motherboard with Xeon CPU (E3)
2. NVidia Quadro 2000 (no UEFI support)

With the IGD as primary, I tried applying the patches on a Ubuntu server installation though an older kernel (3.13) as explained here: http://ubuntuforums.org/showthread.php?t=2266916 . Everything works fine until I assign an additional PCI device to the VM. In which case the host just completely hangs after the VM shutdown. If I don't assign extra PCI devices to the machine, it works fine, reboots as expected, etc.
I added an AMD/ATI graphic card and set it as primary display. I disabled the NVIDIA display and when I launch the VM everything works fine, but the VM doesn't survive a reboot. It seems that at the first reboot the NVidia doesn't properly reset.

Any hint on what to investigate?
Thanks!

Offline

#4872 2015-04-22 18:37:22

Bronek
Member
From: London
Registered: 2014-02-14
Posts: 119

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Do you think that could help with reset of AMD W7100 ?

Offline

#4873 2015-04-22 18:44:16

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Bronek wrote:
aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Do you think that could help with reset of AMD W7100 ?

Dunno, try it.  That's a Tonga GPU, who knows, maybe the bug extends further than Bonaire/Hawaii.


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

#4874 2015-04-23 10:14:58

Denso
Member
Registered: 2014-08-30
Posts: 179

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Anything for Nvidia's GPUs with reset issues ? XD

Offline

#4875 2015-04-23 12:43:47

aw
Member
Registered: 2013-10-04
Posts: 921
Website

Re: KVM VGA-Passthrough using the new vfio-vga support in kernel =>3.9

Denso wrote:
aw wrote:

AMD Bonaire and Hawaii users with reset issues, please try this QEMU patch (against v2.3.0-rc4): http://fpaste.org/214053/  Report back your GPU device ID and whether resets are resolved.  As noted in the patch, I expect the ultimate resolution will be a device specific reset in the kernel, this is just a prototype of that.  If you do not have an AMD GPU affected by reset problems (ie. one guest boot per host boot), please don't bother with this patch.

Anything for Nvidia's GPUs with reset issues ? XD

I'm not aware of any widespread reset issues on nvidia.


http://vfio.blogspot.com
Looking for a more open forum to discuss vfio related uses?  Try https://www.redhat.com/mailman/listinfo/vfio-users

Offline

Board footer

Powered by FluxBB