From the commit b208b4ab0fc314c800ef0d3d3f9cd4e31443212a (`master~1`, currently),
The image fails to boot for my machine (AMD Ryzen 2700X, Archlinux):
```
$ qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -machine virtualization=true -kernel out/reference/qemu_aarch64_clang/hafnium.bin -initrd initrd.img -append "rdinit=/sbin
/init"
Initialising hafnium
Found PSCI version: 0x2
text: 0x40001000 - 0x4000b318
rodata: 0x4000c000 - 0x4000ce80
data: 0x4000d000 - 0x40078e70
Supported bits in physical address: 44
Stage 2 has 4 page table levels with 1 pages at the root.
Memory range: 0x40000000 - 0x47ffffff
Ramdisk range: 0x44000000 - 0x4550d7ff
Copying primary to 0000000040280000
Loading vmlinuz
Kernel is larger than available memory
Loading vmlinuz
Kernel is larger than available memory
Hafnium initialisation completed
Unknown current sync exception pc=0x40002af0, esr=0x2000000, ec=0x0
Panic: EL2 exception
```
I created vmlinuz and a busybox userland vmfrom the repo's documentation.
My `vms.txt` is:
```
2097152 2 vmlinuz
2097152 4 vmlinuz
```
Did anyone experienced the same problem with mine? Thank you in advance!
Best,
Jeehoon