Posts mit dem Label VirtualBox werden angezeigt. Alle Posts anzeigen
Posts mit dem Label VirtualBox werden angezeigt. Alle Posts anzeigen

Sonntag, 31. Mai 2015

How To Install VirtualBox 4.3. On Ubuntu 14.04

 (c) http://www.n00bsonubuntu.net/content/install-virtualbox-ubuntu-14-04/

How To Install VirtualBox 4.3. On Ubuntu 14.04

Here is a guide to install VirtualBox and the VirtualBox extension pack. I will also show you how to add your username to the vboxusers group to enable the USB support.

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. See “About VirtualBox” for an introduction.


To install VirtualBox follow these steps:

Press the SuperKey and type: software.
In the search results click on: Software & Updates
Click on the Other Software tab
Click on the Add… button
Copy + paste the following line to the APT line: field:
deb http://download.virtualbox.org/virtualbox/debian saucy contrib
Click on the add Add Source button
Enter your password
Click on the Authenticate button
Click on the Reload button
Close the window

Now open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

sudo apt-get update && sudo apt-get install virtualbox-4.3 -y

wget http://download.virtualbox.org/virtualbox/4.3.10/Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack

sudo adduser yourusername vboxusers
When done you can close the terminal window, you need to logout and back in to enable USB support.

To Install the extension pack open your Home folder and double click on the Oracle_VM_VirtualBox_Extension_Pack-4.3.10-93012.vbox-extpack file and install it with VirtualBox.

To start VirtualBox press the SuperKey and type: virtualbox followed by Enter.

Sonntag, 21. Oktober 2012

Ubuntu: Virtual box error NS_ERROR_FAILURE (0x80004005)

Nach Migration der VirtualBox von Win7 zu Ubuntu


Virtual box error NS_ERROR_FAILURE (0x80004005)


sudo /etc/init.d/vboxdrv setup


oder besser

I found a solution for this.
In your home folder /home/xxxx/.VirtualBox the file VirtualBox.xml became corrupted so delete it (when you restart virtualbox you will have to re-register).
After that go to virtualbox menu for Virtual Media Manager and add the xxxx.vmdk image to it.
Next step add a new OS for virtualbox and select the first (for me xp) then select for Boot Hard Disk use existing hard disk and select the one you added for media manager.
There your done vbox is now working with your virtual hard disk before the crash and you don't loose anything.

My next step was back in my .Virtualbox folder i copied the 3 files (compreg.dat, VirtualBox.xml and xpti.dat) to .xxxx (copy) in the same folder (just in case this happens again).
The last step was to make another virtualbox snapshot.

Ubuntu: VirtualBox USB-Geräte

 virtual box keine usb geräte

In "/etc/udev/rules.d/10-vboxdrv.rules" ändere "Mode="0600"" in "MODE="0666"". Das dürfte das Problem lösen. ;)


---------------------------------------------------------------------------------------------------------------------------

USB-Geräte funktionieren nicht?

groups
-> in gruppe vboxusers? wenn nein ->


sudo adduser BENUTERZNAME vboxusers
sudo adduser $USERS vboxusers