Displaying 20 results from an estimated 8000 matches similar to: "Virtualized Server 2008R2 can't boot with multi-core"
2016 Mar 04
0
Sharing virtualizing physical Server 2008R2 experience on CentOS 7
Not as smooth an experience as I had assumed it would be after a test
run with a clean install worked perfectly. So figured I would share
the experience in case anybody else runs into similar situation since
not all information are consolidated in a single place.
Physical machine in question is a 4yr W2008R2 server (non-raided!)
running custom app from defunct developer which is why I am
2020 Oct 13
0
Re: unable to find any master var store for loader error
On 10/12/20 10:52 PM, daggs wrote:
> Greetings,
>
> I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
> /etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
> # ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd
2020 Oct 13
0
Re: unable to find any master var store for loader error
On 10/13/20 2:25 PM, daggs wrote:
> Greetings Michal,
>
>> Sent: Tuesday, October 13, 2020 at 2:51 PM
>> From: "Michal Privoznik" <mprivozn@redhat.com>
>> To: "daggs" <daggs@gmx.com>, libvirt-users@redhat.com
>> Subject: Re: unable to find any master var store for loader error
>>
>> Hey,
>>
>> I'll paste the
2020 Oct 13
0
Re: unable to find any master var store for loader error
On Mon, Oct 12, 2020 at 10:52:25PM +0200, daggs wrote:
>Greetings,
>
>I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
>/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
># ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd
2020 Oct 12
4
unable to find any master var store for loader error
Greetings,
I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
# ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd
-rw-r--r-- 1 root
2020 Oct 13
2
Re: unable to find any master var store for loader error
Greetings Michal,
> Sent: Tuesday, October 13, 2020 at 2:51 PM
> From: "Michal Privoznik" <mprivozn@redhat.com>
> To: "daggs" <daggs@gmx.com>, libvirt-users@redhat.com
> Subject: Re: unable to find any master var store for loader error
>
> Hey,
>
> I'll paste the interesting part of domain XML here so that it doesn't
> get lost:
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'
2016 Feb 07
1
GPU passthrough failed to find romfile
Hello guys,
this drives me insane. I am trying to pass romfile of my GPU for UEFI boot
This is an error I am getting :
[root@brutus-coreos opt]# virsh start winos1
error: Failed to start domain winos1
error: internal error: early end of file from monitor: possible problem:
2016-02-07T16:56:09.358285Z qemu-system-x86_64: -device
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/
2016 Mar 24
0
Re: uefi built from tiancore via edk2 can't persist boot changes
On 03/21/16 19:53, jsl6uy js16uy wrote:
> Apologies if this has been gone over, but I believe I have checked the
> intertubes more than a bit.....
>
> I am using libvirt and have vms booting under an OVMF.fd to use an efi
> firmware. I can create vms, linux ubuntu, and they will boot up.
> However, everytime I reboot am I dropped into the default efi shell
> provide by the
2019 Jul 09
1
qemu uefi boot
I am trying to play with qemu uefi booting...
I found the OVMF package and installed it.
I added the "-bios /usr/share/OVMF/OVMF_CODE.secboot.fd" to my command line.
when running it says cannot load "/usr/share/OVMF/OVMF_CODE.secboot.fd"
The file is there. I'm trying this on CentOS 7.6
How do I correctly boot UEFI with qemu ?
Thanks
Jerry
2018 Apr 20
1
[PATCH] uefi: remove last references to kraxel's old edk2 builds
Commit 889386f8c6088e57fd68f2bb6bf85f69ecfc6f6c removed most of them
already, so remove the last ones, and the supporting code.
---
generator/UEFI.ml | 6 ------
v2v/utils.ml | 1 -
2 files changed, 7 deletions(-)
diff --git a/generator/UEFI.ml b/generator/UEFI.ml
index 5161e28ee..1ff3f84d2 100644
--- a/generator/UEFI.ml
+++ b/generator/UEFI.ml
@@ -30,12 +30,6 @@ open Docstrings
(* Order
2016 Apr 20
1
Re: uefi built from tiancore via edk2 can't persist boot changes
Thanks VERY MUCH for all the info and help!
Apologies for the extreme delay. I got distracted by other threads that
forced out this work to later date. Also some frustration as well. ;)
I completely missed this update. Apologies and thanks
Will be diving back into this shortly!
On Thu, Mar 24, 2016 at 3:57 PM, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/21/16 19:53, jsl6uy js16uy
2018 Jun 25
1
Installing support for q35 chipset
Hello
I have recently had to reinstall Centos 7.5 to on host computer. I have
not be able to set-up qemu to support the q35 chip set. I have several
virtual machines that require q35. This is not my first install, I have
configured libvirt on many machines in the past, it just worked, it has
not required any manual configuration.
[root at sj aadmin]# /usr/libexec/qemu-kvm -machine help
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",
+
2020 May 15
2
Firmware auto-select limitation
Hi everyone and Martin
I would like to confirm the conversation we had in regard the possible limitation of firmware auto-select feature that’s been released since v5.20. I recall you saying that there were a lot of issues with auto select and later they shipped it into a Json file , it still didn’t solve all the problems, did it?
Is it better to explicitly specify the loader and nvram path
2015 Aug 04
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
On 08/03/2015 10:47 PM, Martin Kletzander wrote:
> On Mon, Aug 03, 2015 at 03:39:30PM -0700, Ryan Barry wrote:
>> 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
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
2015 Aug 06
0
Re: Cannot boot libvirt guests with OVMF. Raw qemu-kvm works as expected
On 08/06/2015 08:08 AM, Martin Kletzander wrote:
> On Tue, Aug 04, 2015 at 07:11:29AM -0700, Ryan Barry wrote:
>> On 08/03/2015 10:47 PM, Martin Kletzander wrote:
>>> On Mon, Aug 03, 2015 at 03:39:30PM -0700, Ryan Barry wrote:
>>>> On 08/03/2015 01:43 PM, Ryan Barry wrote:
>>>>> Using:
>>>>>
>>>>>