Displaying 3 results from an estimated 3 matches for "alpine_rpi4_dev_machin".
Did you mean:
alpine_rpi4_dev_machine
2019 Dec 26
2
aarch64 vm doesn't boots
Greetings,
I'm trying to bring up a alpine rpi aarch64 image within kvm but I'm ended up with a stuck system, here is the xml:
<domain type='qemu'>
<name>alpine_rpi4_dev_machine</name>
<uuid>b1b155fc-cb92-4f22-8904-c934dd24415b</uuid>
<memory unit='KiB'>4194304</memory>
<currentMemory unit='KiB'>4194304</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='...
2020 Jan 06
0
Re: 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 aarch64 image within kvm but I'm ended up with a stuck system, here is the xml:
[...]
> generated using this cmd:
> virt-install --cpu cortex-a53 --name alpine_rpi4_dev_machine --cdrom ./alpine-virt-3.11.2-aarch64.iso --disk path=alpine-rpi4.qcow2,size=8 --vcpus 4 --memory 2048 --os-type linux --arch aarch64
>
> I've tried adding a vnc server and vga device but the screen stays black, qxl doesn't work.
> I'm using ubuntu 16.04 with libvirt 1.3.1, if...
2020 Jan 06
2
Re: aarch64 vm doesn't boots
...2019-12-26 at 09:00 +0100, daggs wrote:
> > Greetings,
> >
> > I'm trying to bring up a alpine rpi aarch64 image within kvm but I'm ended up with a stuck system, here is the xml:
> [...]
> > generated using this cmd:
> > virt-install --cpu cortex-a53 --name alpine_rpi4_dev_machine --cdrom ./alpine-virt-3.11.2-aarch64.iso --disk path=alpine-rpi4.qcow2,size=8 --vcpus 4 --memory 2048 --os-type linux --arch aarch64
> >
> > I've tried adding a vnc server and vga device but the screen stays black, qxl doesn't work.
> > I'm using ubuntu 16.04 with lib...