Installing Ubuntu 12.10 on Virtualbox
I have installed Ubuntu on a virtual machine in Virtualbox. But I am having problems understanding how to install guest additions in Ubuntu. How do I do that?
Current certs: MCP (210) MCSA (270, 290, 291 and 680) MCTS (680, 640)
Comments
-
nosoup4u Member Posts: 365been a while since I've used virtualbox but i believe you can run some commands in the terminal
Chapter*4.*Guest Additions[h=5]Ubuntu[/h]- In order to fully update your guest system, open a terminal and run
apt-get update as root followed by
apt-get upgrade - Install DKMS using
apt-get install dkms - Reboot your guest system in order to activate the updates and then proceed as described above.
- In order to fully update your guest system, open a terminal and run
-
timme Member Posts: 16 ■□□□□□□□□□I have installed Ubuntu on a virtual machine in Virtualbox. But I am having problems understanding how to install guest additions in Ubuntu. How do I do that?
As far as I remember, the first step is to go to the Devices menu and click "install guest additions". This should mount the CD.
Now open terminal:cd /media ls
You should have a device like cdrom0cd cdrom0 sudo sh ./VBoxLinuxAdditions.run
-
haziz Member Posts: 21 ■□□□□□□□□□Remember also to install gcc and dkms before running the shell script from the auto-mounted virtualbox guest additions "CD-ROM".