Displaying 2 results from an estimated 2 matches for "loader_secure".
2020 Jan 06
2
Re: aarch64 vm doesn't boots
Greetings Andrea,
> Sent: Monday, January 06, 2020 at 11:37 AM
> From: "Andrea Bolognani" <abologna@redhat.com>
> To: daggs <daggs@gmx.com>, libvirt-users@redhat.com
> Subject: Re: [libvirt-users] aarch64 vm doesn't boots
>
> On Thu, 2019-12-26 at 09:00 +0100, daggs wrote:
> > Greetings,
> >
> > I'm trying to bring up a alpine rpi
2020 Jan 07
0
Re: aarch64 vm doesn't boots
...rt-3.11.2-aarch64.iso \
--disk size=8 \
--vcpus 4 \
--memory 2048 \
--os-variant alpinelinux3.8 \
--arch aarch64 \
--boot loader=/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw,loader.readonly=yes,loader.type=pflash,nvram.template=/usr/share/edk2/aarch64/vars-template-pflash.raw,loader_secure=no
The '--boot ...' part is only necessary because of an issue in
current libvirt that's already being worked on.
Here's the full XML:
<domain type='qemu'>
<name>alpine-aarch64</name>
<uuid>e4b687d8-b535-436a-bee7-fac688d3d1b4</uuid>...