[SeaBIOS] [PATCH v3] config: allow DEBUG_IO for !QEMU

Laszlo Ersek lersek at redhat.com
Wed Jun 5 16:03:31 CEST 2013


Hi Kevin, David,

On 06/02/13 21:24, Laszlo Ersek wrote:
> On 06/01/13 05:35, Kevin O'Connor wrote:
> 
>> The plan on uefi was to use the smbios
>> tables to detect qemu.  Once detection is in place, the DEBUG_IO
>> support could be made dependent on QEMU_HARDWARE and only activated
>> after detection succeeds.
> 
> Understood.
> 
> I wasn't aware this was pending on me (skimmed src/csm.c). I'll see what
> I can do in OvmfPkg/SmbiosPlatformDxe.

I posted <http://thread.gmane.org/gmane.comp.bios.tianocore.devel/3037>,
which provides Type 0 and Type 1 tables under OVMF. (Might code up more
tables as time allows, but I didn't want to stall this thread here.)

"dmidecode" reports the following in an OVMF Fedora 19 guest, running on
RHEL-6.4 qemu-kvm (with no special "-smbios" options passed to qemu-kvm):

    # dmidecode 2.12
    # SMBIOS entry point at 0x3f8f7000
    SMBIOS 2.7 present.
    3 structures occupying 163 bytes.
    Table at 0x3F8F6000.

    Handle 0x0000, DMI type 0, 24 bytes
    BIOS Information
            Vendor: EFI Development Kit II / OVMF
            Version: 0.1
            Release Date: 06/03/2013
            Address: 0xE8000
            Runtime Size: 96 kB
            ROM Size: 64 kB
            Characteristics:
                    BIOS characteristics not supported
                    UEFI is supported
                    System is a virtual machine
            BIOS Revision: 0.1

    Handle 0x0001, DMI type 1, 27 bytes
    System Information
            Manufacturer: Red Hat
            Product Name: KVM
            Version: RHEL 6.4.0 PC
            Serial Number: n/a
            UUID: 7B20A9F5-274C-0F58-8183-A89538BCA62A
            Wake-up Type: Power Switch
            SKU Number: n/a
            Family: Red Hat Enterprise Linux

    Handle 0xFEFF, DMI type 127, 4 bytes
    End Of Table

Questions:

(1) What field should we key off of in src/csm.c whether the platform is
a VM? I would suggest the "System is a virtual machine" bit, but it
could be too obvious to be feasible.

This bit is Bit 4 in BIOS Characteristics Extension Byte 2, and
available from SMBIOS version 2.3 on.


(2) How should the information be parsed?

(Since "src/csm.c" is SRC32FLAT only, I might even have a chance
implementing the parsing.)

I've added SMBIOS parsing code before (see display_uuid() in
src/smbios.c). Can I simply copy and customize it, or should it be
refactored / reused somehow?


(3) *When* should we parse the SMBIOS tables?

I would say "as early as possible" (debug port access depends on it).

handle_csm_0000 (Compatibility16InitializeYourself()) gets an
EFI_TO_COMPATIBILITY16_INIT_TABLE, but that table doesn't provide SMBIOS
info.

handle_csm_0001 (Compatibility16UpdateBbs()) gets an
EFI_TO_COMPATIBILITY16_BOOT_TABLE. It provides SmbiosTable and
SmbiosTableLength.

Unfortunately handle_csm_0001() is not called until quite late in the
boot process. I think we should receive SeaBIOS debug output before that
point.

I'm attaching a debug port log for illustration:

- It was produced by booting Windows 2008 R2 SP1. (UEFI boot, not legacy
boot, but win2k8r2sp1 is buggy and needs CSM even for UEFI boot...),

- SeaBIOS messages were only produced because I had hacked the SeaBIOS
config to enable DEBUG_IO in the CSM build,

- the SeaBIOS code in this CSM image is somewhat dated, but that
shouldn't detract from main point.

Which is: if we enable debug port access no earlier than
handle_csm_0001() -- because SMBIOS is unavailable before that --, then
we lose all SeaBIOS debug messages between handle_csm_0000() and
handle_csm_0001():

    412 handle_csm regs 0x0004ffd4 AX=0000
    413 Legacy16InitializeYourself table 4000:8080

to

   1515 handle_csm regs 0x0004ffd4 AX=0001
   1516 Legacy16UpdateBbs table 480a:0008

Thanks,
Laszlo

-------------- next part --------------
SecCoreStartupWithStack(0xFFFCC000, 0x80000)
File->Type: 0xB
Section->Type: 0x2
Section->Type: 0x19
Section->Type (0x19) != SectionType (0x17)
Section->Type: 0x17
File->Type: 0x2
File->Type (0x2) != FileType (0x4)
File->Type: 0xF0
File->Type (0xF0) != FileType (0x4)
File->Type: 0x4
Section->Type: 0x19
Section->Type (0x19) != SectionType (0x10)
Section->Type: 0x10
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 0x00000800000, size is 0x00800000, handle is 0x800000
Register PPI Notify: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Install PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: DBE23AA9-A345-4B97-85B6-B226F1617389
Loading PEIM at 0x00000815A20 EntryPoint=0x00000815C80 PcdPeim.efi
Install PPI: 06E81C58-4AD7-44BC-8390-F10265F72480
Install PPI: 01F34D25-4DE2-23AD-3FF3-36353FF323F1
Loading PEIM at 0x0000081D420 EntryPoint=0x0000081D680 StatusCodePei.efi
Install PPI: 229832D3-7A30-4B36-B827-F40CB7D45436
Loading PEIM at 0x00000822FA0 EntryPoint=0x00000823200 PlatformPei.efi
Platform PEIM Loaded
CMOS:
00: 49 00 39 00 15 00 04 05 06 13 26 02 00 80 00 00
10: 00 00 F0 00 06 80 02 FF FF 2F 00 F7 17 10 FF FF
20: C8 F7 17 3F 00 00 00 00 00 00 00 00 00 00 00 00
30: FF FF 20 00 00 5F 00 20 30 01 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 00 00 00 00
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
MemDetect called
PeiInstallPeiMemory MemoryBegin 0x5C000000, MemoryLength 0x4000000
Reserved variable store memory: 0x5FFE0000; size: 128kb
Platform PEI Firmware Volume Initialization
Firmware Volume HOB: 0x800000 0x800000
Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410
Temp Stack : BaseAddress=0x78000 Length=0x8000
Temp Heap  : BaseAddress=0x70000 Length=0x790
Total temporary memory:    65536 bytes.
  temporary memory stack ever used: 32768 bytes.
  temporary memory heap used:       1936 bytes.
Old Stack size 32768, New stack size 131072
Heap Offset = 0x5BFB0000 Stack Offset = 0x5BFA0000
Stack Hob: BaseAddress=0x5C000000 Length=0x20000
TemporaryRamMigration(0x70000, 0x5C018000, 0x10000)
Loading PEIM at 0x0005FFC9000 EntryPoint=0x0005FFC9260 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 0x0005FFBF000 EntryPoint=0x0005FFBF260 DxeIpl.efi
Install PPI: 0AE8CE5D-E448-4437-A8D7-EBF5F194F731
Install PPI: 1A36E4E7-FAB6-476A-8E75-695A0576FDD7
Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry point: 803744
The 1th FV start address is 0x0005FABE000, size is 0x00500000, handle is 0x5FABE000
DXE IPL Entry
Loading PEIM at 0x0005FA87000 EntryPoint=0x0005FA87260 DxeCore.efi
Loading DXE CORE at 0x0005FA87000 EntryPoint=0x0005FA87260
Install PPI: 605EA650-C65C-42E1-BA80-91A52AB618C6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5FAB0E68
HOBLIST address in DXE = 0x5F83C018
Memory Allocation 0x00000006 0x5FFE0000 - 0x5FFFFFFF
Memory Allocation 0x00000004 0x800000 - 0xFFFFFF
Memory Allocation 0x00000004 0x5FA67000 - 0x5FA86FFF
Memory Allocation 0x00000004 0x5FFDF000 - 0x5FFDFFFF
Memory Allocation 0x00000004 0x5FFC9000 - 0x5FFDEFFF
Memory Allocation 0x00000004 0x5FFBF000 - 0x5FFC8FFF
Memory Allocation 0x00000004 0x5FABD000 - 0x5FFBEFFF
Memory Allocation 0x00000004 0x5FA87000 - 0x5FABCFFF
Memory Allocation 0x00000003 0x5FA87000 - 0x5FABCFFF
Memory Allocation 0x00000004 0x5FA67000 - 0x5FA86FFF
Memory Allocation 0x00000004 0x5FA25000 - 0x5FA66FFF
Memory Allocation 0x00000004 0x5C000000 - 0x5C01FFFF
FV Hob            0x800000 - 0xFFFFFF
FV Hob            0x5FABE000 - 0x5FFBDFFF
FV2 Hob           0x5FABE000 - 0x5FFBDFFF
InstallProtocolInterface: D8117CFE-94A6-11D4-9A3A-0090273FC14D 5FAB0960
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 5F838D30
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F839598
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 5F838C30
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F839298
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 5F838A30
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 5F838930
InstallProtocolInterface: EE4E5898-3914-4259-9D6E-DC7BD79403CF 5FAB0B58
Loading driver 80CF7257-87AB-47F9-A3FE-D50B76D89541
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFAE40
Loading driver at 0x0005F9B6000 EntryPoint=0x0005F9B62AF PcdDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAFC398
InstallProtocolInterface: 11B34006-D85B-4D0A-A290-D5A571310EF7 5F9BCAE0
InstallProtocolInterface: 13A3F0F6-264A-3EF0-F2E0-DEC512342F34 5F9BCBE0
Loading driver FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFAC40
Loading driver at 0x0005F9E6000 EntryPoint=0x0005F9E62AF StatusCodeRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EADCC98
InstallProtocolInterface: D2B2B828-0826-48A7-B3DF-983C006024F0 5F9EC3C0
Loading driver B601F8C4-43B7-4784-95B1-F4226CB40CEE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFAA40
Loading driver at 0x0005F9DF000 EntryPoint=0x0005F9DF2AF RuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EADC718
InstallProtocolInterface: B7DFB4E1-052F-449F-87BE-9818FC91B733 5F9E3440
Loading driver F80697E9-7FD6-4665-8646-88E33EF71DFC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFA840
Loading driver at 0x0005F9AF000 EntryPoint=0x0005F9AF2AF SecurityStubDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EADC218
InstallProtocolInterface: 94AB2F58-1438-4EF1-9152-18941A3A0E68 5F9B2ED8
InstallProtocolInterface: A46423E3-4617-49F1-B9FF-D1BFA9115839 5F9B2ED0
Loading driver 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFA640
Loading driver at 0x0005F9A3000 EntryPoint=0x0005F9A32AF EbcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAC1C98
InstallProtocolInterface: 13AC6DD1-73D0-11D4-B06B-00AA00BD6DE7 5EAC1B18
InstallProtocolInterface: 2755590C-6F3C-42FA-9EA4-A3BA543CDA25 5EAC1998
InstallProtocolInterface: AAEACCFD-F27B-4C17-B610-75CA1F2DFB52 5EAC1818
Loading driver 79CA4208-BBA1-4A9A-8456-E1E66A81484E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFA440
Loading driver at 0x0005F99E000 EntryPoint=0x0005F99E2AF Legacy8259.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAC1398
InstallProtocolInterface: 38321DBA-4FE0-4E17-8AEC-413055EAEDC1 5F9A10C0
Loading driver A19B1FE7-C1BC-49F8-875F-54A5D542443F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFA240
Loading driver at 0x0005F998000 EntryPoint=0x0005F9982AF CpuIo2Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAAFE18
InstallProtocolInterface: AD61F191-AE5F-4C0E-B9FA-E869D288C64F 5F99B420
Loading driver 1A1E4886-9517-440E-9FDE-3BE44CEE2136
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAFA040
Loading driver at 0x0005F98A000 EntryPoint=0x0005F98A2AF CpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAAF898
InstallProtocolInterface: 26BACCB1-6F42-11D4-BCE7-0080C73C8881 5F994040
  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 5EAADE40
Loading driver at 0x0005F9D9000 EntryPoint=0x0005F9D92AF KbcReset.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EAAF398
InstallProtocolInterface: 27CFAC88-46CC-11D4-9A38-0090273FC14D 0
Loading driver C8339973-A563-4561-B858-D8476F9DEFC4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAADC40
Loading driver at 0x0005F985000 EntryPoint=0x0005F9852AF Metronome.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA97E98
InstallProtocolInterface: 26BACCB2-6F42-11D4-BCE7-0080C73C8881 5F988160
Loading driver 22DC2B60-FE40-42AC-B01F-3AB1FAD9AAD8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAADA40
Loading driver at 0x0005F9D1000 EntryPoint=0x0005F9D12AF EmuVariableFvbRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA97998
EMU Variable FVB Started
EMU Variable FVB: Using pre-reserved block at 5FFE0000
EMU Variable FVB: Basic FV headers were invalid
Installing FVB for EMU Variable support
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 5F9D5A00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F9D59C8
Loading driver FE5CEA76-4F72-49E8-986F-2CD899DFFE5D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAAD840
Loading driver at 0x0005F97A000 EntryPoint=0x0005F97A2AF FaultTolerantWriteDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA97298
Ftw: Remaining work space size - 1FE0
Ftw: Work block header check error
Ftw: Work block header check error
Ftw: Both are invalid, init workspace
Ftw: start to reclaim work space
Ftw: reclaim work space successfully
InstallProtocolInterface: 3EBD9E82-2C78-4DE6-9786-8D4BFCB7C881 5EA57028
Loading driver CBD2E4D5-7068-4FF5-B462-9822B4AD8D60
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAAD640
Loading driver at 0x0005F9C2000 EntryPoint=0x0005F9C22AF VariableRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA56D18
InstallProtocolInterface: 1E5668E2-8481-11D4-BCF1-0080C73C8881 0
InstallProtocolInterface: 6441F818-6362-4E44-B570-7DBA31DD2453 0
Loading driver 9B680FCE-AD6B-4F3A-B60B-F59899003443
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAAD440
Loading driver at 0x0005F969000 EntryPoint=0x0005F9692AF DevicePathDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA56698
InstallProtocolInterface: 0379BE4E-D706-437D-B037-EDB82FB772A4 5F974E20
InstallProtocolInterface: 8B843E20-8132-4852-90CC-551A4E4A7F1C 5F974E60
InstallProtocolInterface: 05C99A21-C70F-4AD2-8A5F-35DF3343F51E 5F974E70
Loading driver 79E4A61C-ED73-4312-94FE-E3E7563362A9
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAAD240
Loading driver at 0x0005F964000 EntryPoint=0x0005F9642AF PrintDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA55F18
InstallProtocolInterface: F05976EF-83F1-4F3D-8619-F7595D41E538 5F967180
Loading driver 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EAAD040
Loading driver at 0x0005F93E000 EntryPoint=0x0005F93E2AF HiiDatabase.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA55998
InstallProtocolInterface: E9CA4775-8657-47FC-97E7-7ED65A084324 5F95E448
InstallProtocolInterface: 0FD96974-23AA-4CDC-B9CB-98D17750322A 5F95E490
InstallProtocolInterface: EF9FC172-A1B2-4693-B327-6D32FC416042 5F95E4B8
InstallProtocolInterface: 587E72D7-CC50-4F79-8209-CA291FC1A10F 5F95E510
InstallProtocolInterface: 31A6406A-6BDF-4E46-B2A2-EBAA89C40920 5F95E468
Loading driver 96B5C032-DF4C-4B6E-8232-438DCF448D0E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1EE40
Loading driver at 0x0005F938000 EntryPoint=0x0005F9382AF NullMemoryTestDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA55018
InstallProtocolInterface: 309DE7F1-7F5E-4ACE-B49C-531BE5AA95EF 5F93B120
Loading driver F9D88642-0737-49BC-81B5-6889CD57D9EA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1EC40
Loading driver at 0x0005F930000 EntryPoint=0x0005F9302AF SmbiosDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA1DA98
InstallProtocolInterface: 03583FF6-CB36-4940-947E-B9B39F4AFAF7 5F9352D0
Loading driver 9622E42C-8E38-4A08-9E8F-54F784652F6B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1EA40
Loading driver at 0x0005F922000 EntryPoint=0x0005F9222AF AcpiTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5EA1D518
InstallProtocolInterface: FFE06BDD-6107-46A6-7BB2-5A9C7EC5275C 5F83EB28
Loading driver A210F973-229D-4F4D-AA37-9895E6C9EABA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1E840
Loading driver at 0x0005F91C000 EntryPoint=0x0005F91C2AF DpcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F5F98
InstallProtocolInterface: 480F8AE9-0C46-4AA9-BC89-DB9FBA619806 5F91F110
Loading driver F2765DEC-6B41-11D5-8E71-00902707B35E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1E640
Loading driver at 0x0005F917000 EntryPoint=0x0005F9172AF Timer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F5A18
InstallProtocolInterface: 26BACCB3-6F42-11D4-BCE7-0080C73C8881 5F91A040
Loading driver 2383608E-C6D0-4E3E-858D-45DFAC3543D5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1E440
Loading driver at 0x0005F90C000 EntryPoint=0x0005F90C2AF PciHostBridge.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F5518
InstallProtocolInterface: CF8034BE-6768-4D8B-B739-7CCE683A9FBE 5EAFB248
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F913C10
InstallProtocolInterface: 2F707EBB-4A1A-11D4-9A38-0090273FC14D 5EAAEB88
Loading driver 378D7B65-8DA9-4773-B6E4-A47826A833E1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1E240
Loading driver at 0x0005E867000 EntryPoint=0x0005E8672AF PcRtc.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F4D18
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
Loading driver AD608272-D07F-4964-801E-7BD3B7888652
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5EA1E040
Loading driver at 0x0005E861000 EntryPoint=0x0005E8612AF MonotonicCounterRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F4818
InstallProtocolInterface: 1DA97072-BDDC-4B30-99F1-72A0B56FFF2A 0
Loading driver 42857F0A-13F2-4B21-8A23-53D3F714B840
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2E40
Loading driver at 0x0005E83D000 EntryPoint=0x0005E83D2AF CapsuleRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9F4318
InstallProtocolInterface: 5053697E-2CBC-4819-90D9-0580DEEE5754 0
Loading driver FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2C40
Loading driver at 0x0005F8B9000 EntryPoint=0x0005F8B92AF BdsDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9D5D98
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
InstallProtocolInterface: 70101EAF-0085-440C-B356-8EE36FEF24F0 5F905A60
InstallProtocolInterface: 31CE593D-108A-485D-ADB2-78F21F2966BE 5F905880
InstallProtocolInterface: 783658A3-4172-4421-A299-E009079C0CB4 5F905CF0
InstallProtocolInterface: 665E3FF6-46CC-11D4-9A38-0090273FC14D 5F8FAF58
Loading driver EBF342FE-B1D3-4EF8-957C-8048606FF671
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2840
Loading driver at 0x0005F880000 EntryPoint=0x0005F8802AF SetupBrowser.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9D5098
InstallProtocolInterface: B9D4C360-BCFB-4F9B-9298-53C136982258 5F8AFA50
InstallProtocolInterface: 1F73B18D-4630-43C1-A1DE-6F80855D7DA4 5F8AFA60
Loading driver 4110465D-5FF3-4F4B-B580-24ED0D06747A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2640
Loading driver at 0x0005F877000 EntryPoint=0x0005F8772AF SmbiosPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9D4198
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Select Item: 0x8001
ScanQemuSmbios: entry 0, type 0, payload size 19, payload hex dump follows:
0000: 01 08 00 B0 5D 59 12 08  D4 D2 64 B3 2C 93 BC DB
0010: 92 C0 5D
ScanQemuSmbios: entry 1, type 0, payload size 11, payload hex dump follows:
0000: 01 04 00 52 65 64 20 48  61 74 00
ScanQemuSmbios: entry 2, type 0, payload size 7, payload hex dump follows:
0000: 01 05 00 4B 56 4D 00
ScanQemuSmbios: entry 3, type 0, payload size 17, payload hex dump follows:
0000: 01 06 00 52 48 45 4C 20  36 2E 34 2E 30 20 50 43
0010: 00
ScanQemuSmbios: entry 4, type 0, payload size 28, payload hex dump follows:
0000: 01 1A 00 52 65 64 20 48  61 74 20 45 6E 74 65 72
0010: 70 72 69 73 65 20 4C 69  6E 75 78 00
Select Item: 0x2
Loading driver 49970331-E3FA-4637-9ABC-3B7868676970
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2440
Loading driver at 0x0005F86F000 EntryPoint=0x0005F86F2AF AcpiPlatform.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9D3C98
Select Item: 0x0
FW CFG Signature: 0x554D4551
Select Item: 0x1
FW CFG Revision: 0x1
QemuFwCfg interface is supported.
Select Item: 0x5
Select Item: 0x19
Select Item: 0x22
ACPI S3 value: 1
ACPI S4 value: 2
ACPI PciWindow32: Base=0x60000000 End=0xFEEFFFFF Length=0x9EF00000
ACPI PciWindow64: Base=0x00000000 End=0x00000000 Length=0x00000000
Loading driver F099D67F-71AE-4C36-B2A3-DCEB0EB2B7D8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2240
Loading driver at 0x0005F86A000 EntryPoint=0x0005F86A2AF WatchdogTimer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9D3418
InstallProtocolInterface: 665E3FF5-46CC-11D4-9A38-0090273FC14D 5F86CD70
Loading driver F122A15C-C10B-4D54-8F48-60F4F06DD1AD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E9F2040
Loading driver at 0x0005F851000 EntryPoint=0x0005F8512AF LegacyBiosDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9A0F18
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 98000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 99000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9A000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9B000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9C000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9D000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9E000
ConvertPages: Incompatible memory types
WARNING: Allocate legacy memory fail for SCSI card - 9F000
ConvertPages: failed to find range A0000 - A0FFF
WARNING: Allocate legacy memory fail for SCSI card - A0000
ConvertPages: failed to find range A1000 - A1FFF
WARNING: Allocate legacy memory fail for SCSI card - A1000
ConvertPages: failed to find range A2000 - A2FFF
WARNING: Allocate legacy memory fail for SCSI card - A2000
ConvertPages: failed to find range A3000 - A3FFF
WARNING: Allocate legacy memory fail for SCSI card - A3000
ConvertPages: failed to find range A4000 - A4FFF
WARNING: Allocate legacy memory fail for SCSI card - A4000
ConvertPages: failed to find range A5000 - A5FFF
WARNING: Allocate legacy memory fail for SCSI card - A5000
ConvertPages: failed to find range A6000 - A6FFF
WARNING: Allocate legacy memory fail for SCSI card - A6000
ConvertPages: failed to find range A7000 - A7FFF
WARNING: Allocate legacy memory fail for SCSI card - A7000
ConvertPages: failed to find range A8000 - A8FFF
WARNING: Allocate legacy memory fail for SCSI card - A8000
ConvertPages: failed to find range A9000 - A9FFF
WARNING: Allocate legacy memory fail for SCSI card - A9000
ConvertPages: failed to find range AA000 - AAFFF
WARNING: Allocate legacy memory fail for SCSI card - AA000
ConvertPages: failed to find range AB000 - ABFFF
WARNING: Allocate legacy memory fail for SCSI card - AB000
ConvertPages: failed to find range AC000 - ACFFF
WARNING: Allocate legacy memory fail for SCSI card - AC000
ConvertPages: failed to find range AD000 - ADFFF
WARNING: Allocate legacy memory fail for SCSI card - AD000
ConvertPages: failed to find range AE000 - AEFFF
WARNING: Allocate legacy memory fail for SCSI card - AE000
ConvertPages: failed to find range AF000 - AFFFF
WARNING: Allocate legacy memory fail for SCSI card - AF000
ConvertPages: failed to find range B0000 - B0FFF
WARNING: Allocate legacy memory fail for SCSI card - B0000
ConvertPages: failed to find range B1000 - B1FFF
WARNING: Allocate legacy memory fail for SCSI card - B1000
ConvertPages: failed to find range B2000 - B2FFF
WARNING: Allocate legacy memory fail for SCSI card - B2000
ConvertPages: failed to find range B3000 - B3FFF
WARNING: Allocate legacy memory fail for SCSI card - B3000
ConvertPages: failed to find range B4000 - B4FFF
WARNING: Allocate legacy memory fail for SCSI card - B4000
ConvertPages: failed to find range B5000 - B5FFF
WARNING: Allocate legacy memory fail for SCSI card - B5000
ConvertPages: failed to find range B6000 - B6FFF
WARNING: Allocate legacy memory fail for SCSI card - B6000
ConvertPages: failed to find range B7000 - B7FFF
WARNING: Allocate legacy memory fail for SCSI card - B7000
ConvertPages: failed to find range B8000 - B8FFF
WARNING: Allocate legacy memory fail for SCSI card - B8000
ConvertPages: failed to find range B9000 - B9FFF
WARNING: Allocate legacy memory fail for SCSI card - B9000
ConvertPages: failed to find range BA000 - BAFFF
WARNING: Allocate legacy memory fail for SCSI card - BA000
ConvertPages: failed to find range BB000 - BBFFF
WARNING: Allocate legacy memory fail for SCSI card - BB000
ConvertPages: failed to find range BC000 - BCFFF
WARNING: Allocate legacy memory fail for SCSI card - BC000
ConvertPages: failed to find range BD000 - BDFFF
WARNING: Allocate legacy memory fail for SCSI card - BD000
ConvertPages: failed to find range BE000 - BEFFF
WARNING: Allocate legacy memory fail for SCSI card - BE000
E820[ 0]: 0x               0 ---- 0x               0, Type = 0x1 
E820[ 1]: 0x               0 ---- 0x           A0000, Type = 0x2 
E820[ 2]: 0x           E0000 ---- 0x          100000, Type = 0x2 
E820[ 3]: 0x          100000 ---- 0x        5FA14000, Type = 0x1 
E820[ 4]: 0x        5FA14000 ---- 0x        5FA18000, Type = 0x2 
E820[ 5]: 0x        5FA18000 ---- 0x        5FA20000, Type = 0x3 
E820[ 6]: 0x        5FA20000 ---- 0x        5FA24000, Type = 0x4 
E820[ 7]: 0x        5FA24000 ---- 0x        60000000, Type = 0x1 
E820[ 8]: 0x        80000000 ---- 0x        FC000000, Type = 0x2 
E820[ 9]: 0x        FEC00000 ---- 0x        FEC01000, Type = 0x2 
E820[10]: 0x        FED00000 ---- 0x        FED00400, Type = 0x2 
E820[11]: 0x        FEE00000 ---- 0x        FEF00000, Type = 0x2 
handle_csm regs 0x0004ffd4 AX=0000
Legacy16InitializeYourself table 4000:8080
BiosLessThan1MB 00050000
HiPmmMemory     00400000
HiPmmMemorySize 00400000
ReverseThunk    0000:0000
NumE820Entries  0000000c
OsMemoryAbove1M 5f914000
ThunkStart      00045000
ThunkSize       000096ea
LoPmmMemory     00050000
LoPmmMemorySize 00010000
pmm_malloc zone=0x000eea60 handle=ffffffff size=46112 align=10 ret=0x007e4ac0 (detail=0x007efee0)
Relocating low data from 0x000e2de0 to 0x000ee200 (size 2168)
Relocating init from 0x000e3658 to 0x007e4ac0 (size 46112)
malloc fixup reloc
init ivt
init bda
Add to e820 map: 0009fc00 00000400 2
init bios32
init PMM
init PNPBIOS table
init keyboard
init mouse
PCI probe
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4a70 (detail=0x007e4a90)
PCI device 00:00.0 (vd=8086:1237 c=0600)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4a20 (detail=0x007e4a40)
PCI device 00:01.0 (vd=8086:7000 c=0601)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e49d0 (detail=0x007e49f0)
PCI device 00:01.1 (vd=8086:7010 c=0101)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4980 (detail=0x007e49a0)
PCI device 00:01.2 (vd=8086:7020 c=0c03)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4930 (detail=0x007e4950)
PCI device 00:01.3 (vd=8086:7113 c=0680)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e48e0 (detail=0x007e4900)
PCI device 00:02.0 (vd=1013:00b8 c=0300)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4890 (detail=0x007e48b0)
PCI device 00:03.0 (vd=1af4:1000 c=0200)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e4840 (detail=0x007e4860)
PCI device 00:04.0 (vd=1af4:1001 c=0100)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e47f0 (detail=0x007e4810)
PCI device 00:05.0 (vd=1af4:1002 c=0500)
pmm_malloc zone=0x007efec8 handle=ffffffff size=28 align=10 ret=0x007e47a0 (detail=0x007e47c0)
PCI device 00:06.0 (vd=1af4:1003 c=0780)
Found 10 PCI devices (max PCI bus is 00)
handle_csm returning AX=0000, UmbStart 000ee000
enter handle_15:
   a=00002401  b=00008080  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00000000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
handle_csm regs 0x0004ffd4 AX=0006
Legacy16GetTableAddress size f0 align 1 region 3
pmm_malloc zone=0x007efeb8 handle=ffffffff size=240 align=1 ret=0x000ee110 (detail=0x007e4770)
Legacy16GetTableAddress size f0 align 1 region 3 yields 0x000ee110
handle_csm returning AX=0000, UmbStart 000ee000
enter handle_15:
   a=00002401  b=00000000  c=000000f0  d=00000003 ds=ee11 es=0000 ss=4000
  si=00000000 di=00000000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
InstallProtocolInterface: DB9A1E3D-45CB-4ABB-853B-E5387FDB2E2D 5F864590
enter handle_1a:
   a=0000b101  b=00000000  c=5e9a0c98  d=00000000 ds=5fa8 es=0000 ss=4000
  si=00000b98 di=00000000 bp=0000157d sp=0000fffe cs=4f00 ip=000a  f=3002
enter handle_15:
   a=00002401  b=00000210  c=5e9a0c00  d=00000003 ds=5fa8 es=0000 ss=4000
  si=00000b98 di=000ffe77 bp=0000157d sp=0000ffc6 cs=4f00 ip=0030  f=3002
CSM16 PCI BIOS Interface Version: 02.10
Loading driver 93B80004-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99FE40
Loading driver at 0x0005E28F000 EntryPoint=0x0005E28F2AF PciBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9A0918
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E2A94E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E2A9760
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E2A9780
InstallProtocolInterface: 19CB87AB-2CB9-4665-8360-DDCF6054F79D 5E2A9538
Loading driver 33CB97AF-6C33-4C42-986B-07581FA366D4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99FC40
Loading driver at 0x0005F84A000 EntryPoint=0x0005F84A2AF BlockMmioToBlockIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E9A0018
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5F84DD20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5F84E000
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5F84E020
Loading driver 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99FA40
Loading driver at 0x0005F842000 EntryPoint=0x0005F8422AF VirtioBlkDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E994B18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5F846E80
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5F846EE0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5F846F00
Loading driver FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99F840
Loading driver at 0x0005E808000 EntryPoint=0x0005E8082AF VirtioScsiDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E994598
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E80D660
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E80D6C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E80D6E0
Loading driver 51CCF399-4FDF-4E55-A45B-E123F84D456A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99F640
Loading driver at 0x0005E7C5000 EntryPoint=0x0005E7C52AF ConPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E994018
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E7CA100
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E7CA2D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E7CA2F0
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E7CA140
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E7CA2D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E7CA2F0
Loading driver 408EDCEC-CF6D-477C-A5A8-B4844E3DE281
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99F440
Loading driver at 0x0005E23C000 EntryPoint=0x0005E23C2AF ConSplitterDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E993798
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E247AA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E248020
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E248040
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E247B60
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E248060
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E248080
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E247BA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E2480A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E2480C0
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E247AE0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E2480E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E248100
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E247B20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E248120
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E248140
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 5E2476B0
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 5E2476E0
InstallProtocolInterface: 31878C87-0B75-11D5-9A4F-0090273FC14D 5E247738
InstallProtocolInterface: 8D59D32B-C655-4AE9-9B15-F25904992A43 5E247790
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 5E247870
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 5E247990
Loading driver CCCB0C28-4B24-11D5-9A5A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E973E40
Loading driver at 0x0005E230000 EntryPoint=0x0005E2302AF GraphicsConsoleDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E972E18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E237560
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E237800
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E237820
Loading driver 9E863906-A40F-4875-977F-5B93FF237FC6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99F240
Loading driver at 0x0005E220000 EntryPoint=0x0005E2202AF TerminalDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E972718
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E22B860
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E22BD40
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E22BD60
Loading driver 6B38F7B4-AD98-40E9-9093-ACA2B5A253C4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E99F040
Loading driver at 0x0005E219000 EntryPoint=0x0005E2192AF DiskIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E972198
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E21D160
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E21D2B0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E21D2D0
Loading driver 1FA1F39E-FEFF-4AAE-BD7B-38A070A3B609
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95CE40
Loading driver at 0x0005E20D000 EntryPoint=0x0005E20D2AF PartitionDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95DC18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E215780
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E2158F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E215910
Loading driver CD3BAFB6-50FB-4FE8-8E4E-AB74D2C1A600
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95CC40
Loading driver at 0x0005E731000 EntryPoint=0x0005E7312AF EnglishDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95D698
InstallProtocolInterface: 1D85CD7F-F43D-11D2-9A0C-0090273FC14D 5E734200
InstallProtocolInterface: A4C751FC-23AE-4C3E-92E9-4964CF63F349 5E734240
Loading driver 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95CA40
Loading driver at 0x0005E203000 EntryPoint=0x0005E2032AF ScsiBus.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95D098
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E209C20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E209D30
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E209D50
Loading driver 0A66E322-3740-4CCE-AD62-BD172CECCA35
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95C840
Loading driver at 0x0005E1F6000 EntryPoint=0x0005E1F62AF ScsiDisk.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95BB18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1FF960
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1FFBF0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1FFC10
Loading driver 69FD8E47-A161-4550-B01A-5594CEB2B2B2
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95C640
Loading driver at 0x0005E1E0000 EntryPoint=0x0005E1E02AF IdeBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95B598
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1F1E00
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1F21E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1F2200
InstallProtocolInterface: 0784924F-E296-11D4-9A49-0090273FC14D 5E1F20D0
InstallProtocolInterface: 4D330321-025F-4AAC-90D8-5ED900173B63 5E1F20E0
Loading driver 99549F44-49BB-4820-B9D2-901329412D67
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95C440
Loading driver at 0x0005E1DA000 EntryPoint=0x0005E1DA2AF IdeController.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95AE18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1DD8E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1DDAA0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1DDAC0
Loading driver 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95C240
Loading driver at 0x0005E1D4000 EntryPoint=0x0005E1D42AF IsaAcpi.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95A898
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1D7C00
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1D7ED0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1D7EB0
Loading driver 240612B5-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E95C040
Loading driver at 0x0005E1CA000 EntryPoint=0x0005E1CA2AF IsaBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E95A318
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1D0A20
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1D0B30
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1D0B50
Loading driver 93B80003-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940E40
Loading driver at 0x0005E1BF000 EntryPoint=0x0005E1BF2AF IsaSerialDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E87FD98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1C72E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1C75D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1C75F0
Loading driver 3DC82376-637B-40A6-A8FC-A565417F2C38
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940C40
Loading driver at 0x0005E1B2000 EntryPoint=0x0005E1B22AF Ps2KeyboardDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E87F818
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1BADA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1BAF70
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1BAF90
Loading driver 0ABD8284-6DA3-4616-971A-83A5148067BA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940A40
Loading driver at 0x0005E1A6000 EntryPoint=0x0005E1A62AF IsaFloppyDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E87F298
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1AE200
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1AE3C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1AE3E0
Loading driver 961578FE-B6B7-44C3-AF35-6BC705CD2B1F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940840
Loading driver at 0x0005E1A0000 EntryPoint=0x0005E1A05C0 
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6CAD18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1A03D8
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E1A0408
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1A0420
Loading driver A2F436EA-A127-4EF8-957C-8048606FF670
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940640
Loading driver at 0x0005E191000 EntryPoint=0x0005E1912AF SnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6CA798
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E19B980
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E19C0F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E19C110
Loading driver 025BBFC7-E6A9-4B8B-82AD-6815A1AEAF4A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940440
Loading driver at 0x0005E17C000 EntryPoint=0x0005E17C2AF MnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6CA218
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E18B520
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E18C950
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E18C970
Loading driver E4F61863-FE2C-4B56-A8F4-08519BC439DF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940240
Loading driver at 0x0005E16E000 EntryPoint=0x0005E16E2AF VlanConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C9C98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E177940
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E177F40
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E177F60
Loading driver 529D3F93-E8E9-4E73-B1E1-BDF6A9D50113
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E940040
Loading driver at 0x0005E161000 EntryPoint=0x0005E1612AF ArpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C9718
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E16A340
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E16A660
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E16A680
Loading driver 94734718-0BBC-47FB-96A5-EE7A5AE6A2AD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8E40
Loading driver at 0x0005E14C000 EntryPoint=0x0005E14C2AF Dhcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C9198
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E15B6E0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E15BE10
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E15BE30
Loading driver 26841BDE-920A-4E7A-9FBE-637F477143A6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8C40
Loading driver at 0x0005E13B000 EntryPoint=0x0005E13B2AF Ip4ConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C7C18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E146E00
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E147480
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1474A0
Loading driver 9FB1A1F3-3B71-4324-B39A-745CBB015FFF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8A40
Loading driver at 0x0005E120000 EntryPoint=0x0005E1202AF Ip4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C7698
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1355C0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E135E70
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E135E90
Loading driver DC3641B8-2FA8-4ED3-BC1F-F9962A03454B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8840
Loading driver at 0x0005E10D000 EntryPoint=0x0005E10D2AF Mtftp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E6C7118
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E11B020
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E11B190
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E11B1B0
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF4D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8640
Loading driver at 0x0005E0EB000 EntryPoint=0x0005E0EB2AF Tcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E28EB98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E1050A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E106590
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E1065B0
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF2B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8440
Loading driver at 0x0005E0D7000 EntryPoint=0x0005E0D72AF Udp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E28E618
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E0E6460
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E0E65D0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E0E65F0
Loading driver 3B1DEAB5-C75D-442E-9238-8E2FFB62B0BB
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8240
Loading driver at 0x0005E0C4000 EntryPoint=0x0005E0C42AF UefiPxeBcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E28E098
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E0D2AA0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E0D2BB0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E0D2BD0
Loading driver 4579B72D-7EC4-4DD4-8486-083C86B182A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E6C8040
Loading driver at 0x0005E0A4000 EntryPoint=0x0005E0A42AF IScsiDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E28DB18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E0BD2A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E0BD3C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E0BD3E0
InstallProtocolInterface: 59324945-EC44-4C0D-B1CD-9DB139DF070C 5E0BDEF0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E0BD4A0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5E28D728
Loading driver A92CDB4B-82F1-4E0B-A516-8A655D371524
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2E40
Loading driver at 0x0005E082000 EntryPoint=0x0005E0822AF VirtioNetDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E0A3D18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E089540
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E089420
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E089440
Loading driver 2FB92EFA-2EE0-4BAE-9EB6-7464125E1EF7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2C40
Loading driver at 0x0005E093000 EntryPoint=0x0005E0932AF UhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E0A3798
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E09E260
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E09E4E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E09E500
Loading driver BDFE430E-8F2A-4DB0-9991-6F856594777E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2A40
Loading driver at 0x0005E070000 EntryPoint=0x0005E0702AF EhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E0A3218
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E07D220
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E07E790
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E07E7B0
Loading driver 240612B7-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2840
Loading driver at 0x0005E05E000 EntryPoint=0x0005E05E2AF UsbBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E092C98
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E06B4A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E06BE50
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E06BE70
Loading driver 2D2E62CF-9ECF-43B7-8219-94E7FC713DFE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2640
Loading driver at 0x0005E050000 EntryPoint=0x0005E0502AF UsbKbDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E092718
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E059840
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E05A630
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E05A650
Loading driver 9FB4B4A7-42C0-4BCD-8540-9BCC6711F83E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2440
Loading driver at 0x0005E044000 EntryPoint=0x0005E0442AF UsbMassStorageDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E092198
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E04C7A0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E04D440
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E04D460
Loading driver 0B04B2ED-861C-42CD-A22F-C3AAFACCB896
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2240
Loading driver at 0x0005E037000 EntryPoint=0x0005E0372AF BiosVideoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5E091C18
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 5E040DE0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 5E041190
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 5E0411B0
InstallProtocolInterface: 2E3044AC-879F-490F-9760-BBDFAF695F50 0
PlatformBdsInit
Registered NotifyDevPath Event
Variable Driver Auto Update Lang, Lang:eng, PlatformLang:en
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F8FCAF0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5F8FCAA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F8FCB10
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5F8FCAC0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F8FD300
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5F8FD338
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5F8FC760
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5F8FC740
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|02]
   BAR[4]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x20

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

PciBus: Discovered PCI @ [00|02|00]
   BAR[0]: Type = PMem32; Alignment = 0x1FFFFFF;	Length = 0x2000000;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

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

PciBus: Discovered PCI @ [00|04|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|05|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10

PciBus: Discovered PCI @ [00|06|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	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|02]
   BAR[4]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x20

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

PciBus: Discovered PCI @ [00|02|00]
   BAR[0]: Type = PMem32; Alignment = 0x1FFFFFF;	Length = 0x2000000;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

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

PciBus: Discovered PCI @ [00|04|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|05|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10

PciBus: Discovered PCI @ [00|06|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	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 = 0x40;	Alignment = 0x3F;	Owner = PCI  [00|04|00:10]
 Base = 0xC040;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI  [00|06|00:10]
 Base = 0xC060;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI  [00|05|00:10]
 Base = 0xC080;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI  [00|03|00:10]
 Base = 0xC0A0;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI  [00|01|02:20]
 Base = 0xC0C0;	Length = 0x10;	Alignment = 0xF;	Owner = PCI  [00|01|01:20]
Type =  Mem32; Base = 0x80000000;	Length = 0x2100000;	Alignment = 0x1FFFFFF
 Base = 0x80000000;	Length = 0x2000000;	Alignment = 0x1FFFFFF;	Owner = PCI  [00|02|00:10]
 Base = 0x82000000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|06|00:14]
 Base = 0x82001000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|04|00:14]
 Base = 0x82002000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|03|00:14]
 Base = 0x82003000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI  [00|02|00:14]

InstallProtocolInterface: 30CFE3E7-3DE1-4586-BE20-DEABA1B3B793 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033118
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E028AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033198
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E028728
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033218
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E0283A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033298
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E028028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033318
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E027AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033398
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E027728
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033418
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E0273A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E033498
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E027028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E025F98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E026AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E025F18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 5E026728
Found Mass Storage device: PciRoot(0x0)/Pci(0x1,0x1)
InstallProtocolInterface: A1E37052-80D9-4E65-A317-3E9A55C43EC9 5E1DD920
InstallProtocolInterface: 69FD8E47-A161-4550-B01A-5594CEB2B2B2 5E02DE18
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E02DB98
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5F83E028
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 5F83E088
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E02DA98
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00ADA8
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 5E00AE08
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E009BA0
 BlockSize : 2048 
 LastBlock : 0 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E009A20
 BlockSize : 2048 
 LastBlock : 1797C7 
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E009798
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00AAB0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E009518
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00A930
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E009020
 BlockSize : 2048 
 LastBlock : 7 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5DFE5A20
 BlockSize : 2048 
 LastBlock : 1793E1 
InstallProtocolInterface: 964E5B22-6459-11D2-8E39-00A0C969723B 5DFE4030
 BlockSize : 2048 
 LastBlock : 7 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5DFE5420
 BlockSize : 2048 
 LastBlock : 0 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5DFE5320
 BlockSize : 2048 
 LastBlock : A6D4 
Found Mass Storage device: PciRoot(0x0)/Pci(0x4,0x0)
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E090590
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E008C20
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E008898
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00A7B0
InstallProtocolInterface: C12A7328-F81F-11D2-BA4B-00A0C93EC93B 0
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E008518
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00A630
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E008218
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5E00A4B0
Prepare to Free Pool
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E005CA0
 BlockSize : 512 
 LastBlock : 31FFF 
InstallProtocolInterface: 964E5B22-6459-11D2-8E39-00A0C969723B 5E004030
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E0056A0
 BlockSize : 512 
 LastBlock : 3FFFF 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5E0051A0
 BlockSize : 512 
 LastBlock : 1D8CFFF 
FsAccess.c: LoadNvVarsFromFs
FsAccess.c: Could not open NV Variables file on this file system
Error while restoring NV variable data
FsAccess.c: Unable to open file to saved NV Variables
FsAccess.c: LoadNvVarsFromFs
FsAccess.c: Read 6317 bytes from NV Variables file
Variable Driver Auto Update PlatformLang, PlatformLang:en, Lang:eng
Variable Driver Auto Update Lang, Lang:eng, PlatformLang:en
FsAccess.c: Read NV Variables file (size=1)
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
PlatformBdsGetDriverOption
Boot Mode:0
Found PCI VGA device
PCI VGA: 0x1013:0x00B8
handle_csm regs 0x0004ffd4 AX=0006
Legacy16GetTableAddress size 80 align 10 region 1
pmm_malloc zone=0x007efec0 handle=ffffffff size=128 align=10 ret=0x000fdc50 (detail=0x007e4740)
Legacy16GetTableAddress size 80 align 10 region 1 yields 0x000fdc50
handle_csm returning AX=0000, UmbStart 000ee000
enter handle_15:
   a=00002401  b=00000000  c=00000080  d=00000003 ds=fdc5 es=0000 ss=4000
  si=00000000 di=00000000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
PIRQ table in legacy region - FDC50
 Shadowing OpROM init/runtime/isize = C0000/C0000/9600
enter handle_10:
   a=00000003  b=00000000  c=00009600  d=00000000 ds=5fa8 es=0000 ss=4000
  si=00006490 di=00000000 bp=000010d7 sp=0000fffe cs=4f00 ip=000a  f=3482
enter handle_15:
   a=00002401  b=00000000  c=00009600  d=00000003 ds=5fa8 es=0000 ss=4000
  si=00006490 di=00000000 bp=000010d7 sp=0000ffc6 cs=4f00 ip=0030  f=3402
Shadowing OpROM on the PCI device 0/2/0
 Legacy16DispatchOprom - 00/02/00
handle_csm regs 0x0004ffd4 AX=0005
Legacy16DispatchOprom rom 0x0004a1db
OpromSegment   c000
RuntimeSegment ffff
PnPInstallationCheck f000:d020
RuntimeSegment ffff
Running option rom at c000:0003
Start SeaVGABIOS (version rel-1.7.1-153-gb0b0f89-20130219_003524-lacos-laptop.usersys.redhat.com)
enter vga_post:
   a=00000010  b=0000ffff  c=00000000  d=0000ffff ds=0000 es=f000 ss=0000
  si=00000000 di=0000d020 bp=00000000 sp=00006f82 cs=f000 ip=bcf8  f=0000
cirrus init
cirrus init 2
handle_csm returning AX=0000, UmbStart 000ee000
enter handle_15:
   a=00002401  b=00000000  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00000000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
 fsize = 9600
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5E003498
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
enter handle_10:
   a=00004f00  b=00000000  c=00000000  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004000 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
Get VBE Controller: VBE2 Signature found
enter handle_15:
   a=00002401  b=00000000  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f15  b=00000001  c=00000000  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004300 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
stub vbe_104fXX:410:
   a=00004f15  b=00000001  c=00000000  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004300 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
enter handle_15:
   a=00002401  b=00000001  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004300 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000101  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 101
enter handle_15:
   a=00002401  b=00000000  c=00000101  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000111  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 111
enter handle_15:
   a=00002401  b=00000000  c=00000111  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000110  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 110
enter handle_15:
   a=00002401  b=00000000  c=00000110  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000112  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 112
enter handle_15:
   a=00002401  b=00000000  c=00000112  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
Video Controller Mode 0x112: 640 x 480
enter handle_10:
   a=00004f01  b=00000000  c=00000103  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 103
enter handle_15:
   a=00002401  b=00000000  c=00000103  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000114  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 114
enter handle_15:
   a=00002401  b=00000000  c=00000114  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000113  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 113
enter handle_15:
   a=00002401  b=00000000  c=00000113  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000105  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 105
enter handle_15:
   a=00002401  b=00000000  c=00000105  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000117  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 117
enter handle_15:
   a=00002401  b=00000000  c=00000117  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000116  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 116
enter handle_15:
   a=00002401  b=00000000  c=00000116  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000115  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 115
enter handle_15:
   a=00002401  b=00000000  c=00000115  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
Video Controller Mode 0x115: 800 x 600
enter handle_10:
   a=00004f01  b=00000000  c=00000118  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 118
enter handle_15:
   a=00002401  b=00000000  c=00000118  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
Video Controller Mode 0x118: 1024 x 768
enter handle_10:
   a=00004f01  b=00000000  c=00000107  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 107
enter handle_15:
   a=00002401  b=00000000  c=00000107  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=00000119  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 119
enter handle_15:
   a=00002401  b=00000000  c=00000119  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f01  b=00000000  c=0000011a  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode info request: 11a
enter handle_15:
   a=00002401  b=00000000  c=0000011a  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004200 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00004f02  b=00004115  c=00000000  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004380 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode set: 4115
set VGA mode 115
enter handle_15:
   a=00002401  b=00004115  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004380 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
BiosVideoCheckForVbe - Success
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 5E00A338
InstallProtocolInterface: 1C0C34F6-D380-41FA-A049-8AD06C1A66AA 5E00A358
InstallProtocolInterface: BD8C1056-9F36-44EC-92A8-A6337F817986 5E00A368
InstallProtocolInterface: 64A892DC-5561-4536-92C7-799BFC183355 5DFEDDA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFED998
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4A28
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFED698
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4828
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFED398
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4628
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFED018
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4428
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFE6D98
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4228
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFE6A98
InstallProtocolInterface: 7EE2BD44-3DA0-11D4-9A38-0090273FC14D 5DFF4028
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFE6218
InstallProtocolInterface: BB25CF6F-F1D4-11D2-9A0C-0090273FC1FD 5E00A1A8
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 9E863906-A40F-4875-977F-5B93FF237FC6 5DFDBC98
Terminal - Mode 0, Column = 80, Row = 25
Terminal - Mode 1, Column = 80, Row = 50
Terminal - Mode 2, Column = 100, Row = 31
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5DFDB798
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 5E00A040
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 5E00A110
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 5E00A058
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
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 5DFDC930
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 5E247900
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 5DFC3028
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 5DFC3040
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
PlatformBdsDiagnostics
PlatformBdsConnectSequence
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5DFDC328
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5D95DF20
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5DFDC228
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5D95D720
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
InstallProtocolInterface: 3E745226-9818-45B6-A2AC-D7CD0E8BA2BC 5DFD8920
InstallProtocolInterface: 240612B7-A063-11D4-9A3A-0090273FC14D 5D942020
Uhci2GetCapability: 2 ports
UsbRootHubInit: root hub 5D95CC18 - max speed 0, 2 ports
UsbEnumeratePort: port 0 state - 2001, change - 01 on 5D95CC18
UsbEnumeratePort: Device Connect/Disconnect Normally
UsbEnumeratePort: new device connected at port 0
UsbEnumerateNewDev: hub port 0 is reset
UsbEnumerateNewDev: device is of 0 speed
UsbEnumerateNewDev: device uses translator (0, 0)
UsbEnumerateNewDev: device is now ADDRESSED at 1
UsbEnumerateNewDev: max packet size for EP 0 is 8
UsbBuildDescTable: device has 1 configures
UsbGetOneConfig: total length is 34
UsbParseConfigDesc: config 1 has 1 interfaces
UsbParseInterfaceDesc: interface 0(setting 0) has 1 endpoints
UsbEnumerateNewDev: device 1 is now in CONFIGED state
UsbSelectConfig: config 1 selected for device 1
UsbSelectSetting: setting 0 selected for interface 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5D943318
InstallProtocolInterface: 2B2F68D6-0CD2-44CF-8E8B-BBA20B1B5B75 5D95CA40
UsbConnectDriver: TPL before connect is 8, 5D943298
UsbConnectDriver: TPL after connect is 8
UsbSelectConfig: failed to connect driver Not Found, ignored
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
UsbBusStart: usb bus started on 5E025418, root hub 5D95CC18
PCI VGA: 0x1013:0x00B8
InstallProtocolInterface: A19832B9-AC25-11D3-9A2D-0090273FC14D 5D941930
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5D940A98
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 9E23D768-D2F3-4366-9FC3-3A7ABA864374 5DFD8630
InstallProtocolInterface: F36FF770-A7E1-42CF-9ED2-56F0F271F44C 5D811140
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5D80BF18
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5DFD84A0
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: E4F61863-FE2C-4B56-A8F4-08519BC439DF 5DFD8498
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 5DFD81C0
InstallProtocolInterface: F44C00EE-1F2C-4A00-AA09-1C9F3E0800A3 5E0263A0
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 5DFD8040
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 5D7E5F98
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 5D7E6DD0
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
InstallProtocolInterface: 3B95AA31-3793-434B-8667-C8070892E05E 5D7E6DB8
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 5D7E6AC0
InstallProtocolInterface: C51711E7-B4BF-404A-BFB8-0A048EF1FFE4 5DFF3A20
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7E67A0
InstallProtocolInterface: 00720665-67EB-4A99-BAF7-D3C33A1C7CC9 5D7E1130
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7E64A0
InstallProtocolInterface: 83F01464-99BD-45E5-B383-AF6305D8E9E6 5D7DEBA0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7E61A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 5D7E6338
InstallProtocolInterface: 9D9A39D8-BD42-4A73-A4D5-8EE94BE11380 5E027E20
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7D3DA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 5D7E6038
InstallProtocolInterface: 2FE800BE-8F01-4AA6-946B-D71388E1833F 5D7D5EA0
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C 5D7DAA30
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 5D7DA920
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7D3C20
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7D37A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 5D7D3938
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B 5D7D3AB0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7D34A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 5D7D3638
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7D31A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 5D7D3338
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D 5D7C8068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B 5D7C80D8
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE 5D7C5048
InstallProtocolInterface: 65530BC7-A359-410F-B010-5AADC7EC2B62 5D7D4F38
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 5D7C4DA0
InstallProtocolInterface: 4579B72D-7EC4-4DD4-8486-083C86B182A7 5D7C5030
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
UsbConnectDriver: TPL before connect is 4
UsbConnectDriver: TPL after connect is 4
PCI VGA: 0x1013:0x00B8
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
Select Item: 0x8
Select Item: 0x17
qemu -kernel was not used.
BdsLibConnectAll
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
UsbConnectDriver: TPL before connect is 4
UsbConnectDriver: TPL after connect is 4
PCI VGA: 0x1013:0x00B8
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
UsbConnectDriver: TPL before connect is 4
UsbConnectDriver: TPL after connect is 4
PCI VGA: 0x1013:0x00B8
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 5DFDC328
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 5D95DF20
 BlockSize : 2048 
 LastBlock : 1797C7 
 BlockSize : 2048 
 LastBlock : 7 
 BlockSize : 2048 
 LastBlock : A6D4 
 BlockSize : 512 
 LastBlock : 1DFFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 327FF
 Partition size: 32000
 Start : 100000 End : 64FFE00
 Index : 1
 Start LBA : 32800
 End LBA : 727FF
 Partition size: 40000
 Start : 6500000 End : E4FFE00
 Index : 2
 Start LBA : 72800
 End LBA : 1DFF7FF
 Partition size: 1D8D000
 Start : E500000 End : 3BFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 3FFFF 
 BlockSize : 512 
 LastBlock : 1D8CFFF 
handle_csm regs 0x0004ffd4 AX=0001
Legacy16UpdateBbs table 480a:0008
MajorVersion 0000
MinorVersion 0000
AcpiTable 00000000
SmbiosTable 00000000
SmbiosTableLength 00000000
DevicePathType 0000
PciIrqMask 0000
NumberE820Entries 0000000c
NumberBbsEntries 00000100
BBsTable 0004a1ea
SmmTable 00000000
OsMemoryAbove1Mb 5f914000
UnconventionalDeviceTable 00000000
handle_csm returning AX=0000, UmbStart 000ee000
enter handle_15:
   a=00002401  b=00000008  c=00000000  d=00000003 ds=0000 es=480a ss=4000
  si=00000000 di=00000000 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
Buffer: EFI DVD/CDROM
Buffer: EFI DVD/CDROM 1
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
Select Item: 0x19
Select Item: 0x23
SetBootOrderFromQemu: FwCfg:
/pci at i0cf8/scsi at 4/disk at 0,0
/pci at i0cf8/ide at 1,1/drive at 0/disk at 0
SetBootOrderFromQemu: FwCfg: <end>
ParseOfwNode: DriverName="pci" UnitAddress="i0cf8" DeviceArguments=""
ParseOfwNode: DriverName="scsi" UnitAddress="4" DeviceArguments=""
ParseOfwNode: DriverName="disk" UnitAddress="0,0" DeviceArguments=""
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x4,0x0)/HD("
Match: against "PciRoot(0x0)/Pci(0x4,0x0)/HD(1,GPT,E05959B9-69F6-4B34-9B31-EC775D0B8AFF,0x800,0x32000)/\EFI\Boot\bootx64.efi": match
ParseOfwNode: DriverName="pci" UnitAddress="i0cf8" DeviceArguments=""
ParseOfwNode: DriverName="ide" UnitAddress="1,1" DeviceArguments=""
ParseOfwNode: DriverName="drive" UnitAddress="0" DeviceArguments=""
ParseOfwNode: DriverName="disk" UnitAddress="0" DeviceArguments=""
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0)"
Match: against "PciRoot(0x0)/Pci(0x4,0x0)/HD(1,GPT,E05959B9-69F6-4B34-9B31-EC775D0B8AFF,0x800,0x32000)/\EFI\Boot\bootx64.efi": no match
Match: against "PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0)": match
TranslateOfwPath: no more nodes
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
SetBootOrderFromQemu: setting BootOrder: success
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  0A    00000004  00000001  00000004
  09    00000008  00000006  00000008
  00    00000004  00000003  00000004
  06    00000024  00000039  00000047
  05    00000030  00000044  00000055
  03    00000180  000003BF  000004AE
  04    00000F00  00001E5A  000025F0
EmuVariablesUpdatedCallback
Saved NV Variables to NvVars file
Booting win2k8r2sp1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 5E0A2040
Loading driver at 0x00010000000 EntryPoint=0x00010001000 bootmgfw.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 5D79C618
enter handle_10:
   a=00004f02  b=00004118  c=00000000  d=00000000 ds=0000 es=4000 ss=4000
  si=00000000 di=00004380 bp=00000000 sp=0000fffe cs=4f00 ip=000a  f=3002
VBE mode set: 4118
set VGA mode 118
enter handle_15:
   a=00002401  b=00004118  c=00000000  d=00000003 ds=0000 es=4000 ss=4000
  si=00000000 di=00004380 bp=00000000 sp=0000ffc6 cs=4f00 ip=0030  f=3002
enter handle_10:
   a=00000012  b=00000000  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=00000000 di=00000000 bp=00000000 sp=00000800 cs=ffff ip=ffff  f=0000
set VGA mode 12
cirrus mode switch regular
enter handle_10:
   a=00004f00  b=fffffa80  c=00000001  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
Get VBE Controller: VBE2 Signature found
enter handle_10:
   a=00004f01  b=fffffa80  c=00000101  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 101
enter handle_10:
   a=00004f01  b=fffffa80  c=00000111  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 111
enter handle_10:
   a=00004f01  b=fffffa80  c=00000110  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 110
enter handle_10:
   a=00004f01  b=fffffa80  c=00000112  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 112
enter handle_10:
   a=00004f01  b=fffffa80  c=00000103  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 103
enter handle_10:
   a=00004f01  b=fffffa80  c=00000114  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 114
enter handle_10:
   a=00004f01  b=fffffa80  c=00000113  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 113
enter handle_10:
   a=00004f01  b=fffffa80  c=00000105  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 105
enter handle_10:
   a=00004f01  b=fffffa80  c=00000117  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 117
enter handle_10:
   a=00004f01  b=fffffa80  c=00000116  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 116
enter handle_10:
   a=00004f01  b=fffffa80  c=00000115  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 115
enter handle_10:
   a=00004f01  b=fffffa80  c=00000118  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 118
enter handle_10:
   a=00004f01  b=fffffa80  c=00000107  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 107
enter handle_10:
   a=00004f01  b=fffffa80  c=00000119  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 119
enter handle_10:
   a=00004f01  b=fffffa80  c=0000011a  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 11a
enter handle_10:
   a=00004f01  b=fffffa80  c=00000000  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 0
enter handle_10:
   a=00004f01  b=fffffa80  c=00000001  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 1
enter handle_10:
   a=00004f01  b=fffffa80  c=00000002  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 2
enter handle_10:
   a=00004f01  b=fffffa80  c=00000003  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 3
enter handle_10:
   a=00004f01  b=fffffa80  c=00000004  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 4
enter handle_10:
   a=00004f01  b=fffffa80  c=00000005  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 5
enter handle_10:
   a=00004f01  b=fffffa80  c=00000006  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 6
enter handle_10:
   a=00004f01  b=fffffa80  c=00000007  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 7
enter handle_10:
   a=00004f01  b=fffffa80  c=0000000d  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: d
enter handle_10:
   a=00004f01  b=fffffa80  c=0000000e  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: e
enter handle_10:
   a=00004f01  b=fffffa80  c=0000000f  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: f
enter handle_10:
   a=00004f01  b=fffffa80  c=00000010  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 10
enter handle_10:
   a=00004f01  b=fffffa80  c=00000011  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 11
enter handle_10:
   a=00004f01  b=fffffa80  c=00000012  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 12
enter handle_10:
   a=00004f01  b=fffffa80  c=00000013  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 13
enter handle_10:
   a=00004f01  b=fffffa80  c=0000006a  d=00000000 ds=fa80 es=2000 ss=0000
  si=025701d0 di=00000000 bp=0177d9d0 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 6a
enter handle_10:
   a=00004f00  b=00000000  c=00000000  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
Get VBE Controller: VBE2 Signature found
enter handle_10:
   a=00004f01  b=00000000  c=00000101  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 101
enter handle_10:
   a=00004f01  b=00000000  c=00000111  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 111
enter handle_10:
   a=00004f01  b=00000000  c=00000110  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 110
enter handle_10:
   a=00004f01  b=00000000  c=00000112  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 112
enter handle_10:
   a=00004f01  b=00000000  c=00000103  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 103
enter handle_10:
   a=00004f01  b=00000000  c=00000114  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 114
enter handle_10:
   a=00004f01  b=00000000  c=00000113  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 113
enter handle_10:
   a=00004f01  b=00000000  c=00000105  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 105
enter handle_10:
   a=00004f01  b=00000000  c=00000117  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 117
enter handle_10:
   a=00004f01  b=00000000  c=00000116  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 116
enter handle_10:
   a=00004f01  b=00000000  c=00000115  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 115
enter handle_10:
   a=00004f01  b=00000000  c=00000118  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 118
enter handle_10:
   a=00004f01  b=00000000  c=00000107  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 107
enter handle_10:
   a=00004f01  b=00000000  c=00000119  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 119
enter handle_10:
   a=00004f01  b=00000000  c=0000011a  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 11a
enter handle_10:
   a=00004f01  b=00000000  c=00000000  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 0
enter handle_10:
   a=00004f01  b=00000000  c=00000001  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 1
enter handle_10:
   a=00004f01  b=00000000  c=00000002  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 2
enter handle_10:
   a=00004f01  b=00000000  c=00000003  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 3
enter handle_10:
   a=00004f01  b=00000000  c=00000004  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 4
enter handle_10:
   a=00004f01  b=00000000  c=00000005  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 5
enter handle_10:
   a=00004f01  b=00000000  c=00000006  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 6
enter handle_10:
   a=00004f01  b=00000000  c=00000007  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 7
enter handle_10:
   a=00004f01  b=00000000  c=0000000d  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: d
enter handle_10:
   a=00004f01  b=00000000  c=0000000e  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: e
enter handle_10:
   a=00004f01  b=00000000  c=0000000f  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: f
enter handle_10:
   a=00004f01  b=00000000  c=00000010  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 10
enter handle_10:
   a=00004f01  b=00000000  c=00000011  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 11
enter handle_10:
   a=00004f01  b=00000000  c=00000012  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 12
enter handle_10:
   a=00004f01  b=00000000  c=00000013  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 13
enter handle_10:
   a=00004f01  b=00000000  c=0000006a  d=00000000 ds=0000 es=2000 ss=0000
  si=00000000 di=00000000 bp=00000001 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode info request: 6a
enter handle_10:
   a=00004f10  b=00000000  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=00000000 di=00000000 bp=00000000 sp=00000800 cs=ffff ip=ffff  f=0000
enter handle_10:
   a=00004f15  b=00000001  c=00000000  d=00000000 ds=fa80 es=2000 ss=0000
  si=0217a448 di=00000000 bp=014f7620 sp=00000800 cs=ffff ip=ffff  f=0000
stub vbe_104fXX:410:
   a=00004f15  b=00000001  c=00000000  d=00000000 ds=fa80 es=2000 ss=0000
  si=0217a448 di=00000000 bp=014f7620 sp=00000800 cs=ffff ip=ffff  f=0000
enter handle_10:
   a=00004f02  b=00004115  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=00000000 di=00000000 bp=00000000 sp=00000800 cs=ffff ip=ffff  f=0000
VBE mode set: 4115
set VGA mode 115
enter handle_10:
   a=00004f03  b=00004115  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=00000000 di=00000000 bp=00000000 sp=00000800 cs=ffff ip=ffff  f=0000
VBE current mode=4115
enter handle_10:
   a=00004f10  b=00000401  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=00000000 di=00000000 bp=00000000 sp=00000800 cs=ffff ip=ffff  f=0000


More information about the SeaBIOS mailing list