[virt-tools-list] bios file
chenhanxiao at cn.fujitsu.com
chenhanxiao at cn.fujitsu.com
Mon Apr 28 06:02:04 UTC 2014
> -----Original Message-----
> From: virt-tools-list-bounces at redhat.com
> [mailto:virt-tools-list-bounces at redhat.com] On Behalf Of Michael Markusch
> Sent: Sunday, April 27, 2014 9:02 PM
> To: virt-tools-list at redhat.com
> Subject: [virt-tools-list] bios file
>
> Hi,
>
> I am new in virt-manager. In the past I use qemu via shell with my own
> bios file:
>
> qemu -m 4000 -hda /media/xxx/QEMU/WIN7_qcow2.img -bios
> /usr/share/qemu/bios_fujitsu.bin
>
> How can I define this in the virt-manager guest gui? Or how can I pass
> through this option with the guest start?
>
Your can
a) use virt-install:
man virt-install
...
--boot loader=BIOSPATH
Use BIOSPATH as the virtual machine BIOS. Only valid for fully virtualized guests.
b)Or virsh command suggested by Richard.
c) If your virt-manager new enough, you can also use virt-xml like:
virt-xml DOMAN --edit --boot loader="/aa/bb/cc.bin"
But AFAIK, we could not do this by GUI.
Thanks,
- Chen
More information about the virt-tools-list
mailing list