FG
💻 Software

Qemu in an ssh session or the quest for the nographic option?

Fresh5 days ago
Mar 15, 202617881 views
Confidence Score0%
0%

Problem

I ssh to a machine and I would like to start a qemu session inside this ssh session. I thought that the nographic option would do the trick. -nographic Normally, QEMU uses SDL to display the VGA output. With this option, you can totally disable graphical output so that QEMU is a simple command line…

Error Output

qemu-system-x86_64  -hda debian.img -nographic

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Qemu in an ssh session or the quest for the nographic option?

Low Risk

My bad, the -curses option seems to do the trick for what i want to do.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment