<?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>vincentkong.com &#187; VirtualBox</title>
	<atom:link href="http://www.vincentkong.com/tag/virtualbox/feed" rel="self" type="application/rss+xml" />
	<link>https://www.vincentkong.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Jul 2010 00:32:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Running VirtualBox in Ubuntu</title>
		<link>https://www.vincentkong.com/2009/12/running-virtualbox-in-ubuntu</link>
		<comments>https://www.vincentkong.com/2009/12/running-virtualbox-in-ubuntu#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:09:15 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=1295</guid>
		<description><![CDATA[To install VirtualBox in Ubuntu $ sudo apt-get install virtualbox-ose To run VirtualBox type $ /usr/bin/VirtualBox VirtualBox in Xubuntu Related posts:Upgrading Portable-VirtualBox Installing Guest Additions for VirtualBox Running Windows Application on Ubuntu


Related posts:<ol><li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2008/01/running-windows-application-on-ubuntu' rel='bookmark' title='Permanent Link: Running Windows Application on Ubuntu'>Running Windows Application on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To install VirtualBox in Ubuntu</p>
<p><code>$ sudo apt-get install virtualbox-ose</code></p>
<p>To run VirtualBox type</p>
<p><code>$ /usr/bin/VirtualBox</code></p>
<div>
<dl id="attachment_1269" style="width: 310px;">
<dt><a href="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_ubuntu.png"><img title="VirtualBox in Xubuntu" src="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_ubuntu-300x221.png" alt="VirtualBox in Xubuntu" width="300" height="221" /></a></dt>
<dd>VirtualBox in Xubuntu</dd>
</dl>
</div>


<p>Related posts:<ol><li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2008/01/running-windows-application-on-ubuntu' rel='bookmark' title='Permanent Link: Running Windows Application on Ubuntu'>Running Windows Application on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>https://www.vincentkong.com/2009/12/running-virtualbox-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Machine Doesn&#8217;t Start in VirtualBox</title>
		<link>https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox</link>
		<comments>https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:28:30 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=1298</guid>
		<description><![CDATA[I had 2 occasions where my virtual machine couldn&#8217;t start.  The error message as similar to: Could not find a registered CD/DVD image with UUID {90780d30-7262-4296-9d45-b1fdf718e414}. Result Code: 0x80070057 Component: VirtualBox Interface: IVirtualBox {e1d95593-f579-4f47-b489-0b67181014e1} To fix the problem, edit the machine XML file in .VirtualBox\Machines\{vm_name}\{vm_name}.xml and replaced the line with the UUID specified with the [...]


Related posts:<ol><li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had 2 occasions where my virtual machine couldn&#8217;t start.  The error message as similar to:</p>
<pre>Could not find a registered CD/DVD image with UUID {90780d30-7262-4296-9d45-b1fdf718e414}.

Result Code: 0x80070057 Component: VirtualBox Interface: IVirtualBox {e1d95593-f579-4f47-b489-0b67181014e1}</pre>
<p>To fix the problem, edit the machine XML file in <code>.VirtualBox\Machines\{vm_name}\{vm_name}.xml</code> and replaced the line with the UUID specified with the line:</p>
<p><code>&lt;DVDDrive passthrough="false"/&gt;</code></p>
<p>That disconnected the CD/DVD and I was able to start the virtual machine again.</p>


<p>Related posts:<ol><li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Guest Additions for VirtualBox</title>
		<link>https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox</link>
		<comments>https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:00:38 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=1286</guid>
		<description><![CDATA[When trying to maneuver inside the virtual machine display you would always need to click the mouse inside the VM display while hold down the host key (e.g. Right Ctrl) and vice-versa.  To get rid of this annoying procedure install &#8220;Guest Additions&#8221; from the &#8220;Device&#8221; menu of the virtual machine window. VirtualBox Mouse Capture VirtualBox [...]


Related posts:<ol><li><a href='https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox' rel='bookmark' title='Permanent Link: Virtual Machine Doesn&#8217;t Start in VirtualBox'>Virtual Machine Doesn&#8217;t Start in VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When trying to maneuver inside the virtual machine display you would always need to click the mouse inside the VM display while hold down the host key (e.g. Right Ctrl) and vice-versa.  To get rid of this annoying procedure install &#8220;Guest Additions&#8221; from the &#8220;Device&#8221; menu of the virtual machine window.</p>
<div>
<dl id="attachment_1265" style="width: 310px;">
<dt><a href="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_mouse_capture.png"><img title="VirtualBox Mouse Capture" src="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_mouse_capture-300x223.png" alt="VirtualBox Mouse Capture" width="300" height="223" /></a></dt>
<dd>VirtualBox Mouse Capture</dd>
</dl>
</div>
<div>
<dl id="attachment_1266" style="width: 304px;">
<dt><a href="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_install_guest.png"><img title="VirtualBox Install Guest Additions" src="http://www.vincentkong.com/wp-content/uploads/2009/10/virtualbox_install_guest.png" alt="VirtualBox Install Guest Addition" width="294" height="294" /></a></dt>
<dd>VirtualBox Install Guest Additions</dd>
</dl>
</div>


<p>Related posts:<ol><li><a href='https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox' rel='bookmark' title='Permanent Link: Virtual Machine Doesn&#8217;t Start in VirtualBox'>Virtual Machine Doesn&#8217;t Start in VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Portable-VirtualBox</title>
		<link>https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox</link>
		<comments>https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:59:06 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Portable Software]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=1291</guid>
		<description><![CDATA[Backup the current Portable-VirtualBox installation on your USB drive. e.g. G:\PortableApps\Portable-VirtualBox Download the latest version of Portable-VirtualBox and copy it into G:\PortableApps. Executing the downloaded file Portable-VirtualBox_v3.0.8-Starter_v4.0.0-Win_all.exe will bring up the dialog box below. Click on the &#8220;Download Installation file of VirtualBox&#8221; button to download the VirtualBox installation file. When the download has completed the [...]


Related posts:<ol><li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
<li><a href='https://www.vincentkong.com/2009/10/running-skype-on-usb-drive' rel='bookmark' title='Permanent Link: Running Skype on USB Drive'>Running Skype on USB Drive</a></li>
<li><a href='https://www.vincentkong.com/2008/02/portable-remote-desktop-client-for-windows' rel='bookmark' title='Permanent Link: Portable Remote Desktop Client for Windows'>Portable Remote Desktop Client for Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Backup the current Portable-VirtualBox installation on your USB drive. e.g. <code>G:\PortableApps\Portable-VirtualBox</code></li>
<li>Download the <a href="http://vbox.me">latest</a> version of Portable-VirtualBox and copy it into <code>G:\PortableApps</code>.</li>
<li>Executing the downloaded file <code>Portable-VirtualBox_v3.0.8-Starter_v4.0.0-Win_all.exe</code> will bring up the dialog box below.</li>
<li>Click on the &#8220;Download Installation file of VirtualBox&#8221; button to download the VirtualBox installation file.<br />
<a href="http://www.vincentkong.com/wp-content/uploads/2009/10/portablevirtualbox_download.png"><img title="Portable-VirtualBox Download" src="http://www.vincentkong.com/wp-content/uploads/2009/10/portablevirtualbox_download-300x197.png" alt="Portable-VirtualBox Download" width="300" height="197" /></a></li>
<li>When the download has completed the path of the VirtualBox installation should be filled in.  Check the &#8220;Extract the files for a 32-Bit/64-Bit system&#8221; checkbox based on your system and click on the &#8220;OK&#8221; button.<br />
<a href="http://www.vincentkong.com/wp-content/uploads/2009/10/portablevirtualbox_install.png"><img title="Portable VirtualBox Install" src="http://www.vincentkong.com/wp-content/uploads/2009/10/portablevirtualbox_install-300x197.png" alt="Portable VirtualBox Install" width="300" height="197" /></a></li>
<li>A new directory should be created in <code>G:\PortableApps\Portable-VirtualBox</code>.  Inside the directory execute <code>Portable-VirtualBox.exe</code> and the VirtualBox installation will be extracted in <code>G:\PortableApps\Portable-VirtualBox\app32</code>.</li>
<li>From your backup Portable-VirtualBox copy all the files inside <code>\data\.VirtualBox</code> into the new directory <code>G:\PortableApps\Portable-VirtualBox\data\.VirtualBox</code></li>
<li>When the copying has been completed you can run the newly upgraded version <code>G:\PortableApps\Portable-VirtualBox\Portable-VirtualBox.exe</code></li>
</ol>


<p>Related posts:<ol><li><a href='https://www.vincentkong.com/2009/07/running-windows-within-windows' rel='bookmark' title='Permanent Link: Running Windows Within Windows'>Running Windows Within Windows</a></li>
<li><a href='https://www.vincentkong.com/2009/10/running-skype-on-usb-drive' rel='bookmark' title='Permanent Link: Running Skype on USB Drive'>Running Skype on USB Drive</a></li>
<li><a href='https://www.vincentkong.com/2008/02/portable-remote-desktop-client-for-windows' rel='bookmark' title='Permanent Link: Portable Remote Desktop Client for Windows'>Portable Remote Desktop Client for Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Windows Within Windows</title>
		<link>https://www.vincentkong.com/2009/07/running-windows-within-windows</link>
		<comments>https://www.vincentkong.com/2009/07/running-windows-within-windows#comments</comments>
		<pubDate>Wed, 29 Jul 2009 04:10:50 +0000</pubDate>
		<dc:creator>Vincent Kong</dc:creator>
				<category><![CDATA[Portable Software]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vincentkong.com/?p=943</guid>
		<description><![CDATA[A while back my workplace&#8217;s information security department decided to increase the security of our PCs.  The increase in security meant my computer was more locked down with some administration privileges removed, and was being very heavily monitored.  Not wanting to through to all the approval process to install free/open source software which aren&#8217;t company [...]


Related posts:<ol><li><a href='https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox' rel='bookmark' title='Permanent Link: Virtual Machine Doesn&#8217;t Start in VirtualBox'>Virtual Machine Doesn&#8217;t Start in VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A while back my workplace&#8217;s information security department decided to increase the security of our PCs.  The increase in security meant my computer was more locked down with some administration privileges removed, and was being very heavily monitored.  Not wanting to through to all the approval process to install free/open source software which aren&#8217;t company standards, I decided to create a virtual machine so I can still have my sandbox to play with.</p>
<p><a href="http://www.virtualbox.org">VirtualBox</a> is an open source software from Sun Microsystems that allows a &#8220;guest&#8221; operating system to run on top of an existing &#8220;host&#8221; operating system.  A portable version is available at <a href="http://vbox.me">http://vbox.me</a>, giving you the ability to create a virtual machine on a portable drive.</p>
<h3>Creating a Virtual Machine</h3>
<p>Creating a virtual machine with VirtualBox is very intuitive, just click on the &#8220;New&#8221; icon and go through the &#8220;New Virtual Machine Wizard&#8221;</p>
<div id="attachment_957" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/sun_virtualbox.png"><img class="size-medium wp-image-957" title="Sun VirtualBox" src="http://www.vincentkong.com/wp-content/uploads/2009/07/sun_virtualbox-300x225.png" alt="Sun VirtualBox" width="300" height="225" /></a><p class="wp-caption-text">Sun VirtualBox</p></div>
<div id="attachment_956" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/new_vm_wizard.png"><img class="size-medium wp-image-956" title="New Virtual Machine Wizard" src="http://www.vincentkong.com/wp-content/uploads/2009/07/new_vm_wizard-300x270.png" alt="New Virtual Machine Wizard" width="300" height="270" /></a><p class="wp-caption-text">New Virtual Machine Wizard</p></div>
<p>After you have completed the wizard you will be presented a screen with all the details of the virtual machine you just created.  I&#8217;ve created a Windows XP virtual machine.</p>
<div id="attachment_958" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/win_vm_details.png"><img class="size-medium wp-image-958" title="Windows XP Virtual Machine" src="http://www.vincentkong.com/wp-content/uploads/2009/07/win_vm_details-300x225.png" alt="Windows XP Virtual Machine" width="300" height="225" /></a><p class="wp-caption-text">Windows XP Virtual Machine</p></div>
<p>To install the operating system onto your virtual machine.  In the &#8220;Details&#8221; tab, click on the &#8220;CD/DVD-ROM&#8221; settings and check off the &#8220;Mount CD/DVD Drive&#8221; check box.</p>
<div id="attachment_960" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/mount_rom.png"><img class="size-medium wp-image-960" title="CD/DVD-ROM Settings" src="http://www.vincentkong.com/wp-content/uploads/2009/07/mount_rom-300x265.png" alt="CD/DVD-ROM Settings" width="300" height="265" /></a><p class="wp-caption-text">CD/DVD-ROM Settings</p></div>
<p>Insert the installation disc of the operating system in your ROM drive and click on the &#8220;Start&#8221; icon to being the installation.</p>
<div id="attachment_961" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/installing_winxp_wm.png"><img class="size-medium wp-image-961" title="Installing Windows XP" src="http://www.vincentkong.com/wp-content/uploads/2009/07/installing_winxp_wm-300x192.png" alt="Installing Windows XP" width="300" height="192" /></a><p class="wp-caption-text">Installing Windows XP</p></div>
<p>After the installation has completed un-mount your CD/DVD drive or change the boot sequence in VirtualBox before starting your virtual machine again, and you are done.</p>
<div id="attachment_965" class="wp-caption alignnone" style="width: 310px"><a href="http://www.vincentkong.com/wp-content/uploads/2009/07/winxp_in_winxp.png"><img class="size-medium wp-image-965" title="Running Windows XP Within Windows XP" src="http://www.vincentkong.com/wp-content/uploads/2009/07/winxp_in_winxp-300x213.png" alt="Running Windows XP Within Windows XP" width="300" height="213" /></a><p class="wp-caption-text">Running Windows XP Within Windows XP</p></div>


<p>Related posts:<ol><li><a href='https://www.vincentkong.com/2009/12/virtual-machine-doesnt-start-in-virtualbox' rel='bookmark' title='Permanent Link: Virtual Machine Doesn&#8217;t Start in VirtualBox'>Virtual Machine Doesn&#8217;t Start in VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/upgrading-portable-virtualbox' rel='bookmark' title='Permanent Link: Upgrading Portable-VirtualBox'>Upgrading Portable-VirtualBox</a></li>
<li><a href='https://www.vincentkong.com/2009/11/installing-guest-additions-for-virtualbox' rel='bookmark' title='Permanent Link: Installing Guest Additions for VirtualBox'>Installing Guest Additions for VirtualBox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>https://www.vincentkong.com/2009/07/running-windows-within-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
