EBC Exercise 06 Installing Ubuntu on VirtualBox
Embedded Linux Class by Mark A. Yoder
Here's some things I learned installing VirtualBox. It's rather out of date. Please update it if you have something to add.
TI's notes
Here is how TI suggests setting up VirtualBox.
My Notes
- Download from here.
- Install as usual. I made no changes on the Custom Setup page. I got the following message some 9 times. I clicked continue.
- Start VirtualBox. Click New.
- Run the wizard and give your machine a name.
- I used 1024M for the memory size. Make sure your host computer has at least 2 times the real RAM as the virtual machine.
- Select Applications:Accessoris:Terminal from the menu.
- cd to /media/cdrom0 and run the file for your machine.
- Reboot your virtual machine.
- You can now resize your virtual machine screen.
Ian's notes
When setting up the VM if you are not using an existing hard disk I recommend going over the 8gb default size when creating a new disk while sticking the default format. I ran out of space when using the 8gb size, but it could have been due to mistakes on my part. When you run the VM for the first time, it will look for a media to boot off of, so if you downloaded the latest Ubuntu iso, mount that and begin your install. Congratulations, you now have an Ubuntu VM.
Unfortunately, you do not have a gui yet. This can be solved by following the steps here: http://dlc.sun.com.edgesuite.net/virtualbox/4.2.12/UserManual.pdf, under the section installing guest additions on Linux in the Ubuntu subsection. If it says it does not have permission to edit something, run the command with sudo in front of it.
Embedded Linux Class by Mark A. Yoder