Trying to crunch some work units from Atlas/LHC@Home, and I keep getting the "virtual box is not installed" error. In Ubuntu 18.04, I installed the following packages that were in the Ubuntu repo:
- boinc (Metapackage 7.9.3)
- boinc-client (Core Client 7.9.3)
- boinc-manager (Boinc Manager 7.9.3)
- boinc-virtualbox (Metapackage 7.9.3)
- boinc-client-nvidia-cuda (Metapackage 7.9.3)
- libboinc7 (Libraries 7.9.3)
- virtualbox (Virtual Box 5.2.44)
- virtualbox-ext-pack (Extension Pack 5.2.44)
Confirmed that virtualization was on by running lscpu and found the line that reads:
Virtualization: VT-x
*should read VT-x for Intel processors, or AMD-v for AMD processors.
Also checked that I could start a VM in Virtual Box with virtualization running.
Checked the client_state.xml file in the Boinc Data Directory (found in var/lib/boinc-client) to make sure there was a line that reads:
<p_vm_extensions_disabled>0</p_vm_extensions_disabled>
*should be 0 or absent. If it has a one, you need to make sure you've closed Boinc and ended all its processes, edit it, and save it as an ascii-file.
Also checked my firewall, local resources, anti-virus, and ports per this thread.