Package: ovmf
Followup-For: Bug #1099500
X-Debbugs-Cc: noisyc...@tutanota.com

I am experiencing this bug with an arm64 Tails virtual machine. The current
release of Tails is based on Debian bookworm live, and the image I'm using
boots using bookworm's unsigned grub on the removable path 
(EFI/BOOT/BOOTAA64.EFI).
The VM's libvirt configuration is in attachment. Reverting to 2024.11-5 works
for me as well.

I'm raising severity of this bug to important. I believe this should actually
be an RC bug, but I'll leave it to the maintainer to decide whether to further
raise severity.

Thanks.
<domain type="kvm">
  <memory unit="KiB">2621440</memory>
  <currentMemory unit="KiB">2621440</currentMemory>
  <vcpu placement="static">2</vcpu>
  <os firmware="efi">
    <type arch="aarch64" machine="virt-7.2">hvm</type>
    <!-- UEFI secure boot conflicts with v4l2loopback -->
    <firmware>
      <feature enabled="no" name="enrolled-keys"/>
      <feature enabled="no" name="secure-boot"/>
    </firmware>
    <boot dev='cdrom'/>
  </os>
  <features>
    <acpi/>
    <gic version="3"/>
  </features>
  <cpu mode="host-passthrough" check="none"/>
  <clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-aarch64</emulator>
    <controller type="usb" index="0" model="qemu-xhci" />
    <controller type="virtio-serial" index="0" />
    <controller type="scsi" index="0" model="virtio-scsi" />
    <interface type="network">
      <alias name='net0'/>
      <mac address="52:54:00:ac:dd:ee"/>
      <source network="TailsToasterNet"/>
      <model type="virtio"/>
      <link state="down"/>
    </interface>
    <input type="keyboard" bus="usb"/>
    <input type="tablet" bus="usb" />
    <channel type="spicevmc">
      <target type="virtio" name="com.redhat.spice.0"/>
    </channel>
    <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
      <clipboard copypaste='yes'/>
      <mouse mode='client'/>
    </graphics>
    <sound model="ich6" />
    <video>
      <model type="virtio" vram="262144" heads="1" primary="yes"/>
      <address type="pci" domain="0x0000" bus="0x00" slot="0x02" 
function="0x0"/>
    </video>
    <memballoon model="virtio" />
  </devices>
</domain>

Reply via email to