qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How should I give the command to install ubuntu on aarch64 virt mach


From: ckim
Subject: RE: How should I give the command to install ubuntu on aarch64 virt machine? (error in arm_gicv3_cpuif.c during boot)
Date: Fri, 11 Jun 2021 15:39:53 +0900

 

I tried this page : https://futurewei-cloud.github.io/ARM-Datacenter/qemu/how-to-launch-aarch64-vm/

(last time my OS version was low so couldn’t try).

To my delight, It gives me grub2 menu and after a short while, it gives me this error message.

 

ERROR:/home/ckim/prj1/QEMU/qemu-5.1.0/hw/intc/arm_gicv3_cpuif.c:1375:icc_eoir_write: code should not be reached

Bail out! ERROR:/home/ckim/prj1/QEMU/qemu-5.1.0/hw/intc/arm_gicv3_cpuif.c:1375:icc_eoir_write: code should not be reached

Aborted (core dumped)

 

I tried with both with the recent patch to hw/intc/arm_gicv3_cpuif.c and without.

Don’t the developers need have a look into this case?

 

Chan Kim

 

From: ckim@etri.re.kr <ckim@etri.re.kr>
Sent: Friday, June 11, 2021 3:04 PM
To: 'qemu-discuss@nongnu.org' <qemu-discuss@nongnu.org>
Subject: How should I give the command to install ubuntu on aarch64 virt machine?

 

Hello all,

 

To install ubuntu 20.04 on aarch64 virt machine, I tried this but its stuck.

 

I made the disk image using :

qemu-img create -f qcow2 ubuntu-20.04.2-live-server-arm64.img.qcow2.

 

And then did :

qemu-system-aarch64 \

    -M virt -cpu cortex-a72 \

    -cdrom ubuntu-20.04.2-live-server-arm64.iso \

    -drive "file=ubuntu-20.04.2-live-server-arm64.img.qcow2,format=qcow2" \

    -m 2G \

    -smp 2 \

;

 

Can anyone tell me what command option I should add or fix?

And because I cant debug see the kernel program (because its .iso file) its very difficult to debug.

 

Thank you!

Chan Kim

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]