<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Desi Penguin’s Blog &#187; qemu</title>
	<atom:link href="http://desipenguin.com/techblog/tag/qemu/feed/" rel="self" type="application/rss+xml" />
	<link>http://desipenguin.com/techblog</link>
	<description>Open source, Tech Tips, Reviews, Tutorials and more …</description>
	<lastBuildDate>Tue, 29 Jun 2010 16:38:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>QEMU</title>
		<link>http://desipenguin.com/techblog/2008/12/27/qemu/</link>
		<comments>http://desipenguin.com/techblog/2008/12/27/qemu/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 02:02:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[qemu]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2005/09/06/qemu/</guid>
		<description><![CDATA[I&#8217;ve been trying to get all the information that I would need to create my own version similar to DevelopGo.

I have already downloaded knoppix 3.9 LiveCD ISO image.
I have got hold of the Remastering Howto , and now all ready to go ahead with my changes.

While I was doing this research, I came across an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to get all the information that I would need to create my own version similar to DevelopGo.</p>
<ul>
<li>I have already downloaded knoppix 3.9 LiveCD ISO image.</li>
<li>I have got hold of the Remastering Howto , and now all ready to go ahead with my changes.</li>
</ul>
<p>While I was doing this research, I came across an invaluable tool called qemu. This is open source CPU and system emulator. Without going into too many details about QEMU (which I&#8217;m sure you can find out from google) what I want to stress is how easy it is to use.</p>
<p><span id="more-6"></span>I downloaded qemu windows installer from <a href="http://www.h7.dion.ne.jp/~qemu-win/" target="_blank">here</a>. Installation itself is very trivial, just asks for install folder, and then it copies files there. Thats it. I had couple of LiveCDs burned on CD as well as their ISO images. To boot each ISO image all I had to do was run following command from the command prompt:</p>
<p><code>qemu.exe -L bios -cdrom //./e:</code></p>
<p>Where E: is my CD ROM Drive. I had put the LiveCD in the CDROM and qemu booted from the drive. Similarly instead of using actual CD (which seems a little slower, due to I/O speed of CD drive) I can also point to ISO image directly. like:</p>
<p><code>qemu.exe -L bios -cdrom D:downloadDamnSmallLinux-1.4.iso</code></p>
<p>I tried DSL 1.4, Ubuntu 5.04 LiveCD as well as <a href="http://www.ibiblio.org/onebase/onebaselinux.com/Products/isodown.php" target="_blank">OneBase NetInstaller</a> CD using Qemu. All of them worked very well. Off course, typical to each of these distro, they took less (DSL) or more (ubuntu) time to boot.</p>
<p>One annoying thing I noticed during my experimentation is that when using mouse pointer in ubuntu, qemu goes into what it calls grab mode. Title of the window changes to Press Ctrl+Alt to exit grab I&#8217;m not sure if there are any side effects of this (I didn&#8217;t notice any, during short time I played with qemu) but it is annoying none the less.</p>
<p>Thats all for now, about qemu. I&#8217;ll continue to post about my progess with free version of DevelopGo, in coming days, and any tools like qemu, that I might encounter.</p>
<p><span style="color:#808080;"><em>Update ( Dec 2008) : I didn&#8217;t get around to much of remastering of knopix, but I definitely found a tool that I continued to use for testing latest versions of various linux distros.<br />
</em></span></p>
<p><em><span style="color:#808080;">Originally Publised on : Sep 6, 2005</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2008/12/27/qemu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
