Page 1 of 2
how to install additions ?
Posted: 26. Nov 2010, 15:22
by whatsup
hay all.
I just finished installing ubuntu9 on vbox, but when trying to install addons,
i get a message that i need admin access.
can you help me that ?
thanks in advanced
Re: how to install additions ?
Posted: 26. Nov 2010, 16:13
by FrodoHobbits
When you install Ubuntu you setup a user and password. Use this password and this should allow you to install the additions.
Re: how to install additions ?
Posted: 27. Nov 2010, 15:28
by Sasquatch
Re: how to install additions ?
Posted: 27. Nov 2010, 18:35
by whatsup
FrodoHobbits, thanks for your reply.
i'm a newb with linux, so i'll describe here what i did, hope you can help me
i did what you said in the linux install process,
after that i clicked on the vm menu, install additions
then i saw the CD install icon on ubuntu desktop
i clicked on it, and then a file manager was opened, and i saw some packeges in the cd.
i choose VBoxLinuxAdditions-x86.run, clicked on it,
and then i got a message how dow i want to run it,
i tried to run it in console mode, and without console mode
and in both cases i saw a message that i need admin rights and the window was closed.
so my question how to make it run with admin rights ?
i couldn't find a way to do that.
Re: how to install additions ?
Posted: 27. Nov 2010, 19:06
by stefan.becker
This is not a VBOX Problem. Use "sudo" as prefix if you want get root under ubuntu.
Re: how to install additions ?
Posted: 27. Nov 2010, 21:48
by whatsup
i know this is not a vbox problem, but it still related here, so i hoped to get some help.
i absolutly don't know what is this "sudo", as i already mentioned,i'm completely newb with ubuntu
Re: how to install additions ?
Posted: 27. Nov 2010, 23:11
by stefan.becker
Use Google. Or post in an Ubuntu Forum.
This has nothing to do with VBOX. Its a guest usage problem.
Re: how to install additions ?
Posted: 27. Nov 2010, 23:25
by Perryg
@whatsup,
If you click the link
Howto: Install Linux Guest Additions + Xorg config it tells you how to install the guest additions. You want the debian type since you are talking about Ubuntu.
sudo is just something you type to be able to install in root as a standard user (and use your password) such as:
sudo apt-get update or sudo apt-get upgrade which you will need to do before you install the extra packages to be able to install the guest additions.
Re: how to install additions ?
Posted: 28. Nov 2010, 22:34
by whatsup
thank you perryg for your help.
i post a screen shot of what is going on here.

- Untitled.jpg (30.1 KiB) Viewed 3726 times
as you can see in the image, i don't have any place to write something,
also no debian
can you please give more details, step by step, what i should do to login with admin privilage ?
(remember i'm total newb with linux, the only thing i know about linux is that it is free)
Re: how to install additions ?
Posted: 28. Nov 2010, 22:45
by stefan.becker
The answer is second times above. Use "su" or "sudo".
Re: how to install additions ?
Posted: 28. Nov 2010, 22:51
by Perryg
Open a terminal windows and type the following lines one at a time
<comments between < > are instructional!
sudo -i <press enter> enter your password <press enter>
apt-get update <press enter>
apt-get upgrade <press enter>
apt-get install dkms build-essential linux-headers-generic <press enter>
reboot
open terminal again and type sudo -i <press enter>
Click on the device tab at the top left of the window and click install guest additions.
Now in terminal
cd /media <press enter>
find the right install for your version it should be VBoxGuestAdditions- (which ever fits) .run
just type the file name and <press enter>
reboot when done.
Re: how to install additions ?
Posted: 28. Nov 2010, 22:51
by Sasquatch
I've updated the howto to give a bit more understanding in how to obtain root privileges. Please check the first section of the howto again (after which you can follow the rest) and tell me if it helped compared to last time. In case you can't scroll back up, or read my signature, the howto is here:
Howto: Install Linux Guest Additions + Xorg config.
Re: how to install additions ?
Posted: 30. Nov 2010, 20:20
by whatsup
thank you very much all.
your help helped me, and now i have a working linux with additions
the information i was missing is that i need to OPEN a TERMINAL,
and not trying install from the file manager GUI.
FrodoHobbits gave me this information, which solved my problem.
Open up Terminal
sudo mount /dev/scd0 /media/cdrom
It's now mounted on /media/cdrom
cd /media/cdrom
sudo sh ./VBoxLinuxAdditions-x86.run
This should start the installer and you will probably be asked for your password.
thank you very much Frodo
Re: how to install additions ?
Posted: 30. Nov 2010, 21:17
by Sasquatch
Humm, it is noted in my howto, even where you can possibly find it. Can it be that it's too easy to miss?
Re: how to install additions ?
Posted: 30. Nov 2010, 22:21
by iamalittlepepper
I think the script should tell people to check for prerequisites and check your post before proceeding. I think a lot of the issues that people are having on this forum is due to false positives that GA modules are compiled and installed correctly.
Sasquatch wrote:Humm, it is noted in my howto, even where you can possibly find it. Can it be that it's too easy to miss?