Displaying 2 results from an estimated 2 matches for "15t14".
Did you mean:
1514
2020 May 15
2
Firmware auto-select limitation
...oader and nvram path than using auto-select ?
Just today, I encountered the issue of using firmware=“efi” on libvirt 5.4.0
I am running Ubuntu eoan 19.10, I am wondering how did it happen.
Detailed error
Error starting domain: internal error: process exited while connecting to monitor: 2020-05-15T14:19:06.033267Z qemu-system-x86_64: -drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on: Failed to lock byte 100
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper
callback(asyncjob, *args, **...
2020 May 15
0
Re: Firmware auto-select limitation
....0
If you specify the FW and NVRAM explicitly in the domain XML does this
not reproduce?
>
> I am running Ubuntu eoan 19.10, I am wondering how did it happen.
>
> *Detailed error *
> Error starting domain: internal error: process exited while connecting
> to monitor: 2020-05-15T14:19:06.033267Z qemu-system-x86_64: -drive
> file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on:
> Failed to lock byte 100
>
This error message comes from QEMU. Unfortunately, it doesn't say why
locking the file failed. Is there perhaps some additional info in...