Tuesday January 04, 2005 at 21:27
Subject: qemu
Keywords:
Emulator, Tech, Testing
Posted by: Kevin Fenzi
Related entries:Turtles all the way down. by Sean Reifschneider, Friday February 04, 2005 at 22:35
Qemu Kernel Accelerator for Fedora Core 4 by Scott Kleihege, Wednesday August 17, 2005 at 17:48
I have been working on putting together a Morphix based
live cd/distro recently. I found that instead of burning lots of cd's for testing changes,
there is a VERY handy emulator out there called
qemu. Here's some handy information on it:
If you are running a Fedora based system, you
can grab a qemu rpm from the
DAG rpm repository ,
HERE.
Once you install the pretty tiny rpm, you are ready for some testing.
You can run qemu with various flags (see 'man qemu' for the list), but the handy
ones in testing are:
(Post Reply)
- qemu -cdrom (cdrom-bootable-image-file.iso)
- qemu -fda (bootable floppy image.img)
(Post Reply)
| Comment |
Joe VanAndel Subject: instructions for building bootable Linux CDs |
Qemu sounds very useful.
Where can I find instructions on how to build my own bootable Linux CD with custom utilities on it? For example, I might want to build a bootable CD with 'kdar' on it, for restoring my system after a crash.
| Comment |
Author:
Sean Reifschneider Subject: Use Morphix? |
Kevin just gave a presentation to the Boulder LUG about using Morphix to build custom bootable/live CDs. His presentation can be found at http://www.tummy.com/Community/Presentations/, if you just want to look at the slides. Morphix has fairly complete documentation, though sometimes it's hard to find exactly the pieces you need to get the build environment working as you'd like. The Morphix site should be able to get you started though. If you just want a live CD with a particular package on it, it's real easy to do with Morphix. Just drop the appropriate Debian package into the appropriate directory on the CD image and burn it.
Sean