Results 1 to 2 of 2

Thread: Keyboard not working with Qemu emulation of Linux 5.19.8 kernel?

  1. #1
    Join Date
    Sep 2006
    Beans
    6

    Keyboard not working with Qemu emulation of Linux 5.19.8 kernel?

    I have built a custom kernel (5.19.8) and have tried running it with Qemu. I am able to launch a busybox shell, however the keyboard is not working.

    I thought I had done this in the past and did not need any additional parameters, but could be wrong.

    The command I am running is:
    qemu-system-x86_64 -kernel '../Downloads/linux-5.19.8/arch/x86_64/boot/bzImage' -initrd '../obj/initramfs-busybox-x86.cpio.gz' -m 512M -append "init=bin/sh"

    Any advice?

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Keyboard not working with Qemu emulation of Linux 5.19.8 kernel?

    My suggestion to try:
    Code:
    qemu-system-x86_64 -kernel  '../Downloads/linux-5.19.8/arch/x86_64/boot/bzImage' -initrd  '../obj/initramfs-busybox-x86.cpio.gz' -m 512M -append "init=bin/sh" -serial stdio -device usb-kdb

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •