How to setup Vagrant for qemu UEFI boot

已查看 881 次
跳至第一个未读帖子

gloo

未读,
2018年2月23日 07:05:262018/2/23
收件人 Vagrant
Hey guys I'm quite new to Vagrant and trying to find a solution to use EFI bootloader for a qemu vm in Vagrant.
It seems to be possible to add the readonly part of EFI with 

config.vm.provider :libvirt do |libvirt|
  libvirt.loader = '/usr/share/OVMF/OVMF_CODE.fd' 

but how can I pass the writeable pflash OVMF_VARS.fd via Vagrant?
The libvirt storage options don't seem to allow pflash files as drive 

In qemu (packer) I use the following 2 lines to pass both files:

            [ "-drive", "file=OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on" ],
            [ "-drive", "file=OVMF_VARS.fd,if=pflash,format=raw,unit=1" ],

Any help would be appreciated.

Gloo

Alvaro Miranda Aguilera

未读,
2018年2月23日 15:58:022018/2/23
收件人 vagra...@googlegroups.com
Hello

Qemu is a community plugin, so if you don't get a reply here, the best will be check the documentation of the plugin and the source code to see if you can expose those details.


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/8bd83fb9-2e71-4cc5-a65a-a72109b094f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

dragon788

未读,
2020年4月6日 12:45:062020/4/6
收件人 Vagrant
This is a really old post but I also had the same question, I found in the README a very subtle hint on how to pass Custom Arguments directly to qemu for cases where the exposed options in the Vagrantfile don't map to what you need.

回复全部
回复作者
转发
0 个新帖子