[vfio-users] Win7 install no longer working

Laszlo Ersek lersek at redhat.com
Wed Jan 3 18:18:41 UTC 2018


On 01/03/18 05:40, Mark wrote:
> Fedora 27, qemu-kvm 2.10.1-2.fc27, libvirt 3.7.0, edk2-ovmf 5.fc27.
> 
> This appears to be related to the VBE 'shim' for UEFI installs.  The
> installation process will not go past the windows flag screen.  It is the
> same win7 installation ISO that I've successfully been using for 2 years.
> If I remove the GPU passthrough and use regular qxl it will not proceed
> either.
> 
> qemu command:
> #!/bin/bash
> qemu-kvm \
> -vga qxl \
> -enable-kvm \
> -m 10240 \
> -cpu host,kvm=off \
> -smp 4,sockets=1,cores=4,threads=1 \
> -drive if=pflash,format=raw,readonly,file=/usr/share/edk2/ovmf/OVMF_CODE.fd
> \
> -drive if=pflash,format=raw,file=/home/m/7vm.fd \
> -vga cirrus \
> -device vfio-pci,host=01:00.0,bus=pci.0,addr=7,multifunction=on \
> -device virtio-scsi-pci,id=scsi \
> -boot menu=on \
> -drive file=/dev/mapper/lvm-win7,id=disk,format=raw,if=none \
> -drive file=/home/m/X17-58997.iso,id=virtiocd,if=none \
> -device ide-cd,bus=ide.1,drive=virtiocd \

You could be referring to the following edk2 build ("5.fc27"):

  edk2-20170209git296153c5-5.fc27
  https://koji.fedoraproject.org/koji/buildinfo?buildID=944595

The edk2 base for this build is almost a year old; please try a newer
build; for example

  edk2-20171011git92d07e4-2.fc28
  https://koji.fedoraproject.org/koji/buildinfo?buildID=1000604

or else the "edk2.git-ovmf-x64" package from

  https://www.kraxel.org/repos/jenkins/edk2/

Specifically, the following OVMF bug comes to mind (although I'm not
sure it applies to your setup -- you seem to be using i440fx, not q35):

  https://bugs.launchpad.net/qemu/+bug/1715700

The following was also Windows related:

  https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/1725560

Thanks
Laszlo




More information about the vfio-users mailing list