<?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 on: Install Jolicloud alpha2 as a VirtualBox virtual machine in 6 easy steps</title>
	<atom:link href="http://vincent.polenordstudio.fr/snafu/?feed=rss2&#038;p=322" rel="self" type="application/rss+xml" />
	<link>http://vincent.polenordstudio.fr/snafu/?p=322</link>
	<description>freelance web and application design</description>
	<lastBuildDate>Sat, 19 Jun 2010 01:56:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CMC</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-815</link>
		<dc:creator>CMC</dc:creator>
		<pubDate>Sat, 19 Jun 2010 01:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-815</guid>
		<description>Hello,

I&#039;m not sure where to get the .img file, where is it?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m not sure where to get the .img file, where is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rici</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-250</link>
		<dc:creator>rici</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-250</guid>
		<description>Hey i don&#039;t know about you guys but i got Jolicloud working like a charm on my VMWare. No i didn&#039;t need to do any configurations or changes. Here&#039;s a peek

http://i26.tinypic.com/906bli.jpg</description>
		<content:encoded><![CDATA[<p>Hey i don&#8217;t know about you guys but i got Jolicloud working like a charm on my VMWare. No i didn&#8217;t need to do any configurations or changes. Here&#8217;s a peek</p>
<p><a href="http://i26.tinypic.com/906bli.jpg" rel="nofollow">http://i26.tinypic.com/906bli.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-244</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-244</guid>
		<description>I also got &quot;No bootable medium found! System halted.&quot;  Followed the instructions exactly.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I also got &#8220;No bootable medium found! System halted.&#8221;  Followed the instructions exactly.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-242</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-242</guid>
		<description>For those of you having trouble, select the first VDI file you created (600MB) as the hard drive in the &quot;create new VM option&quot; in VirtualBox. After you click finish, go to settings and attach another IDe thingy in the storage tab. This one is the 16KB/4GB file you created in the second terminal command. I&#039;ll have a video up soon on my youtube page.</description>
		<content:encoded><![CDATA[<p>For those of you having trouble, select the first VDI file you created (600MB) as the hard drive in the &#8220;create new VM option&#8221; in VirtualBox. After you click finish, go to settings and attach another IDe thingy in the storage tab. This one is the 16KB/4GB file you created in the second terminal command. I&#8217;ll have a video up soon on my youtube page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu M</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-240</link>
		<dc:creator>Stu M</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-240</guid>
		<description>1. Run the command to create a bootable VDI image (without quotes): “VBoxManage convertfromraw jolicloud-robby-alpha2-live.img jolicloud-robby-alpha2-live.vdi”
   2. Run the command to create a new empty VDI image where to install the image with 4GB space: “VBoxManage createhd -filename jolicloud-robby.vdi -size 4000″
      Note: you can use -register option at the end of this command or register this VDI file from the VirtualBox later.
   3. Create a new VM using the jolicloud-robby-alpha2-live.vdi (use the existing vdi option)
   4. Attach the jolicloud-robby.vdi as a Primary Slave
   5. Start the VM (boot)
   6. Install

Everything except step two worked for me, it created the file but it&#039;s only 20KB! How I can fix that??</description>
		<content:encoded><![CDATA[<p>1. Run the command to create a bootable VDI image (without quotes): “VBoxManage convertfromraw jolicloud-robby-alpha2-live.img jolicloud-robby-alpha2-live.vdi”<br />
   2. Run the command to create a new empty VDI image where to install the image with 4GB space: “VBoxManage createhd -filename jolicloud-robby.vdi -size 4000″<br />
      Note: you can use -register option at the end of this command or register this VDI file from the VirtualBox later.<br />
   3. Create a new VM using the jolicloud-robby-alpha2-live.vdi (use the existing vdi option)<br />
   4. Attach the jolicloud-robby.vdi as a Primary Slave<br />
   5. Start the VM (boot)<br />
   6. Install</p>
<p>Everything except step two worked for me, it created the file but it&#8217;s only 20KB! How I can fix that??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-239</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 16 Aug 2009 01:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-239</guid>
		<description>hey can some one make a video tutorial on how to do this it would help a lot of people (like me) who have no idea what they are doing</description>
		<content:encoded><![CDATA[<p>hey can some one make a video tutorial on how to do this it would help a lot of people (like me) who have no idea what they are doing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jolicloud and Netbooks &#124; Oracle</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-233</link>
		<dc:creator>Jolicloud and Netbooks &#124; Oracle</dc:creator>
		<pubDate>Tue, 11 Aug 2009 09:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-233</guid>
		<description>[...] so I had to do some digging to get it installed as a VM in VirtualBox. Luckily, someone had already documented the how-tos.Once installed, Jolicloud offers a minimal interface with a dashboard you can use to [...]</description>
		<content:encoded><![CDATA[<p>[...] so I had to do some digging to get it installed as a VM in VirtualBox. Luckily, someone had already documented the how-tos.Once installed, Jolicloud offers a minimal interface with a dashboard you can use to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-231</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Tue, 11 Aug 2009 01:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-231</guid>
		<description>@chrisnofneur : no idea, have you followed and understood every steps?

@wapie : it deserves the real test. It&#039;s NOT another Ubuntu crappy release. It&#039;s really well thought and works amazingly well... From my experience, Live CD (on a VM layer moreover) test is not a good test... except for Knoppix Live CD who is a real damn good toolbox everyone should carry around. 

@dotmastaz thank you :)

@andresus fisrt navigate to the folder were the file is, then lauch the command. make sure the file is really in the folder you are (type ls)

@james : did you consider VMWare could not be the good virtualizing software... at all? It appears that Parallel is REALLY much faster than VMWare. I have to say I&#039;m amazed by VirtualBox and the fact it&#039;s open and free. I&#039;m gonna stick to it now.</description>
		<content:encoded><![CDATA[<p>@chrisnofneur : no idea, have you followed and understood every steps?</p>
<p>@wapie : it deserves the real test. It&#8217;s NOT another Ubuntu crappy release. It&#8217;s really well thought and works amazingly well&#8230; From my experience, Live CD (on a VM layer moreover) test is not a good test&#8230; except for Knoppix Live CD who is a real damn good toolbox everyone should carry around. </p>
<p>@dotmastaz thank you <img src='http://vincent.polenordstudio.fr/snafu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@andresus fisrt navigate to the folder were the file is, then lauch the command. make sure the file is really in the folder you are (type ls)</p>
<p>@james : did you consider VMWare could not be the good virtualizing software&#8230; at all? It appears that Parallel is REALLY much faster than VMWare. I have to say I&#8217;m amazed by VirtualBox and the fact it&#8217;s open and free. I&#8217;m gonna stick to it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-216</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 09 Aug 2009 01:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-216</guid>
		<description>Hi. This has been great but does anyone know how to do this for vmware fusion on the mac. I have virtualbox but I prefer vmware. Any help much appreciated.</description>
		<content:encoded><![CDATA[<p>Hi. This has been great but does anyone know how to do this for vmware fusion on the mac. I have virtualbox but I prefer vmware. Any help much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andresus</title>
		<link>http://vincent.polenordstudio.fr/snafu/?p=322&#038;cpage=1#comment-210</link>
		<dc:creator>andresus</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://vincent.polenordstudio.fr/snafu/?p=322#comment-210</guid>
		<description>Great BUT!, when I put the command &quot;VBoxManage convertfromraw jolicloud-robby-alpha2-live.img jolicloud-robby-alpha2-live.vdi&quot; on my Terminal, it says that &quot;file not found&quot;, where am I suppose to copy the &quot;jolicloud-robby-alpha2-live&quot; on to so it can be recognized?</description>
		<content:encoded><![CDATA[<p>Great BUT!, when I put the command &#8220;VBoxManage convertfromraw jolicloud-robby-alpha2-live.img jolicloud-robby-alpha2-live.vdi&#8221; on my Terminal, it says that &#8220;file not found&#8221;, where am I suppose to copy the &#8220;jolicloud-robby-alpha2-live&#8221; on to so it can be recognized?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
