[libvirt-users] how to configure seabios with libvirt

Michal Privoznik mprivozn at redhat.com
Thu Jan 5 06:23:07 UTC 2017


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




More information about the libvirt-users mailing list