VirtualBox

Changes between Version 9 and Version 10 of Ticket #17189, comment 13


Ignore:
Timestamp:
Feb 11, 2018 7:37:44 AM (6 years ago)
Author:
jcrben

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17189, comment 13

    v9 v10  
     1START UPDATE 2:
     2OK, so I ended up figuring this out. Turns out Ubuntu 17.10 does have vboxvideo and vboxguest installed, altho not via a package. So that line in the installer (lsmod | grep -q vboxguest) was failing.
     3My fix:
     4{{{
     5echo "blacklist vboxvideo" >> /etc/modprobe.d/blacklist.conf
     6}}}
     7
     8On reboot:
     9{{{
     10modprobe -r vboxguest
     11sed -i '$ d' /etc/modprobe.d/blacklist.conf
     12}}}
     13
     14That addressed my issue. Also, just noticed that the 5.2.7 Guest Additions file is recommended.
     15
     16END UPDATE 2
     17
    118START UPDATE:
    219

© 2023 Oracle
ContactPrivacy policyTerms of Use