You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start qemu with the command: virsh define xmlexample.xml, then I met the error:
Unable to complete install: 'internal error: process exited while connecting to monitor: qemu: could not load PC BIOS 'bios-256k.bin''
I find the related files, and none of them is link file:
/root/kvm-vmi/qemu/pc-bios/bios-256k.bin
/usr/share/seabios/bios-256k.bin
/usr/local/share/qemu/bios-256k.bin
I tried to use qemu args to set bios directory,while the error is still exist:
xml file details:
When I start qemu with the command: virsh define xmlexample.xml, then I met the error:
Unable to complete install: 'internal error: process exited while connecting to monitor: qemu: could not load PC BIOS 'bios-256k.bin''
I find the related files, and none of them is link file:
/root/kvm-vmi/qemu/pc-bios/bios-256k.bin
/usr/share/seabios/bios-256k.bin
/usr/local/share/qemu/bios-256k.bin
I tried to use qemu args to set bios directory,while the error is still exist:
xml file details:
qemu:commandline
<qemu:arg value='-L'/>
<qemu:arg value='/usr/local/share/qemu/'/>
<qemu:arg value='-chardev'/>
<qemu:arg value='socket,path=/tmp/introspector,id=chardev0,reconnect=10'/>
<qemu:arg value='-object'/>
<qemu:arg value='introspection,id=kvmi,chardev=chardev0'/>
</qemu:commandline>
0_ubuntu
2048
2048
2
hvm
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
/usr/local/bin/qemu-system-x86_64
The text was updated successfully, but these errors were encountered: