1. 程式人生 > 其它 >kylin v10 報錯 unsupported configuration: ACPI requires UEFI on this architecture

kylin v10 報錯 unsupported configuration: ACPI requires UEFI on this architecture

問題現象:

ERROR    unsupported configuration: ACPI requires UEFI on this architecture
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///system start vm_kylinv10
otherwise, please restart your installation.

缺少 edk2-ovmf 包,

在 kylin v10 中安裝 yum install edk2-ovmf libvirt-daemon-driver-qemu -y

安裝後 修改 /etc/libvirt/qemu.conf 中,搜尋 aarch64 或者搜尋 /^#nvram

nvram = [
   "/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd",
   "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2/aarch64/vars-template-pflash.raw"
]

如果提示沒有,請在下面的 源中查詢

kylin v10 源
http://update.cs2c.com.cn:8080/NS/V10/V10SP1/os/adv/lic/base/aarch64/Packages/

參考連結:
https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU
https://www.pianshen.com/article/3445803119/

技術男一枚,喜歡做技術分享,把學習的過程,以及遇到問題的解決過程都願意分享給大家,部落格中如有不足,請留言或者聯絡博主,感謝。 郵箱: [email protected] Q Q: 601566386