Low End Mac Reader Specials
TypeStyler For Mac OS X is Now Shipping! Download The Free Fully Functional 60 Day Tryout at www.typestyler.com
Don't install Parallels to play poker online! Poker Mac will show you how
to download and install a native Mac poker application such as Full
Tilt Poker Mac.
Compare products like desktop computers, apple laptops, apple macs, and LCD Monitors side by side! All the information and reviews to make the best purchasing decision for new mobile phones, sat nav systems, or MP3 players. The Ciao online shopping community makes searching products easy for you.
Mac2Windows
Free VirtualBox for Mac Now a Virtual Contender
- 2008.07.21 - Tip Jar
Follow Low End Mac on Twitter.
Popularity: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Short link: http://bit.ly/12573u
Rating: 
Bookmark in del.icio.us
Suggest to Slashdot
Most Mac users who need to run Windows are aware that with the switch to Intel processors, the Mac now has a variety of options. Apple has provided Boot Camp, offering the option for Leopard-users to choose Windows or Mac OS X at startup. And commercial virtualizers Parallels Desktop and VMWare Fusion let Intel Mac users install a wide range of PC operating systems and run them - or a Boot Camp Windows installation - in a virtualized session as a program within OS X.
There's a free virtualization alternative, VirtualBox, which is available for Mac OS X as well as for a range of PC operating systems. But when I looked at it last year, it was a work in progress - with the then-current Mac version offering fewer features than the Windows version. The Mac version lacked support for networking, for instance, meaning no Internet access (among other things). In the end, while it ran Windows and other PC operating systems, the lack of networking and Internet support was a deal-breaker for me; it just couldn't do what I would want from a PC running (virtually) on my Mac.
One Year Better
But a year can make a big difference in software development. Over that time, the VirtualBox project gained the support of Sun Microsystems, and a new version (1.6) was released in May 2008, promising - among other enhancements - "new Mac support". So it's time for another look.
VirtualBox is available in standard binary versions (for Mac OS X, Windows, a variety of Linux distributions, and Solaris/OpenSolaris) and in source code form in an open source VirtualBox Open Source Edition. The binary versions come ready to install and includes "closed source" proprietary code for a number of functions including the virtual USB controllers and remote desktop protocol. These versions are free for home and personal use. Note that version 1.6 is the first Mac version to be described as out of beta; the current 1.6.2 Mac version is a 28 MB download.
Like commercial virtualizers, Parallels Desktop and VMWare Fusion, and like Apple's Boot Camp, VirtualBox is only usable on Intel Macs; owners of older PowerPC Macs will have to use slower emulation software like GuestPC if they need to run Windows on their Macs.
Installing VirtualBox on Your Mac
Installation takes up some 56 MB in your Mac's Applications folder - of course, drive space needed will skyrocket once you start creating virtual hard drives. Start it up and click the New toolbar button. You'll be walked through the process of creating a virtual PC on your Mac. I was going to install Ubuntu Linux 8.04.

I was first asked to give my new system a name and select its type from a fairly comprehensive dropdown list that includes Windows versions from 3.1 through Vista and Windows Server 2008, OS/2 (various versions), many Linux distributions (and generic Linux kernel versions), BSD, Solaris, and even plain old DOS.
Pick an amount of RAM to dedicate; the default for Ubuntu is 256 MB - I increased that to 519 MB. Then create a virtual hard drive. There are a few steps to this - I went with the default of creating a dynamically expanding image, which saves space by only requiring as much space on your Mac's hard drive as is actually used at any given moment, up to a maximum that you set. I also accepted the default 8 GB dynamic image; but at the moment, it's only actually using about 3.5 GB of drive space.
Once you've made those choices, you're ready to click Start and install your virtual PC's operating system.

But wait! Before starting it up (and installing your operating system), you probably should poke around the default settings of your new virtual system. You can do that either by clicking the Settings button or by scrolling through the Details listed in the right-hand pane in the VirtualBox window, and clicking on individual items.

To start with, check the CD/DVD-ROM item; if you are planning to install from a CD or DVD, make sure the Mount CD/DVD Drive item is checked and is pointing to your optical drive. Alternatively, if you've downloaded an image file, for instance, for a Linux distribution, you can select the ISO Image File item, pointing it to your image file's name and location.

Some of the other defaults are worth a look, as well. The Audio default enables audio, by default virtualizing an AC97 sound card; you can switch that to a Sound Blaster card if you prefer - or if your OS lacks AC97 drivers, like Windows 2000. The defaults also use a "null audio driver" - the result is that your virtualized PC operating system detects audio hardware but doesn't actually make any sounds. Maybe you want that. If not, switch from the null audio driver to the option labeled "Core Audio".

The network adapter is enabled by default; you can choose between several network adapter models, again handy if your operating system lacks built-in support for the default model. Some trial and error may be required - you can always change it after installing your operating system, though your virtual PC needs to be shut down to make any changes.
USB Is Off by Default
USB controllers are disabled by default; I turned on the USB and USB 2.0 controllers. With USB enabled, you still need to click on the Devices menu - after starting up your virtual session - then click on USB Devices to enable specific hardware like printers.

I also set a shared folder, browsing to my home folder on my Mac. When you choose a folder to be shared, a note appears pointing out that this feature requires Guest Additions to be installed (post OS-installation) and telling you how to make use of the shared folder in Windows and Linux installations. In fact, I lacked the Linux-smarts required to actually make this feature work in my Ubuntu installation.

Installing Your Guest Operating System
Whew! Finally, it was time to insert my Ubuntu installation CD and click on the green Start arrow. A Sun splash screen popped up as my new virtual PC started its boot process.

Within a few seconds, it started reading the Ubuntu CD to begin installation.

A half hour or so later, I had a working Ubuntu Linux session. Unlike last year's VirtualBox version, networking worked, meaning I had Internet access right out of the (virtual) box. As well, that meant that moments after startup, Ubuntu informed me that there were 236 updates that it wanted to install.

The Importance of Guest Additions
But there was one task I wanted to do first; like commercial virtualizers Parallels and Fusion - and like older Virtual PC or Guest PC - VirtualBox includes Additions, software to integrate the virtualized operating system with its host and to provide better-than-standard video and other functions.
For instance, prior to installing these Guest Additions, when you're working in the virtual session, your mouse and keyboard are captured by that session and not readily available if you want to click in another program window - or even to access the VirtualBox menus. You need to press a key - by default the left Cmd key - to pass control back to the host system.

Installing the Additions starts off easily; just click on the Devices menu (after pressing the left Cmd key so you can move the mouse there!) and choose Install Guest Additions. This opens a window to a pre-made virtual CD disc, containing software for Windows and Linux. There's even an OS/2 version. Installing the Windows version seems straightforward, though I didn't try it. Software installations in Linux can be trickier. Here's what I did:
- I dragged the VBoxLinuxAdditions.run file to the desktop
- I opened a Terminal window and typed: CD \Desktop to go to the desktop
- In order to run the Additions file, I typed: sudo ./VBoxLinuxAdditions.run
That worked - sudo is needed in Ubuntu to run as an administrator; you'll be asked for your password. (Other Linux systems may require root access; in Ubuntu, you use your personal password instead.) And the ./ is needed to make the command work, though I don't really understand why. Just trust me!
With that, the additions started installing. Afterwards, a restart was required.

Post-restart, I could seamlessly move the mouse between the guest operating system window and the rest of the Mac without problem. And enhanced video drivers allowed my Ubuntu session to support a higher screen resolution - up to 1280 x 800 (though I ran it at 1280 x 768, which fit better on my 17" iMac desktop).
After clicking on the program's Devices menu's USB Devices item and enabling the printer plugged into my Mac, I was able to set Ubuntu to print to that printer without problem; it was also able to locate and print to the printer shared by a Windows system on my home network.
I lack the Linux smarts to mount the shared folder on my Mac, despite the hints given in the Settings dialogue. Since I have file sharing enabled on the Mac, however, I was able to connect to the same location using Ubuntu's standard Connect to Server option. That's handy since, unlike Parallels or Fusion, you can't just drag files between the Mac and guest desktops (even after installing the Guest Additions); this way, I can move files between the Mac and Ubuntu session.
Some Limitations
You can run your guest operating system in a window or full-screen; after installing the Guest Additions, Windows guest OS's can also run in a "Seamless Mode" that apparently displays running programs in the Dock (I didn't have Windows installed and hence lacked the opportunity to test this).
Unlike Parallels or VMWare Fusion, VirtualBox does not allow you to access a Boot Camp installation in a virtual session - it needs dedicated virtual hard drives. And its seamless mode isn't as sophisticated as Parallel's Coherence Mode or Fusion's Unity feature, both of which make the operating system window seem to disappear, leaving free-floating application windows (this only works with Windows). And while both Parallels and Fusion offer limited DirectX support, allowing users to run some (but not all) 3D Windows games, VirtualBox lacks DirectX support entirely.
But VirtualBox for Mac has grown up; while it doesn't have every feature available in its commercial virtualizer competitors, it offers good performance, networking, and USB support. It should give many users the ability to get work done in Windows, Linux, or other PC operating systems without having to leave the comfort of OS X.
For free.
Alan Zisman is Mac-using teacher and technology writer based in Vancouver, BC, Canada. Many of his articles are available on his website, www.zisman.ca. If you find Alan's articles helpful, please consider making a donation to his tip jar.
Recent Columns by Alan Zisman
- G4 'Book vs. Hackintosh Netbook: Which Makes More Sense?, 03.08. Comparing a used 12" G4 iBook or PowerBook with a netbook running Snow Leopard, which is the more practical choice?
- OS X on My Dell Mini 9: Success at Last!, 03.02. Although last year's attempts to install OS X failed, new utilities made it easy to turn this Dell netbook into a Hackintosh.
- iPad Promises to Free Users from Files and Folders and Drives, 02.23. For a lot of computer users, finding files they've saved can be a confusing and frustrating process, one that the iPad eliminates.
- 2 Freebies for Switchers, 01.07. Windows users are used to a maximize button and a Start menu. Two free apps to bring these features to OS X.
- More in the Mac 2 Windows index.
Links for the Day
- Mac of the Day: Power Mac G5/2.7 GHz, Apr. 2005 - The fastest G5 CPU Apple ever used, this model included a 16x SuperDrive and shipped with 'Tiger' (OS X 10.4).
- Group of the Day: MacBook List for those using a MacBook or MacBook Pro.
- March 11 in LEM history: 98: Internet Tax Freedom Act - 99: Geek like me - 02: Why I live Microsoft free - Wireless Internet should be free - System 1.0 and Mac OS X - 03: Sentimental journey with a PowerBook 3400 - 08: Digital SLRs affordable enough to replace 35mm SLRs
- Support Low End Mac
Recent Content on Low End Mac
- OS X 10.4 Tiger Still Very Usable on a 500 MHz G3 Mac, Simon Royal, Mac Spectrum, 03.11. For writing and basic Internet access, a 500 MHz G3 provides sufficient power and Tiger provides fairly up-to-date software.
- iPad Gaming Potential, Dan Bashur, Apple, Tech, and Gaming, 03.11. Two years of developing games for the less powerful iPhone and iPod touch has prepared developers to unleash the iPad's potential.
- WPA for Original AirPort, Stainless Browser, Multiple Input Bug Persists in Snow Leopard, and More, Charles W. Moore, Miscellaneous Ramblings, 03.11. Also kudos for Shiira, G3 vs. G4 upgrade for Pismo PowerBook, and 17" PowerBook still suffices.
- Apple Now Sees Microsoft as Less Evil than Google, Frank Fox, Stop the Noiz, 03.10. With Android threatening the iPhone's dominance, Apple views Microsoft and Windows 7 Mobile as the lesser threat.
- Back to My Comfortable Place with OS X, Simon Royal, Mac Spectrum, 03.09. After 10 years on Macs, switching to Windows and Linux only highlighted the elegance and consistency of the Mac experience.
- MacBook vs. HackBook: You Get What You Pay For, Andrew J Fishkin, Best Tools for the Job, 03.09. You can buy a used PowerBook or a hackable netbook, or you can buy a notebook with enough computing power to do real work.
- The iPad as Your In-between Mac, Dan Bashur, Apple, Tech, and Gaming, 03.09. Apple's iPad will have a place as the in-between Mac that can do a lot of the light duty tasks typically done on a notebook.
- Apple vs. HTC Will Delay iPad Competitors, Tim Nash, Taking Back the Market, 03.09. By filing suit against HTC, Apple may slow adoption of the Android platform while giving Windows 7 Mobile an unexpected boost.
- More links in our archive.
Recent Deals
- Best iPod touch Deals, 03.11. Refurb 8 GB, $149; 16 GB, $199; 32 GB, $249; 64 GB, $339; new 3G/8 GB, $184; close-out 2G/16 GB, $229; 3G/32, $270; 64, $355. Shipping included.
- Best 17" MacBook Pro Deals, 03.11. Used 2.33 GHz, $1,099; 2.5, $1,349; refurb 2.66, $1,949; 2.93, $2,199; new 2.8, $2,249 after rebate; 3.06, $2,749.
- Best Mac OS X 10.5 Deals, 03.11. "Leopard" one user, $180; upgrade from 10.4, $150; 5 users, $400; Server, 10 users, $493; unlimited users, $600.
- Best iPod nano Deals, 03.10. Refurb 4G/8 GB, $99; 16 GB, $119; 4G/8 GB, $129; 16 GB, $139; new 5G/8 GB, $134; 16 GB, $160. Shipping included.
- Best 15" PowerBook G4 Deals, 03.10. 1 GHz Combo, $400; 1.25 GHz, $460; 1.33 GHz SuperDrive, $539; 1.5 GHz, $550; 1.67 GHz, $589; hi-res, $800.
- Best iPod shuffle Deals, 03.10. New 3G/2 GB, pink, $53; other, $55, 4 GB, blue, $71; other, $73. Shipping included.
- Best 12" PowerBook G4 Deals, 03.09. 867 MHz Combo, $400; SuperDrive, $469; 1 GHz Combo, $430; SD, $479; 1.5 GHz Combo, $489; SD, $529.
- Best 17" PowerBook G4 Deals, 03.09. 1.0 GHz, $639; 1.67 GHz, $699.
- Best Mac Pro Deals, 03.09. Used from $1,200; refurb 2.66 GHz 4-core, $2,149; new 2.66, $2,299; refurb 2.93, $2,549; new, $2,899; refurb 2.26 8-core, $2,799; new, $3,045; more.
- More deals in our archive.
About LEM | Support | Usage | Privacy | Contacts
Navigation
Used Mac Dealers
Apple History
Video Cards
Email Lists
Favorite Sites
MacSurfer
MacMinute
MacInTouch
MyAppleMenu
InfoMac
Macs Only!
The Mac Observer
Accelerate Your Mac
RetroMacCast
PB Central
MacWindows
The Vintage Mac
Museum
DealMac
DealsOnTheWeb
Mac2Sell
ramseeker
Mac Driver Museum
JAG's House
System
6 Heaven
System 7 Today
the pickle's Low-End
Mac FAQ
Abandonware
Petition
Mac vs. PC Info
Affiliates
The Apple
Store
Mac
Connection
B&H
MacMall
TechRestore
ExperCom
Crucial
Memory
batteries.com
MacMinute
MacInTouch
MyAppleMenu
InfoMac
Macs Only!
The Mac Observer
Accelerate Your Mac
RetroMacCast
PB Central
MacWindows
The Vintage Mac
Museum
DealMac
DealsOnTheWeb
Mac2Sell
ramseeker
Mac Driver Museum
JAG's House
System 6 Heaven
System 7 Today
the pickle's Low-End
Mac FAQ
Abandonware
Petition
Mac vs. PC Info
Mac Connection
B&H
MacMall
TechRestore
ExperCom
Crucial Memory
batteries.com
