Showing posts with label virtualisation. Show all posts
Showing posts with label virtualisation. Show all posts

Tuesday 16 November 2010

VirtualBox piix4_smbus Error

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't affect anything but is a bit annoying - to fix...

Wednesday 25 March 2009

Starting a VM from the Command Line

Starting a VM from the Command Line (or via a shortcut on the desktop) is easy - just use the command: -

VBoxManage startvm name_of_virtual_machine

for example : -

VBoxManage startvm "Windows XP"

Sunday 22 March 2009

USB in VirtualBox

Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4)

Sunday 26 October 2008

Ubuntu 8.10 Under VirtualBox

Ubuntu 8.10 works great under Sun's Virtual Box. To get everything working perfectly, you need to install "Guest Additions". This is done by selecting "Install Guest Additions" from the VirtualBox Menu, and then entering the following into a terminal: -