I can reproduce using RHEL 8.7 with the 2022.11 efi, the exact error message (after grub, never changes) is:

"""
Synchronous Exception at 0x00000000FBD7728C


Synchronous Exception at 0x00000000FBD7728C
"""

If I downgrade to 2022.8 this installs and runs fine, but if I then upgrade to 2022.11 it won't boot, note that even with 2022.11 it seems to install ok, just won't boot afterwards:

virt-install \
--name=rhel8_aarch64 \
--os-variant=rhel8.7 \
--arch aarch64 \
--cpu cortex-a72 \
--vcpus 2 \
--memory 4096 \
--disk path=/tmp/rhel8_aarch64.qcow2,size=10,format=qcow2,sparse=true,bus=scsi,discard=unmap \
--controller type=scsi,model=virtio-scsi \
--network bridge=br0,model=virtio \
--channel unix,target_type=virtio,name=org.qemu.guest_agent.0 \
--graphics none \
--metadata title="RHEL 8.7 (aarch64)" \
--location /tmp/rhel-8.7-aarch64-dvd.iso \
--extra-args='inst.ks=file:rhel8_aarch64.cfg' \
--initrd-inject=rhel8_aarch64.cfg \
--boot loader=/usr/share/AAVMF/AAVMF_CODE.fd,loader_ro=yes,loader_type=pflash,nvram.template=/usr/share/AAVMF/AAVMF_VARS.fd

Switching between 2022.8 or 2022.11 versions of AAVMF_VARS.fd makes no difference, so it seems its specifically a problem with AAVMF_CODE.fd

Regards.

--
Simon John

Reply via email to