DescriptionRichard W.M. Jones
2020-05-08 13:44:23 UTC
Kernel doesn't boot on qemu, again. This time on aarch64.
The full log is attached, but the failure happens just as UEFI
enters the kernel:
EFI stub: Exiting boot services and installing virtual address map...
VirtioRngExitBoot: Context=0x7E567818
SetUefiImageMemoryAttributes - 0x000000007F600000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007C290000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007C240000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007C1F0000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007C150000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007C060000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007BF10000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x000000007BE70000 - 0x0000000000040000 (0x0000000000000008)
[crashes here with no other message]
kernel-core 5.7.0-0.rc4.20200507gita811c1fa0a02.1.fc33
Suggest using qemu-sanity-check, which was written as long
ago as 2013 and is made for automatically avoiding these
kinds of bugs.
https://people.redhat.com/~rjones/qemu-sanity-check/
Comment 1Richard W.M. Jones
2020-05-08 13:45:17 UTC