Qemu

Playing around with Qemu, a system emulator.

DSL
GUI
I managed to boot an Ubuntu Live CD, Ubuntu 7.10 Desktop, using Qemu. The result was a usable Linux desktop inside the emulator run from a terminal on my Fedora 8 desktop. Qemu wasn't installed so to install it I opened a terminal and typed

sudo yum install qemu

When that was finished I inserted the Ubuntu Live CD and issued the following as root

qemu -cdrom /dev/sr0 -m 512 &

Here's a few screen shots of it running.
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-1.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-2.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-3.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-4.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-5.png


Running Damn Small Linux under QEMU / Fedora 8

/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-DSL.png
/mywiki/Qemu?action=AttachFile&do=get&target=Screenshot-QEMU-DSL2.png


Qemu Launcher

This is a GUI for qemu called Qemu Launcher. To install it, open a terminal and type

sudo yum install qemu-launcher

Look under Applications > System Tools for Qemu Launcher.


Qemu (last edited 2008-04-13 08:03:21 by GlennJohnson)