<?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>Blog of Finster &#187; virtualisation</title>
	<atom:link href="http://finster.co.uk/tag/virtualisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 10 Jul 2011 15:04:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VirtualBox piix4_smbus Error</title>
		<link>http://finster.co.uk/2010/11/16/virtualbox-piix4_smbus-error/</link>
		<comments>http://finster.co.uk/2010/11/16/virtualbox-piix4_smbus-error/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 20:00:23 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=189</guid>
		<description><![CDATA[VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10: - piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn&#8217;t affect anything but is a bit annoying &#8211; to fix: - [...]]]></description>
			<content:encoded><![CDATA[<p>VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10: -</p>
<pre>piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr</pre>
<p>This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn&#8217;t affect anything but is a bit annoying &#8211; to fix: -</p>
<p>1. Check module is being loaded: -</p>
<pre>lsmod | grep i2c_piix4</pre>
<p>2. If so, blacklist it in /etc/modprobe.d/blacklist.conf, by adding the following to the end of the file :-</p>
<pre>blacklist i2c_piix4</pre>
<p>3. Update the initramfs</p>
<pre>update-initramfs -u -k all</pre>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/11/16/virtualbox-piix4_smbus-error/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Starting a VM from the Command Line</title>
		<link>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/</link>
		<comments>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:20:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=25</guid>
		<description><![CDATA[Starting a VM from the Command Line (or via a shortcut on the desktop) is easy &#8211; just use the command: - VBoxManage startvm name_of_virtual_machine for example : - VBoxManage startvm &#8220;Windows XP&#8221;]]></description>
			<content:encoded><![CDATA[<p>Starting a VM from the Command Line (or via a shortcut on the desktop) is easy &#8211; just use the command: -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">   VBoxManage startvm <span style="font-style: italic;">name_of_virtual_machine</span></span></span></p>
<p>for example : -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">   VBoxManage startvm &#8220;Windows XP&#8221;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB in VirtualBox</title>
		<link>http://finster.co.uk/2009/03/22/usb-in-virtualbox/</link>
		<comments>http://finster.co.uk/2009/03/22/usb-in-virtualbox/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:36:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=24</guid>
		<description><![CDATA[Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4) 1. Create a group usbusers and put yourself in it. sudo addgroup usbusersusermod -a -G usbusers andy 2. Note down the vendor and id numbers for the USB devices that you want to enable after running the following [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4)</p>
<p>1. Create a group usbusers and put yourself in it.</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo addgroup usbusers</span><br /><span style="font-family:courier new;">usermod -a -G usbusers andy</span></span></p>
<p>2. Note down the vendor and id numbers for the USB devices that you want to enable after running the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">VBoxManage list usbhost</span></span></p>
<p>3. In VirtuaBox&#8217;s USB section add both of these devices, making sure you have the vendor and id numbers correct.</p>
<p>4. Add the following lines in /etc/fstab (you can get the ID of the usbusers group by looking in /etc/group) : -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;"># usbusers is the USB group (id 1001)</span><br /><span style="font-family:courier new;">none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0</p>
<p></span></span>5. A reboot is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/03/22/usb-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 Under VirtualBox</title>
		<link>http://finster.co.uk/2008/10/25/ubuntu-8-10-under-virtualbox/</link>
		<comments>http://finster.co.uk/2008/10/25/ubuntu-8-10-under-virtualbox/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:29:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=19</guid>
		<description><![CDATA[Ubuntu 8.10 works great under Sun&#8217;s Virtual Box. To get everything working perfectly, you need to install &#8220;Guest Additions&#8221;. This is done by selecting &#8220;Install Guest Additions&#8221; from the VirtualBox Menu, and then entering the following into a terminal: - sudo /media/cdrom/VBoxLinuxAdditions-x86.run This installs better mouse &#38; video drivers and enables things like automatic resolution [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 8.10 works great under Sun&#8217;s <a href="http://www.virtualbox.org/">Virtual Box</a>. To get everything working perfectly, you need to install &#8220;Guest Additions&#8221;. This is done by selecting &#8220;Install Guest Additions&#8221; from the VirtualBox Menu, and then entering the following into a terminal: -</p>
<p><span style="font-family: courier new;">sudo /media/cdrom/VBoxLinuxAdditions-x86.run</span></p>
<p>This installs better mouse &amp; video drivers and enables things like automatic resolution changing, and better mouse control.</p>
<p>For some reason, my xorg.conf file wasn&#8217;t updated properly though &#8211; the following lines should be present in /etc/X11/xorg.conf : -</p>
<p><span style="font-family: courier new;"> Section &#8220;InputDevice&#8221; </span><br /><span style="font-family: courier new;">     Identifier   &#8220;Configured Mouse&#8221; </span><br /><span style="font-family: courier new;">     Driver       &#8220;vboxmouse&#8221; </span><br /><span style="font-family: courier new;">     Option       &#8220;CorePointer&#8221; </span><br /><span style="font-family: courier new;"> EndSection </span></p>
<p><span style="font-family: courier new;"> Section &#8220;Device&#8221; </span><br /><span style="font-family: courier new;">     Identifier    &#8220;Configured Video Device&#8221; </span><br /><span style="font-family: courier new;">     Driver        &#8220;vboxvideo&#8221; </span><br /><span style="font-family: courier new;"> EndSection </span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/10/25/ubuntu-8-10-under-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

