[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Kernel panic - not syncing: Unable to initialise architected timer :
From: |
Peter Maydell |
Subject: |
Re: Kernel panic - not syncing: Unable to initialise architected timer : unable to boot Android 14 with qemu-system-aarch64 on Ubuntu 24.04 X64 bit |
Date: |
Wed, 11 Sep 2024 11:19:25 +0100 |
On Wed, 11 Sept 2024 at 01:02, Mario Marietto <marietto2008@gmail.com> wrote:
>
> Hello to everyone.
(Please trim your quoted text and don't top-post: it makes emails
a pain to read.)
> qemu-system-aarch64-headless: Unable to determine GIC version supported by
> host
This suggests your host kernel is either too old or does not have the
VGIC support compiled into it. (QEMU produces this message if it
asks the host kernel "please create a vGICv3" and that fails and
then it asks "please create a vGICv2" and that also fails.)
-- PMM