<div dir="ltr">I had a similar (but not exactly the same) problem yesterday.  In my case, I'm running a Ubuntu GNOME 16.10 VM inside of VirtualBox, which is sitting on a Windows 10 host at work.  I built the VM the day 16.10 came out, but VB did not have up-to-date Guest Additions out yet.  Yesterday they released an updated version of VB (5.1.8 r111374).<div><br></div><div>So to fix the non-working G/A on the VM, I needed to do:</div><div><br></div><div><div>sudo apt-get remove dkms build-essential linux-headers-*</div><div>sudo apt-get install dkms build-essential linux-headers-$(uname -r)</div></div><div><br></div><div>Then after a reboot I was able to install the (new) G/As.</div><div><br></div><div>Hope this helps, but do keep in mind that our problems were not exactly the same, but close.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 20 Oct 2016 at 10:21 B. S. <<a href="mailto:bs27975@gmail.com">bs27975@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I haven't specifically run into this with vbox, but many do with video<br class="gmail_msg">
drivers when trying to use the nvidia proprietary drivers instead of<br class="gmail_msg">
nouveau. [Which IIRC is no longer possible with 16.04 [15.10?] - seems<br class="gmail_msg">
to me I read something about Canonical preventing such, going forwards?)<br class="gmail_msg">
<br class="gmail_msg">
The term you want is 'blacklisting', and involves the files in<br class="gmail_msg">
/etc/modprobe.d. If you search those terms with those of what you're<br class="gmail_msg">
doing, I suspect you'll be able to zero in on exact specific steps<br class="gmail_msg">
you're looking for.<br class="gmail_msg">
<br class="gmail_msg">
I would have thought, though, if you apt-get purge vboxsf(?), things<br class="gmail_msg">
would sort themselves out for you by themselves.<br class="gmail_msg">
<br class="gmail_msg">
I do consistently run into a problem similar to what you describe, using<br class="gmail_msg">
vbox out of the repositories. virtualbox 5.0 keeps updating, breaking<br class="gmail_msg">
the Oracle VM VirtualBox Extension Pack each time. PITA.<br class="gmail_msg">
<br class="gmail_msg">
Each update you have to go in to vbox as root and get and install the<br class="gmail_msg">
extension again. (You can exit out of the root instance immediately.)<br class="gmail_msg">
Until you do, running vbox as non-root will continuously complain and<br class="gmail_msg">
fall over. Once you do, the complaints stop. Quite irritating.<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
On 10/20/2016 06:06 AM, William Park via kwlug-disc wrote:<br class="gmail_msg">
> (cross-posted to GTALUG, so some will get duplicate)<br class="gmail_msg">
><br class="gmail_msg">
> Question for Ubuntu users...<br class="gmail_msg">
><br class="gmail_msg">
> VirtualBox Guest Additions installed by default on Ubuntu/Kubuntu VM is<br class="gmail_msg">
> 5.0.18, ie.<br class="gmail_msg">
>      modinfo vboxsf<br class="gmail_msg">
><br class="gmail_msg">
> Now, when I try to upgrade to latest 5.1.8, the install script<br class="gmail_msg">
> (VBoxLinuxAdditions.run inside VBoxGuestAdditions.iso) finishes OK, but<br class="gmail_msg">
> the version is still 5.0.18.  Looking at kernel drivers, it seems that I<br class="gmail_msg">
> have 2 versions of drivers:<br class="gmail_msg">
>      kernel/ubuntu/vbox/...   --> from Ubuntu kernel<br class="gmail_msg">
>      misc/...                 --> newly compiled<br class="gmail_msg">
><br class="gmail_msg">
> When I removed the default kernel drivers, then it uses the newly<br class="gmail_msg">
> compiled 5.1.8 drivers. (which is what I want)<br class="gmail_msg">
><br class="gmail_msg">
> What is Ubuntu-way of removing kernel drivers, or specifying which<br class="gmail_msg">
> driver should be loaded?<br class="gmail_msg">
><br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
kwlug-disc mailing list<br class="gmail_msg">
<a href="mailto:kwlug-disc@kwlug.org" class="gmail_msg" target="_blank">kwlug-disc@kwlug.org</a><br class="gmail_msg">
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" class="gmail_msg" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div>