Thursday, December 10, 2009
How to install Jolicloud in a VirtualBox
Not wanting to go through this hassle for a virtual machine, nor knowing if I could even boot a virtual machine with a thumb drive, I searched for instructions for a non-thumb drive install. I found several sites but apparently, they were for an earlier build that had some other bootstrap process. They mentioned using an .img file (which the current download doesn't have) and going through a number of different steps to convert it to something the VirtualBox software could read. These directions didn't seem to be appropriate for the current version. (These sites indicated they were for an Alpha release that required an invitation. At the time of this writing, the version is a PreBeta and does not require an invitation.)
I let the problem percolate in the back of my brain for a bit as I worked on other things. At some point, I realized the current build uses an ISO file. I wondered, "What are the odds that image is bootable?" Figuring the odds were good, I downloaded all 600 megabytes of it.
When the download finished, I used VirtualBox's normal creation wizard to create a simple virtual machine (512MB memory, 4GB virtual hard drive, Ethernet bridged to the host's NIC). I mounted the ISO image as the CD drive and set it as the boot drive with the virtual, empty hard drive second. When I started the machine, it booted just fine and presented a standard startup screen giving me several options, one of which was to install to the hard drive. From this point on, it proceeded as a typical install. The only things the install wanted from me were the language, keyboard layout, time zone and user information. When done, it shutdown. I unmounted the ISO file from the CD drive and turned the machine back on. Everything seems to be working perfectly so far. For whatever it's worth, it does seem to be faster than Chromium running in another, identically configured virtual machine.
That's it. Very painless. Everything just worked.
5 comments:
Comments are welcome but I do moderate them. This is simply to keep things wholesome for general family viewing. By default, comments will be accepted. The few things that will cause a comment to be rejected are:
1. It is too long even though it may be well-written and make interesting points. It's supposed to be a comment, not an essay. If you have that much to say, write a blog article and backlink to me.
2. It is nasty, impolite or uses language that is unacceptable.
3. It includes a a link that has a typo or is broken in some other way.
4. It should have been sent as an e-mail since it is clearly addressed to me and does not appear to have been intended for other readers.
5. It is blatantly self-promotional. This does not mean it can't be self-promotional at all, but it should add some value over an above the marketing.
I pretty much followed the method you used, but I can't get Guest Additions working - have you had any luck?
ReplyDeleteThanks for this tip, worked like a charm!
ReplyDeleteGordon, I found some instructions for installing guest additions at http://getsatisfaction.com/jolicloud/topics/how_can_i_use_jolicloud_in_virtualization_software
ReplyDeleteThe bottom line is, with the guest additions ISO mounted in the cdrom, the following needs to be done in a terminal window:
sudo apt-get update
sudo apt-get install make linux-headers-$(uname -r)
cd /media/cdrom0
sudo ./VBoxLinuxAdditions-x86.run
Hope this helps.
Cool stuff. Just like you I wanted to give this a test. I'm always on the lookout for my next candidate for 'Grandma OS'. You see, I don't believe our oldest generation doesn't want to use computing devices, they just don't want to use OBTUSE computing devices.
ReplyDeleteyour method and your tip's is very great and it's working so thank you .......!
ReplyDelete