All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1913619] [NEW] qemu-system-x86_64 -cdrom -nographic gives no output
@ 2021-01-28 16:39 buzz
  2021-01-28 17:35 ` [Bug 1913619] " Gerd Hoffmann
  0 siblings, 1 reply; 2+ messages in thread
From: buzz @ 2021-01-28 16:39 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Running 'sudo qemu-system-x86_64 -m 2048M -cpu host -cdrom github
/xvisor-bootable.iso -boot d -enable-kvm' will create a qemu window,
boot to a grub prompt and then boot the xvisor binary correctly.

Once I append -nographic to the command - after the user has selected
the grub boot binary, there is no further output.

I've tried various permutations with qemu options, but to no avail. It
would be great to have this working as it will permit scrolling back up
into the command history for reference and large data output.

QEMU emulator version 5.2.50 (v5.2.0-925-g7b09f12773)

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: nographic

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913619

Title:
  qemu-system-x86_64 -cdrom -nographic gives no output

Status in QEMU:
  New

Bug description:
  Running 'sudo qemu-system-x86_64 -m 2048M -cpu host -cdrom github
  /xvisor-bootable.iso -boot d -enable-kvm' will create a qemu window,
  boot to a grub prompt and then boot the xvisor binary correctly.

  Once I append -nographic to the command - after the user has selected
  the grub boot binary, there is no further output.

  I've tried various permutations with qemu options, but to no avail. It
  would be great to have this working as it will permit scrolling back
  up into the command history for reference and large data output.

  QEMU emulator version 5.2.50 (v5.2.0-925-g7b09f12773)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913619/+subscriptions


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 1913619] Re: qemu-system-x86_64 -cdrom -nographic gives no output
  2021-01-28 16:39 [Bug 1913619] [NEW] qemu-system-x86_64 -cdrom -nographic gives no output buzz
@ 2021-01-28 17:35 ` Gerd Hoffmann
  0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2021-01-28 17:35 UTC (permalink / raw)
  To: qemu-devel

The vga-to-serial redirection activated by -nographics works only for vgabios calls,
not for direct vga hardware access. grub2 uses the vgabios, the linux kernel doesn't.
You can edit the menu entry in grub and add "console=ttyS0" to the linux command line.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913619

Title:
  qemu-system-x86_64 -cdrom -nographic gives no output

Status in QEMU:
  Invalid

Bug description:
  Running 'sudo qemu-system-x86_64 -m 2048M -cpu host -cdrom github
  /xvisor-bootable.iso -boot d -enable-kvm' will create a qemu window,
  boot to a grub prompt and then boot the xvisor binary correctly.

  Once I append -nographic to the command - after the user has selected
  the grub boot binary, there is no further output.

  I've tried various permutations with qemu options, but to no avail. It
  would be great to have this working as it will permit scrolling back
  up into the command history for reference and large data output.

  QEMU emulator version 5.2.50 (v5.2.0-925-g7b09f12773)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913619/+subscriptions


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 16:39 [Bug 1913619] [NEW] qemu-system-x86_64 -cdrom -nographic gives no output buzz
2021-01-28 17:35 ` [Bug 1913619] " Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.