<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for @myBlog</title>
	<atom:link href="http://aj.garcialagar.es/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aj.garcialagar.es/blog</link>
	<description>yet another boring weblog</description>
	<lastBuildDate>Thu, 28 Jan 2010 15:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on Virtualization with KVM and Debian Lenny by ajgarlag</title>
		<link>http://aj.garcialagar.es/blog/virtualization-with-kvm-and-debian-lenny/#comment-8</link>
		<dc:creator>ajgarlag</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://aj.garcialagar.es/blog/?p=14#comment-8</guid>
		<description>After some days searching for a way to install Debian Lenny into the virtual machine with the console interface, I have it. You have to change the --vnc param for the --nographics param, remove the --noautoconsole param and add extra params to the installer kernel with -x &quot;DEBIAN_FRONTEND=text console=ttyS0&quot;. This is the whole command:

virt-install --name=vmguest \
--ram 512 \
--os-type linux --os-variant debianlenny \
--virt-type kvm \
--disk path=/opt/vmguest-root.disk,bus=virtio,size=20 \
-w network=default,model=virtio \
--keymap es \
--location http://ftp.debian.org/debian/dists/lenny/main/installer-amd64
-x &quot;DEBIAN_FRONTEND=text console=ttyS0&quot;</description>
		<content:encoded><![CDATA[<p>After some days searching for a way to install Debian Lenny into the virtual machine with the console interface, I have it. You have to change the &#8211;vnc param for the &#8211;nographics param, remove the &#8211;noautoconsole param and add extra params to the installer kernel with -x &#8220;DEBIAN_FRONTEND=text console=ttyS0&#8243;. This is the whole command:</p>
<p>virt-install &#8211;name=vmguest \<br />
&#8211;ram 512 \<br />
&#8211;os-type linux &#8211;os-variant debianlenny \<br />
&#8211;virt-type kvm \<br />
&#8211;disk path=/opt/vmguest-root.disk,bus=virtio,size=20 \<br />
-w network=default,model=virtio \<br />
&#8211;keymap es \<br />
&#8211;location <a href="http://ftp.debian.org/debian/dists/lenny/main/installer-amd64" rel="nofollow">http://ftp.debian.org/debian/dists/lenny/main/installer-amd64</a><br />
-x &#8220;DEBIAN_FRONTEND=text console=ttyS0&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

