qemu-discuss
[Top][All Lists]
Advanced

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

How should I give the command to install ubuntu on aarch64 virt machine?


From: ckim
Subject: How should I give the command to install ubuntu on aarch64 virt machine?
Date: Fri, 11 Jun 2021 15:04:04 +0900

Hello all,

 

To install ubuntu 20.04 on aarch64 virt machine, I tried this but it’s 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 can’t debug see the kernel program (because it’s .iso file) it’s very difficult to debug.

 

Thank you!

Chan Kim

 


reply via email to

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