-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booting ARM using EFI #44
Comments
Hi @LJKingd, well, actually we were able to start Xen using this method on QEMU not so long ago. Also, I am quite sure that OP-TEE CI uses Xen on QEMU with UEFI boot. You can check for scripts here: https://github.com/OP-TEE/build/blob/master/qemu_v8.mk What problem are you facing? I believe most common issue is that UEFI does not boots in EL2... |
hello @lorc Thank you for your reply. I used this command, but I can't see any output. qemu-system-aarch64 |
@lorc hello, I encountered the following problem when using UEFI to boot on qemu - arm. |
Hmm, this is quite strange. Looks like
Could you try this way? Of course, you will need to supplement your local Xen image, Dom0 kernel image and rootfs image. |
@lorc hello Thank you very much for your reply. Let me introduce my process. I couldn't get the UEFI menu to show up using the UEFI startup method provided by Xen. So I used this method to create a basic environment with a UEFI partition: first inter debian: second: Then execute it using the following command: qemu-system-aarch64 -M virt Select in the boot menu. |
There's one more question to consult. Excuse me. Where can I obtain reliable documents for Xen on ARM? A lot of the wiki on the official website is out - of - date. @lorc |
Excuse me for bothering you with a question. Currently, I can't find any feasible methods online to start Xen hyper in UEFI mode on ARM. Could you please give me some guidance? The article on Wiki about this is already out of date, and I failed when following the methods it provided.
https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/qemu-system-aarch64
@lorc
The text was updated successfully, but these errors were encountered: