<?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>Likesalmon.net &#187; VirtualBox</title>
	<atom:link href="http://likesalmon.net/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net</link>
	<description>Web development for designers</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:40:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>As if I needed one more reason to hate Microsoft…</title>
		<link>http://likesalmon.net/as-if-i-needed-one-more-reason-to-hate-microsoft/</link>
		<comments>http://likesalmon.net/as-if-i-needed-one-more-reason-to-hate-microsoft/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:56:54 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Browser Testing]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=243</guid>
		<description><![CDATA[Microsoft has now made it impossible to test their stupid browsers with IE Application Compatibility VPC Images on anything but their crappy Virtual PC running on a Windows machine: http://forums.virtualbox.org/viewtopic.php?f=2&#038;t=21712 Ooooohhhh the hate. I hope Bill Gates gets the hugest hemroid in the world for this. I hope it explodes all over his wife&#8217;s face.]]></description>
			<content:encoded><![CDATA[<p>Microsoft has now made it impossible to test their stupid browsers with IE Application Compatibility VPC Images on anything but their crappy Virtual PC running on a Windows machine:</p>
<p><a href="http://forums.virtualbox.org/viewtopic.php?f=2&#038;t=21712" title="">http://forums.virtualbox.org/viewtopic.php?f=2&#038;t=21712</a></p>
<p>Ooooohhhh the hate.  I hope Bill Gates gets the hugest hemroid in the world for this.  I hope it explodes all over his wife&#8217;s face.</p>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/as-if-i-needed-one-more-reason-to-hate-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox on Ubuntu Jaunty for Testing Internet Explorer in Windows</title>
		<link>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/</link>
		<comments>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:07:55 +0000</pubDate>
		<dc:creator>Ammon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software I use]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Browser Testing]]></category>

		<guid isPermaLink="false">http://likesalmon.net/?p=177</guid>
		<description><![CDATA[Ed. Note: this method is no longer valid or necessarily a good way to go about things. See here instead: http://likesalmon.net/browser-testing-with-cloned-virtual-machines/ I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Ed. Note: this method is no longer valid or necessarily a good way to go about things.  See here instead:</p>
<p><a href="http://likesalmon.net/browser-testing-with-cloned-virtual-machines/" title="">http://likesalmon.net/browser-testing-with-cloned-virtual-machines/</a></em></p>
<p>I really loved using VMWare Fusion in OSX to test my webpages in Windows.  The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, Jaunty is still not supported by VMWare, and the bugs were just to much.  Plus, I really didn&#8217;t like the web interface. Fortunately, I found VirtualBox which is at least as sleek as Fusion, but free!</p>
<p>To install VirtualBox, I got a lot of help from hopla on the <a title="Go to the Ubuntu Forum" href="http://ubuntuforums.org/showthread.php?t=1097080">Ubuntu Forum</a>. I quote:</p>
<blockquote><p>You need: virtualbox, qemu, wine</p>
<p>Code:</p>
<p><code>apt-get install virtualbox qemu wine</code></p>
<p>Download the free(!) Microsoft Internet Explorer Application Compatibility Check VPC Images <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&amp;displaylang=en">here</a>.</p>
<p>(Note: you don&#8217;t have to download the full pack, you can cherry pick specific combinations of XP/Vista and IE6-8)</p>
<p>Extract the VPC image(s) with wine (double-click).<br />
(Note: it might take a while before the first window shows up)</p>
<p>Turn the VPC image(s) into (a) VMWare image(s) (which is/are readable by VirtualBox):</p>
<p><code>qemu-img convert -f vpc image.vhd -O vmdk image.vmdk</code></p>
<p>Setup a new VM in VirtualBox, using the vmdk image as an existing disk. Boot it, you will see the Windows boot progress bar and &#8230; it will BSOD shortly after.</p>
<p>Fixing the BSOD:</p>
<p>The BSOD is caused because the virtual Windows tries to load processor drivers for the wrong processor (it is not running on VirtualPC proc, but on VirtualBox proc). Or something like that&#8230;<br />
We need to force Windows not to attempt to load drivers for the processor (it doesn&#8217;t need any proc drivers, because it&#8217;s all virtual anyway).<br />
Start safe mode by (frantically) hitting F8 at Windows boot and choosing safe mode.</p>
<p>Ignore all the &#8216;New hardware&#8217; detected warnings (we will deal with those later). Start a command box and run the following command to disable the loading of processor drivers:</p>
<p>Code:</p>
<p><code>sc config processor start= disabled</code></p>
<p>(note the space between &#8216;=&#8217; and &#8216;disabled&#8217;!)</p>
<p>Restart the virtual Windows, it should now boot all the way to the Windows Desktop.</p></blockquote>
<p>Once your virtual Windows has rebooted, go to Devices -&gt; Install Guest Additions in the VirtualBox window.  This will mount a (virtual) CD with the Guest Additions software.  The autorun feature didn&#8217;t work every time, so if a new window doesn&#8217;t open up, find the Guest Additions CD in Windows Explorer and run the .exe.  This adds a lot of functionality to your virtual machine.</p>
<p>After rebooting the virtual machine, I followed the instructions from <a href="http://primeval-soup.blogspot.com/2009/02/ie8-in-ubuntu-intrepid-with-virtual-box.html">Primeval Soup</a>:</p>
<blockquote><p>In Windows, go to: <em><br />
</em></p>
<p><em>Start &gt; Run &gt; &#8220;cmd&#8221;</em></p>
<p>In the terminal, type:<em><br />
</em></p>
<pre><code>D:\VBoxWindowsAdditions-x86.exe /extract /D=C:\Drivers</code></pre>
<p><em>Start &gt; Administrative Tools &gt; Computer Management</em></p>
<p>Select Device Manager.</p>
<p>Select Batteries, Unknown Device -&gt; <em>Disable</em></p>
<p>Select Sound, video and game controllers, Multimedia Audio Controller -&gt; <em>Disable</em></p>
<p>Select Universal Serial Bus controllers, Universal Serial Bus (USB) Controller -&gt; <em>Disable</em></p>
<p>Select Network Adapters, Ethernet Controller -&gt; <em>Update Driver</em></p>
<p>Select <em>Yes, now and every time</em>, click Next</p>
<p>Select <em>Install from a list or specific location</em>, click Next</p>
<p>Enter location &#8220;C:\Drivers\x86\Network\AMD&#8221;</p>
<p>Click Finish</p>
<p>Open a browser, test connection</p>
<p>You&#8217;re done!</p></blockquote>
<p>And that is a good feeling.</p>
]]></content:encoded>
			<wfw:commentRss>http://likesalmon.net/virtualbox-on-ubuntu-jaunty-for-testing-ie6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

