I upgraded to the 4.8 kernel line awhile back but kept the last 4.4 kernel just in case, so I have 3 kernel installed - 4.4.0-66, 4.8.0-32, and 4.8.0-39 - booting to 4.8.0-39.
I noticed this morning that dkms had not installed the nvidia-driver to all my kernels, although virtual-box was.
I thought this odd and problematic because if I needed to boot to a backup kernel, I wouldn't have any GUI. Also, since I had booted to these kernels in the past, they obviously had nvidia in them at one point. My suspicion is that an upgrade to the linux driver removed all the old dkms installed nvidia drivers but did not install itself to the older kernels.
I tried sudo dkms autoinstall both without specifying a kernel version, but it did nothing and returned no output. I ended up manually installing the driver to the two other kernels.
I was wondering if anyone else had noticed this. I'll be curious to see what happens with the next upgrade.
I noticed this morning that dkms had not installed the nvidia-driver to all my kernels, although virtual-box was.
Code:
[FONT=monospace][COLOR=#54FF54][B]stuart@office[/B][/COLOR][COLOR=#000000]:[/COLOR][COLOR=#5454FF][B]~[/B][/COLOR][COLOR=#000000]$ dkms status[/COLOR] nvidia-375, 375.39, 4.8.0-39-generic, x86_64: installed virtualbox, 5.0.32, 4.4.0-66-generic, x86_64: installed virtualbox, 5.0.32, 4.8.0-32-generic, x86_64: installed virtualbox, 5.0.32, 4.8.0-39-generic, x86_64: installed[/FONT]
I tried sudo dkms autoinstall both without specifying a kernel version, but it did nothing and returned no output. I ended up manually installing the driver to the two other kernels.
I was wondering if anyone else had noticed this. I'll be curious to see what happens with the next upgrade.
Comment