• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

qemu does not launch : vnc server started

by admin

QEMU is a generic and open-source machine emulator and virtualizer. When used as a machine emulator, QEMU can run OSs and programs made for one machine (for example, an ARM board) on a different machine (for example, your own PC). QEMU is really its own virtualization solution that works in user space. Combining it with KVM speeds it up considerably, providing a robust hypervisor running at the kernel level.

The Problem

When qemu is launched from the command line the GUI of the virtual machine does not launch but only a message.

VNC server started at 127.0.0.1:5869

appears on the terminal.

The Solution

The problem most probably is because the sdl libraries have not been installed. Hence install the same using the package manager of your respective distro. For eg if you are running Debian(Ubuntu) based systems then run the following commands in the terminal.

$ sudo apt-get install libsdl1.2-dev

Now try running the qemu and GUI should appear.

Filed Under: Linux

Some more articles you might also be interested in …

  1. cradle sql: Manage Cradle SQL databases
  2. CentOS / RHEL : How to add a null route in Linux
  3. How to view file size/details from ls command in Unix
  4. burpsuit Command Examples in Linux
  5. journalctl Command Examples in Linux
  6. ansible-doc – Display information on modules installed in Ansible libraries
  7. CentOS / RHEL : How to find Logical volumes (LVs) contained in Physical Volume (PVs) in LVM
  8. a2disconf: command not found
  9. firebase – Test, manage, and deploy Firebase projects from the command-line
  10. flutter: Google’s free, open source, and cross-platform mobile app SDK

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright