Thomas Pircher wrote:
root@grumpel:/tmp/ovmf# tar -tf data.tar.xz | ./ | ./usr/share/OVMF/OVMF.amdsev.fd | ./usr/share/ovmf/OVMF.fd
Oh, it turns out the files are there on my machine, they are just in directories with differing capitalisation.
virt-install expects them in /usr/share/ovmf while the ovmf package places them in /usr/share/OVMF.
Now I need to figure out which package is wrong. Anyone dares a guess? Thanks, Thomas