<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2455&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] qcow2 virtual images]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2455</link>
		<description><![CDATA[The most recent posts in [Solved] qcow2 virtual images.]]></description>
		<lastBuildDate>Fri, 02 Nov 2018 04:12:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12608#p12608</link>
			<description><![CDATA[<div class="quotebox"><cite>HextorBRX wrote:</cite><blockquote><div><p>I run QEMU in a virtual machine to test it. I do not install new packages on my hard drive until I know what they can do.</p></div></blockquote></div><p>Mmm... good one. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><div class="quotebox"><cite>HextorBRX wrote:</cite><blockquote><div><p>I think I am going to use QEMU without virt-manager after all. Thank you!</p></div></blockquote></div><p>You&#039;re welcome. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (clint.barton)]]></author>
			<pubDate>Fri, 02 Nov 2018 04:12:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12608#p12608</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12606#p12606</link>
			<description><![CDATA[<p>Oh, I do not use desktop files on Linux but it comes in handy in that case! </p><p>I run QEMU in a virtual machine to test it. I do not install new packages on my hard drive until I know what they can do. I think I am going to use QEMU without virt-manager after all. Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (HextorBRX)]]></author>
			<pubDate>Thu, 01 Nov 2018 16:55:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12606#p12606</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12594#p12594</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>and you use a mirror located on the other side of the pond in Netherlands</p></div></blockquote></div><p>Jajaja, it&#039;s true. <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><div class="quotebox"><blockquote><div><p>I am testing qemu in VirtualBox and I get the following error when I run your command:</p></div></blockquote></div><p>And why are you running QEMU in a virtual machine? you don&#039;t have a gnu/linux distro running in your host machine?</p><div class="quotebox"><blockquote><div><p>Where did you extract the qcow2.xz archive by the way?</p></div></blockquote></div><p>I always make a folder for every virtual machine. Inside, I put the iso file and the hard disk image created with the command <em><strong>qemu-img create</strong></em>. Then, I just run the command and that&#039;s all.</p><div class="quotebox"><blockquote><div><p>What kind of desktop file?</p></div></blockquote></div><p>If you have used any Windows version you know what is a direct link, right? Well, a desktop file works in the same way. So, with a desktop file you don&#039;t have to open a terminal and write the command, just double click and that&#039;s all. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>For example, this is my desktop file of my Windows XP virtual machine:</p><div class="codebox"><pre><code>[Desktop Entry]
Type=Application
Name=Windows XP - QEMU
Exec=qemu-system-i386 -m 1G -enable-kvm -cpu host -localtime -net none -hda /home/clint/Escritorio/WXP/xp_hdd.img -usbdevice tablet -vga std -drive file=/home/clint/Escritorio/WXP/usb_memory.img
Icon=/home/clint/Imágenes/Avatares_íconos_etc/ICON_windows_xp.png
Encoding=UTF-8
Comment=Máquina virtual Windows XP SP3
Terminal=false</code></pre></div><p>You can get more info about desktop files here <a href="https://developer.gnome.org/integration-guide/stable/desktop-files.html.en" rel="nofollow">https://developer.gnome.org/integration … es.html.en</a></p><p>Regards. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (clint.barton)]]></author>
			<pubDate>Wed, 31 Oct 2018 01:19:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12594#p12594</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12591#p12591</link>
			<description><![CDATA[<p>and you use a mirror located on the other side of the pond in Netherlands <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>I am testing qemu in VirtualBox and I get the following error when I run your command: </p><div class="codebox"><pre><code>Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory</code></pre></div><p>I cannot load the KVM module with <em>sudo modprobe kvm-intel</em> because I use qemu within a virtual machine: </p><div class="codebox"><pre><code>ERROR: could not insert &#039;kvm_intel&#039;: Operation not supported</code></pre></div><p>I did not forget to extract the archive and I installed qemu <em>sudo aptitude install qemu</em> without virt-manager in a new VirtualBox machine. Where did you extract the qcow2.xz archive by the way? </p><div class="quotebox"><blockquote><div><p>You can create a desktop file to run your virtual machine without virt-manager.</p></div></blockquote></div><p>What kind of desktop file? </p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (HextorBRX)]]></author>
			<pubDate>Tue, 30 Oct 2018 12:45:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12591#p12591</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12589#p12589</link>
			<description><![CDATA[<p>@HextorBRX</p><p>Jeje, no... I&#039;m mexican <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>In my case I just had to install QEMU and run the command above, without <em>sudo modprobe kvm-intel</em>. Regards <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p><strong>P. D.</strong> You can create a desktop file to run your virtual machine without virt-manager. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (clint.barton)]]></author>
			<pubDate>Tue, 30 Oct 2018 01:37:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12589#p12589</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12579#p12579</link>
			<description><![CDATA[<p>Thank you guys. I appreciate it. Basically, you have installed qemu <em>sudo aptitude install qemu </em>, loaded kvm <em>sudo modprobe kvm-intel</em> and then entered this command, right? </p><p>I forgot to mention that I use qemu with virt-manager (because I did not want to learn how to use qemu). I get the message above with qcow2 images, while ISO images work without having to intervene. </p><p>@clint.barton Let me guess: you are Dutch?</p>]]></description>
			<author><![CDATA[dummy@example.com (HextorBRX)]]></author>
			<pubDate>Mon, 29 Oct 2018 18:01:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12579#p12579</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12566#p12566</link>
			<description><![CDATA[<p>I&#039;ve downloaded the virtual image <strong>devuan_ascii_2.0.0_amd64_qemu.qcow2.xz</strong> from <a href="https://mirror.leaseweb.com/devuan/devuan_ascii/virtual/" rel="nofollow">leaseweb mirror</a>, decompressed it with <strong>xz</strong> command and then, I&#039;ve launched QEMU with this options:</p><div class="codebox"><pre><code>qemu-system-x86_64 -m 1G -enable-kvm -cpu host -localtime -hda devuan_ascii_2.0.0_amd64_qemu.qcow2</code></pre></div><p>And everything works. I hope you find it useful. Regards.</p><p>P. D. I apologize for my bad English. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (clint.barton)]]></author>
			<pubDate>Mon, 29 Oct 2018 03:18:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12566#p12566</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12552#p12552</link>
			<description><![CDATA[<p>For a basic system do</p><div class="codebox"><pre><code>qemu-system-x86_64 -hda path_to-your_devuan_ascii_2.0.0_amd64_qemu.qcow2</code></pre></div><p>Just have a look at <a href="https://gmplib.org/~tege/qemu.html" rel="nofollow">https://gmplib.org/~tege/qemu.html</a> for some simple examples of use.</p>]]></description>
			<author><![CDATA[dummy@example.com (ilargi)]]></author>
			<pubDate>Sun, 28 Oct 2018 19:16:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12552#p12552</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] qcow2 virtual images]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12542#p12542</link>
			<description><![CDATA[<p>Hello </p><p>This is probably obvious, yet I don&#039;t know how to use qcow2 virtual images using qemu. Could you please point me in the right direction? </p><p>Here is what I get when I launch &quot;devuan_ascii_2.0.0_amd64_qemu.qcow2&quot;: <br /><a href="https://ibb.co/kjCzWV" rel="nofollow">https://ibb.co/kjCzWV</a></p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (HextorBRX)]]></author>
			<pubDate>Sun, 28 Oct 2018 14:36:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12542#p12542</guid>
		</item>
	</channel>
</rss>
