[libvirt-users] how to configure seabios with libvirt

27 Dec
2016
27 Dec
'16
10:36 a.m.
Hi: Anyone knows how to configure seabios with libvirt? Or Can I configure seabios in XML file? I know that could configre seabios with "qemu-system-x86_64 -fw_cfg",but how to with libvirt? thanks! dw

5 Jan
5 Jan
6:23 a.m.
On 12/27/2016 11:36 AM, dw wrote:
Hi:
Anyone knows how to configure seabios with libvirt?
Or Can I configure seabios in XML file?
You want to use: <domain type='qemu'> <name>test</name> <os> <type arch='i686' machine='pc'>hvm</type> <loader>/usr/share/seabios/bios.bin</loader> <boot dev='hd'/> <bootmenu enable='yes'/> <bios useserial='yes'/> </os> ... </domain> http://libvirt.org/formatdomain.html#elementsOSBIOS Michal
3164
Age (days ago)
3173
Last active (days ago)
1 comments
2 participants
participants (2)
-
dw
-
Michal Privoznik