O QEMU não inicializa o arquivo iso no UEFI

1

O problema

Eu gostaria de executar uma iso do Windows 8.1 dentro do QEMU KVM. Para isso, fiz o download dos arquivos OVMF necessários (em aqui ). Eu posso inicializar com êxito um Windows 10 no modo UEFI, mas com as mesmas configurações, parece que não consigo fazer o mesmo com a versão 8.1. Eu verifiquei o arquivo iso para dicas, mas de acordo com dumpet não tem problema algum:

%./dumpet -i Windows_8.1.iso 


Validation Entry:
    Header Indicator: 0x01 (Validation Entry)
    PlatformId: 0x00 (80x86)
    ID: "Microsoft Corporation"
    Checksum: 0x494c
    Key bytes: 0x55aa
Boot Catalog Default Entry:
    Entry is bootable
    Boot Media emulation type: no emulation
    Media load segment: 0x0 (0000:7c00)
    System type: 0 (0x00)
    Load Sectors: 8 (0x0008)
    Load LBA: 5184 (0x00001440)
Section Header Entry:
    Header Indicator: 0x91 (Final Section Header Entry)
    PlatformId: 0xef (EFI)
    Section Entries: 1
    ID: ""
Boot Catalog Section Entry:
    Entry is bootable
    Boot Media emulation type: no emulation
    Media load address: 0 (0x0000)
    System type: 0 (0x00)
    Load Sectors: 1 (0x0001)
    Load LBA: 2156 (0x0000086c)

Eu também tentei verificar a diferença entre os resultados do dumpet das duas versões do Windows:

Validation Entry:                       Validation Entry:
    Header Indicator: 0x01 (Validation Entry)           Header Indicator: 0x01 (Validation Entry)
    PlatformId: 0x00 (80x86)                    PlatformId: 0x00 (80x86)
    ID: "Microsoft Corporation"                 ID: "Microsoft Corporation"
    Checksum: 0x494c                        Checksum: 0x494c
    Key bytes: 0x55aa                       Key bytes: 0x55aa
Boot Catalog Default Entry:                 Boot Catalog Default Entry:
    Entry is bootable                       Entry is bootable
    Boot Media emulation type: no emulation             Boot Media emulation type: no emulation
    Media load segment: 0x0 (0000:7c00)             Media load segment: 0x0 (0000:7c00)
    System type: 0 (0x00)                       System type: 0 (0x00)
    Load Sectors: 8 (0x0008)                    Load Sectors: 8 (0x0008)
    Load LBA: 5184 (0x00001440)               |     Load LBA: 546 (0x00000222)
Section Header Entry:                       Section Header Entry:
    Header Indicator: 0x91 (Final Section Header Entry)     Header Indicator: 0x91 (Final Section Header Entry)
    PlatformId: 0xef (EFI)                      PlatformId: 0xef (EFI)
    Section Entries: 1                      Section Entries: 1
    ID: ""                              ID: ""
Boot Catalog Section Entry:                 Boot Catalog Section Entry:
    Entry is bootable                       Entry is bootable
    Boot Media emulation type: no emulation             Boot Media emulation type: no emulation
    Media load address: 0 (0x0000)                  Media load address: 0 (0x0000)
    System type: 0 (0x00)                       System type: 0 (0x00)
    Load Sectors: 1 (0x0001)                    Load Sectors: 1 (0x0001)
    Load LBA: 2156 (0x0000086c)               |     Load LBA: 548 (0x00000224)

O arquivo .iso contém os seguintes arquivos:

%tree -L 2 /mnt    

├── autorun.inf
├── boot
│   ├── bcd
│   ├── bootfix.bin
│   ├── boot.sdi
│   ├── bootsect.exe
│   ├── en-us
│   ├── etfsboot.com
│   ├── fonts
│   ├── memtest.exe
│   └── resources
├── bootmgr
├── bootmgr.efi
├── efi
│   ├── boot
│   └── microsoft
├── setup.exe
├── sources
│   ├── *MANY .dll FILES*
└── support
    └── logging

Pergunta

Devo tentar uma iso diferente, pois isso está corrompido ou o problema está relacionado à própria VM?

    
por FloriOn 12.08.2015 / 12:10

0 respostas