blob: e81a8a6cd78681a9814fc6bcf3a52ae95e2d845a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
graphic: 0.876
device: 0.792
boot: 0.619
performance: 0.609
other: 0.503
vnc: 0.496
semantic: 0.489
permissions: 0.449
files: 0.432
socket: 0.416
network: 0.378
debug: 0.263
PID: 0.256
KVM: 0.025
QEMU UEFI for riscv64 failed to load my DIY bootloader due to unknown reason
Steps to reproduce:
1. [ProblematicBootLoader.zip](/uploads/21fcff0052dc2dd95bf4bba3f6ec8fb8/ProblematicBootLoader.zip) unpack this zipped file,create a fat.img which contains FAT32 file system,and then move the unpacked file in the zip to /EFI/BOOT/bootriscv64.efi.After that using xorriso to pack it.
2. Load the cdrom in libvirt(virt-manager) using SCSI/USB
3. Then wait for seconds and error will show(I don't why STORE_ACCESS_PAGE_FAULT occurs)
Additional information:
My full source code is in https://github.com/TYDQSoft/UEFIPascalOS.
You can get the instruction in the github to compile this problematic bootloader for testing.
x64,AArch64 was tested successfully,but riscv64 is always problematic in evert test times.
|