qemu-arm
[Top][All Lists]
Advanced

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

[Qemu-arm] ARMv8 (aarch64) emulator


From: Benny Baraz
Subject: [Qemu-arm] ARMv8 (aarch64) emulator
Date: Mon, 25 Feb 2019 15:27:44 +0200

Hi,

I have to run ARMv8 (aarch64) emulator.

I have created an image centos7-arm.img with 
qemu-img create -f qcow2 centos7-arm.img 40G 

I run the qemu-system-aarch64 on Fedora on Xen.
(particularly 
qemu-system-aarch64 -boot d -cdrom /root/Download/QEMU/CentOS-7-aarch64-Minimal-1810.iso -m 8000 -hda  centos7-arm.img -machine virt
)

But there is a challenge - it answers
Unable to init server: Could not connect: Connection refused
gtk initialization failed

I see many people asked about but no answer has been found.

Alternatively I tried to run 
qemu-system-aarch64 -boot d -cdrom /root/Download/QEMU/CentOS-7-aarch64-Minimal-1810.iso -m 8000 -hda  centos7-arm.img -machine virt -curses

In this case there is just no prompt. 

Do you have any idea how I can solve it?



reply via email to

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