similar to: CentOS 7.1 + KVM + OVMF for UEFI - can't reboot VM, only shutdown and start

Displaying 20 results from an estimated 9000 matches similar to: "CentOS 7.1 + KVM + OVMF for UEFI - can't reboot VM, only shutdown and start"

2018 Jul 17
1
[PATCH] uefi: add non-deprecated Fedora paths for OVMF w/ secboot
Add new paths for the Secure Boot variant of OVMF as found in Fedora. --- generator/UEFI.ml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/generator/UEFI.ml b/generator/UEFI.ml index 1ff3f84d2..bca3fa1ae 100644 --- a/generator/UEFI.ml +++ b/generator/UEFI.ml @@ -52,6 +52,12 @@ let firmware = [ "/usr/share/edk2/ovmf/OVMF_VARS.fd", []; + "x86_64", +
2014 Nov 19
2
pxelinux 6.03 in UEFI qemu/tianocore/ovmf: does not work
Hello. I played with UEFI PXE booting the other day, and as usual, used qemu/kvm virtual machine for initial testing/debugging, because it is way easier and faster for this task than using a real hardware. However, it looks like either qemu or {pxe,sys}linux 6.03 is buggy, -- the two does not play well together. When booting, the system successfully loads syslinux.efi, at least the tftp server
2018 Aug 28
0
OVMF / UEFI boot abnormally
Hey guys, today I use ovmf to start win10 guests, my monitor is not bright But is it normal for me to use seabios? why? The next message is my detailed settings. ovmf: os: <loader readonly='yes' type='pflash'>/root/OVMF_CODE.fd</loader> <nvram>/root/OVMF_VARS.fd</nvram> vga: <qemu:arg value='-device'/>
2019 Jan 18
1
stuck in pxe loop from uefi + tianocore/ovmf
Hello all, hope all is well Was wondering if I'm doing something wrong/missing something. I have pxe+tftp+uefi working between 2 vms. However after the build is done and I reboot, I still come up to pxe b/c tianocore always starts, from what I've seen, with trying PXE first. Great for initial builds :) but I would like to it stop after. In the xml I am pointing to the disk to boot first.
2013 Mar 18
2
[PATCH v2] tools/firmware: Fix ovmf build with gcc version different from 4.4
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- tools/firmware/ovmf-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile index c3cd466..073ed44 100644 --- a/tools/firmware/ovmf-makefile +++ b/tools/firmware/ovmf-makefile @@ -10,7 +10,7
2012 Nov 26
0
How to set GCC version for ovmf compilation
Hi all I''m trying to compile xen tools with OVMF firmware, but the compilation fails due to the hardcoded use of gcc44 for OVMF. If I download the EDK2 source I get the same error if I set gcc to 4.4 but actually have 4.7, however, a patch is available for gcc47. I have tried to install both gcc46 and get the same error. I also tried gcc44 by instead get a python error. Gcc46 and gcc47
2017 Oct 04
0
"Error starting domain: Path '/usr/share/OVMF/OVMF_CODE.fd' is not accessible"
Recently upgraded my centOS 7 host, and was giving this error after trying to start the guest VM with virt-manager from my desktop: "Error starting domain: Path '/usr/share/OVMF/OVMF_CODE.fd' is not accessible, no such file or directory" I was told on irc that the OVMF package is now part the base centOS repos, so it replaced the installed OVMF package from the repo
2017 Feb 08
1
Re: Trouble moving OVMF guest to new host
On Wed, 2017-02-08 at 20:13 +0300, Aleksei wrote: > I'm running libvirt in user session and libvirt creates VARS part of OVMF in ~/.config/libvirt/qemu/nvram/ > Check your xml, there should be lines like this: > <os> >     <type arch='x86_64' machine='pc-q35-2.7'>hvm</type> >     <loader readonly='yes'
2017 Feb 08
3
Trouble moving OVMF guest to new host
Hello, I recently had to reinstall my operating system on my computer. I made a backup of the entire partition beforehand onto an external drive. Now I am trying to import a VM from that backup onto the newly installed system. What I've done so far: - copied over the qcow2 disk image - copied over the XML config file - copied over the OVMF files under /usr/share/edk2.git/ovmf-x64/
2013 Oct 31
7
[PATCH] tools: ovmf debug build only if tools debug is enabled
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> --- tools/firmware/ovmf-makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile index 073ed44..efb4fb1 100644 --- a/tools/firmware/ovmf-makefile +++ b/tools/firmware/ovmf-makefile @@ -1,3 +1,6 @@ +XEN_ROOT = $(CURDIR)/../../.. +include
2015 Apr 07
0
syslinux.efi with QEMU/OVMF
On 04/07/15 19:22, BALATON Zoltan wrote: > Hello, > > I'm trying to find out how to pxe boot with syslinux.efi on QEMU with > OVMF. After getting through the initial hurdle caused by the iPXE based > option ROM included with QEMU having a problem as described in these > threads: > > http://www.syslinux.org/archives/2014-November/022804.html >
2015 Apr 13
0
syslinux.efi with QEMU/OVMF
On Thu, 9 Apr 2015, BALATON Zoltan via Syslinux wrote: > So now it seems the problem may be in OVMF somewhere but how to find it? EDK2 Just for the record, in case someone is reading this thread, the failing http connection with syslinux.efi on QEMU with OVMF was caused by a bug in OVMF that was corrected with this patch: http://sourceforge.net/p/edk2/mailman/message/33771836/ merged in
2012 Mar 21
4
Can not boot the OVMF
Hi Attilio I have updated to the upstream Xen and try to boot into OVMF bios. Instead of fetching the OVMF code from the git mirror, I just copy the OVMF bios to ovmf directory. I use the bios="ovmf" in the HVM config file. But, there is an error when I create the domain. root@gavin-laptop:~# xl create hvm_ubuntu.hvm Parsing config file /root/hvm_ubuntu.hvm WARNING: specifying
2011 Jul 22
1
[PATCH 3 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
[This email is either empty or too large to be displayed at this time]
2015 Jun 12
0
pxelinux 6.03 in UEFI qemu/tianocore/ovmf: does not work
Replying to http://www.syslinux.org/archives/2014-November/022804.html . After about half a year there's a solution to this problem, outlined here: http://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg05348.html It looks like the bugs are in ipxe. The two patches for ipxe are now part of qemu source now so qemu should come with working ipxe roms which allows booting over network in
2019 Apr 30
0
CESA-2019:0809 Important CentOS 7 ovmf Security Update
CentOS Errata and Security Advisory 2019:0809 Important Upstream details at : https://access.redhat.com/errata/RHSA-2019:0809 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 545824b78aea87bcf90ff9b6d2cc79a912ff268a85ddba21ebce7cfa6b6ba17a OVMF-20180508-3.gitee3198e672e2.el7_6.1.noarch.rpm Source:
2013 Nov 19
0
[PATCH RFC v2 0/7] Make OVMF fully working with Xen
Hi all Manage to pull together another prototype without any hack in it. The first patch adds PcdPciAllowFullEnumeration in MdeModulePkg, which short-cuts full enumeration if set to false. This one should be helpful to QEMU as well. This patch set should work with QEMU / KVM as well (read: doesn''t break). The code path is the same as before if Xen is not detected. Comments are
2015 Apr 08
3
syslinux.efi with QEMU/OVMF
On Tue, 7 Apr 2015, Laszlo Ersek wrote: > Whereas syslinux.efi apparently uses the embedded gpxe/ tree, and that > one uses TCP timestamps. See tcp_xmit() in gpxe/src/net/tcp.c: Actually syslinux.efi seems to be using the implementation calling into UEFI via these functions: http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/efi/tcp.c I've tried to add debug messages to these
2015 Aug 03
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
On 08/03/2015 01:43 PM, Ryan Barry wrote: > Using: > > edk2.git-0-20150803.b1141.ga0973dc.x86_64 > edk2.git-ovmf-x64-0-20150802.b1139.gb234418.noarch > > On Fedora 22. > > Provisioning a i440FX system in virt-manager and attempting to boot > results in successful EFI initialization, but the VM exits ungracefully > after the bootloader (with F22 and CentOS 7
2017 Mar 29
9
Bug#858962: Request: enable OVMF at build time in 4.8 as it does not require non-free anymore
Package: src:xen Version: 4.8.1~pre.2017.01.23-1 Severity: wishlist Dear Maintainer, In Xen 4.8 it is possible to enable OVMF without the need for any OVMF code or binary to be on the system. Currently, OVMF is not enabled, probably because it used to require OVMF at compile time which would make for a hard dependency on non-free code. Since this is no longer the case, you could make it a