NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/59769: Booting 10.1/amd64 from qemu, keyboard input at boot menu doesn't work
The following reply was made to PR port-amd64/59769; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-amd64/59769: Booting 10.1/amd64 from qemu, keyboard input
at boot menu doesn't work
Date: Sun, 16 Nov 2025 23:02:06 +0000 (UTC)
On Sun, 16 Nov 2025, riz%tastylime.net@localhost wrote:
>> Description:
> When booting a virtual machine under qemu 10.1.0 like so:
>
> qemu-system-x86_64 -cdrom boot-com.iso -nographic
>
> ... the bootloader splash screen does not get any keyboard input.
>
Use the other ISO, `boot.iso'. If you want to use the serial-port ISO, use a
simulated serial-port along with `-display none':
$ qemu-system-x86_64 -cdrom /tmp/boot-com.iso -display none -serial mon:stdio
-RVP
Home |
Main Index |
Thread Index |
Old Index