View previous topic :: View next topic |
Author |
Message |
leonchik1976 Apprentice

Joined: 24 Jan 2010 Posts: 223
|
Posted: Tue Sep 22, 2020 7:30 am Post subject: virt-install with UEFI |
|
|
when trying to create virtual machine with virt-install using "--boot uefi", i getting error:
"ERROR Did not find any UEFI binary path for arch 'x86_64'"
what am i missing?
thanks for your help! |
|
Back to top |
|
 |
alamahant l33t

Joined: 23 Mar 2019 Posts: 651
|
Posted: Tue Sep 22, 2020 10:31 am Post subject: |
|
|
Hi
Please install
 |
|
Back to top |
|
 |
leonchik1976 Apprentice

Joined: 24 Jan 2010 Posts: 223
|
Posted: Tue Sep 22, 2020 10:33 am Post subject: |
|
|
alamahant wrote: | Hi
Please install
 |
it's already installed |
|
Back to top |
|
 |
alamahant l33t

Joined: 23 Mar 2019 Posts: 651
|
Posted: Tue Sep 22, 2020 11:36 am Post subject: |
|
|
In
/etc/libvirt/qemu.conf
try appending in the end
Code: |
nvram = [
"/usr/share/edk2-ovmf/OVMF_CODE.fd:/usr/share/edk2-ovmf/OVMF_VARS.fd"
]
|
and see how it goes...
 |
|
Back to top |
|
 |
|