Sync Host and Guest Folders in VirtualBox
Aug 14As a follow up to our seamless Ubuntu in Windows tutorials, we’re going to show you how to sync a Windows (host) folder to a folder in the Ubuntu (guest). You’ll need to have guest additions installed on the guest OS for this one.
For this tutorial we’ll be syncing the H: drive on Windows (yours will probably be C:) with /home/jason/windows in Ubuntu. (more…)
Installing Ubuntu 8.04
Jul 20This is a follow up to our first tutorial on creating a virtual machine for Ubuntu (See part 3 here if you know how to install Ubuntu). It can also be used as a tutorial to install Ubuntu 8.04, but you’ll need to know more in depth about partitioning (as use entire disk would wipe out everything and install Ubuntu on it)
Click into the screen so that VirtualBox tells you that you’re now controlling it. Select your language. (We’re assuming English)
Select Install Ubuntu, unless you’d like to try it inside a tiny window. You’ll be shown a little progress bar, and it’ll load up to an orange/brown desktop with a bird on it.
Select the language again. Yes, it’s redundant. Click Forward.
Select your location for timezone purposes. I live on the Pacific coast, so I choose Los Angeles. Click Forward.
Pick a keyboard layout. I’m fine with the defaults. Click Forward once you’re done.
Ubuntu will prepare a partitioner. Since this is a virtual machine, and you’re using an empty virtual disk, just use the entire disk.
If you’re not using a virtual machine, we recommend learning what you’re doing before taking action.
Click Forward when you’re done.
Ubuntu will prompt you for some details (your name, username for logging in, password, and name of the computer). Once you’re done, press Forward.
At the end, Ubuntu will show you everything and ask for confirmation before installing. Satisfied? Click Install.
Ubuntu will proceed to install. This will take some time, so get up and do something. At the end, Ubuntu will prompt to restart. Follow all onscreen directives and the virtual machine will reboot. At this point, you can move on to part 3, where we tell you how to make it seamless with Windows.
Run Ubuntu and Windows Seamlessly - Part 3
Jul 20Now that we’ve setup Ubuntu on our virtual machine (see here if you missed setting up the virtual machine), we can go ahead and configure it to become seamless.
Login to Ubuntu
Login to Ubuntu as soon as it starts.
Setup Guest Additions
In the window with Ubuntu in it, click Devices → Install Guest Additions…
These guest additions will allow you to select seamless mode. A window should popup with the CD contents. If not, check that the correct CD is mounted in Places. (If it’s the Ubuntu CD, shut down, and reconfigure the mounted CD to use the Guest Additions.)
Open Terminal (Applications → Accessories → Terminal). It’s a command line interface, but it’ll be easy.
We’ll need to switch to the CD directory. Type the following:
cd /media/cdrom0
Then type the following to install Guest additions:
sudo sh ./VBoxLinuxAdditions.run
Ubuntu will prompt you for your password. It will not show up (no asterisks, no plain text). Hit Enter after that, and the installation should run.
You should see a screen like the above. Restart, as directed.
Once you login again and it loads up the desktop, click Machine → Seamless Mode. You’re done! If you want, you can reconfigure the panels (taskbars) to complement your Windows desktop. There’s a few quirks here and there, but for the most part it works well.
Note: After we updated, we had to reconfigure the guest additions.
Run Ubuntu and Windows Seamlessly
Jul 19
We’re going to show you how to install Ubuntu on a virtual machine using Sun’s VirtualBox, and then setup seamless mode to allow running Windows and Ubuntu applications within the same environment (see the picture to the left). Why is this useful? You can run both operating systems within the same environment. We think it beats using Wubi, configuring your computer to install Ubuntu, and running Windows inside Ubuntu.
For this tutorial, we suggest you have at least 8GB free space and at least 1GB of RAM. You’ll need to have downloaded the Ubuntu ISO file and VirtualBox. We assume you have installed VirtualBox.
This is going to be a long tutorial, but we hope we’re positive we’ve made it easy to follow with an abundance of screenshots. However, some settings may need to be changed to reflect your computer setup.
Oh, and as a big huge tutorial, we’ve split it into 3 parts: this current part, which describes setup of the virtual machine, part 2 for installing Ubuntu, and part 3 for configuring it to become seamless. (more…)


















I'm Jason, the main author of Third Error, and many of the topics I'll focus on concern Windows (and applicable software), web applications, web design, and a bit of *nix (Ubuntu mainly). My computer runs Windows XP, with virtualized Ubuntu and OS X handy.