faniebraai
RIP
Hey guys,
I want to install a Windows VM with virtualbox. But can't even get virtual box installed properly. Here are the steps I followed, and the issues I got. Any advice will be appreciated.
1. Downloaded the following from virtualbox website:
- virtualbox-4.3_4.3.18-96516~Ubuntu~raring_amd54.deb
- Oracle_VM_VirtualBox_Extension_Pack-4.3.18-96516.vbox-extpack
2. Install virtualbox-4.3_4.3.18-96516~Ubuntu~raring_amd54.deb with Ubuntu Software Center
3. Install Oracle_VM_VirtualBox_Extension_Pack-4.3.18-96516.vbox-extpack
4. Create a virtual machine. Windows. Put the installation disk in my pc's dvd drive, and tell the VM to use that drive as it's optical disk.
All successful up to this point.
5. Try to start the VM, and this is the error I get:

6. So after googling the issue, this is what I'm told to do:
install virtualbox-dkms
7. So from here I'm thinking, sudo apt-get install virtualbox-4.3, right?
I'll take any and all advice.
I want to install a Windows VM with virtualbox. But can't even get virtual box installed properly. Here are the steps I followed, and the issues I got. Any advice will be appreciated.
1. Downloaded the following from virtualbox website:
- virtualbox-4.3_4.3.18-96516~Ubuntu~raring_amd54.deb
- Oracle_VM_VirtualBox_Extension_Pack-4.3.18-96516.vbox-extpack
2. Install virtualbox-4.3_4.3.18-96516~Ubuntu~raring_amd54.deb with Ubuntu Software Center
3. Install Oracle_VM_VirtualBox_Extension_Pack-4.3.18-96516.vbox-extpack
4. Create a virtual machine. Windows. Put the installation disk in my pc's dvd drive, and tell the VM to use that drive as it's optical disk.
All successful up to this point.
5. Try to start the VM, and this is the error I get:

6. So after googling the issue, this is what I'm told to do:
install virtualbox-dkms
Code:
Processing triggers for menu (2.1.47ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up libgsoap5:amd64 (2.8.17-1) ...
Setting up virtualbox (4.3.18-dfsg-1) ...
insserv: script virtualbox: service vboxdrv already provided!
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package virtualbox (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of virtualbox-dkms:
virtualbox-dkms depends on virtualbox (>= 4.3.18-dfsg-1); however:
Package virtualbox is not configured yet.
Package virtualbox-4.3 which provides virtualbox is not installed.
dpkg: error processing package virtualbox-dkms (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of virtualbox-qt:
virtualbox-qt depends on virtualbox (= 4.3.18-dfsg-1); however:
Package virtualbox is not configured yet.
[B]Package virtualbox-4.3 which provides virtualbox is not installed.[/B]
dpkg: error processing package virtualbox-qt (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-10ubuntu2) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
virtualbox
virtualbox-dkms
virtualbox-qt
E: Sub-process /usr/bin/dpkg returned an error code (1)
7. So from here I'm thinking, sudo apt-get install virtualbox-4.3, right?
Code:
sudo apt-get install virtualbox-4.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package virtualbox-4.3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'virtualbox-4.3' has no installation candidate
I'll take any and all advice.
