[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QEMU unexpectedly closed the monitor
From: |
Peter Maydell |
Subject: |
Re: QEMU unexpectedly closed the monitor |
Date: |
Wed, 31 Jul 2024 11:29:01 +0100 |
On Wed, 31 Jul 2024 at 10:52, Alex Bennée <alex.bennee@linaro.org> wrote:
> You then need to manually strip out all the various chardevs for libvirt
> control sockets and you can an equivalent command line you can run from
> the console. One thing that did jump out as a bit weird to me was:
>
> -rtc base=utc -no-shutdown -no-acpi -boot strict=on \
> -kernel /home/realm/Image-v6.10 \
> -initrd /home/realm/rootfs.cpio \
> -append 'earlycon console=ttyAMA0 rdinit=/sbin/init rw root=/dev/vda acpi=on'
Also worth checking here I guess is whether virt-install
is running QEMU as a user which doesn't have access to
the /home/realm/Image-v6.10 etc files -- are they world
readable?
thanks
-- PMM