Difference between revisions of "EBC Exercise 06 Notes on VirtualBox"
From eLinux.org
(Created page with 'Category:ECE597 Here's some things I learned installing VBox. * Install from [http://www.virtualbox.org/wiki/Downloads here]. * I'll add some details on how I got it to use…') |
|||
| Line 1: | Line 1: | ||
[[Category:ECE597]] | [[Category:ECE597]] | ||
| − | Here's some things I learned installing | + | Here's some things I learned installing VirtualBox. |
| − | * | + | * Download from [http://www.virtualbox.org/wiki/Downloads here]. |
| + | * Install as usual. I made no changes on the '''Custom Setup''' page. I got the following message some 9 times. I clicked continue. | ||
| + | [[File:VBox_-_Install_Warning.png|300px]] | ||
* I'll add some details on how I got it to use a VMware disk. | * I'll add some details on how I got it to use a VMware disk. | ||
* Install DKMS via <code>sudo apt-get install dkms</code> | * Install DKMS via <code>sudo apt-get install dkms</code> | ||
* Install the '''Guest Additions''' from [http://ubuntu-tutorials.com/2007/10/13/installing-guest-additions-for-ubuntu-guests-in-virtualbox/ here]. This will let you use use larger screen resolutions and handles the mouse better. | * Install the '''Guest Additions''' from [http://ubuntu-tutorials.com/2007/10/13/installing-guest-additions-for-ubuntu-guests-in-virtualbox/ here]. This will let you use use larger screen resolutions and handles the mouse better. | ||
* | * | ||
Revision as of 15:49, 30 April 2010
Here's some things I learned installing VirtualBox.
- 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.
- I'll add some details on how I got it to use a VMware disk.
- Install DKMS via
sudo apt-get install dkms - Install the Guest Additions from here. This will let you use use larger screen resolutions and handles the mouse better.