My problem is: After vbox guest additions uninstallation, the Kernel module is still existing and will be loaded on start!?
The host i use is Windows 10 Pro x64.
I uninstalled the drivers with that command:
/usr/sbin/vbox-uninstall-guest-additions
After that, i've done a restart via "init 6".
Then, the file /usr/sbin/vbox-uninstall-guest-additions was deleted, i checked that with "cat /usr/sbin/vbox-uninstall-guest-additions" ... message: "File or directory was not found"
BUT: When i enter "modinfo vboxguest", it seems the kernel module still exists AND will be loaded on start:
Code: Select all
root@xxx-yyy-v5:~# modinfo vboxguest
filename: /lib/modules/4.19.0-0.bpo.9-amd64/kernel/drivers/virt/vboxguest/vboxguest.ko
license: GPL
description: Oracle VM VirtualBox Guest Additions for Linux Module
author: Oracle Corporation
alias: pci:v000080EEd0000CAFEsv00000000sd00000000bc*sc*i*
depends:
retpoline: Y
intree: Y
name: vboxguest
vermagic: 4.19.0-0.bpo.9-amd64 SMP mod_unload modversions
signat: PKCS#7
signer:
sig_key:
sig_hashalgo: md4
So: How to uninstall ALL drivers files / directories / modules / entries properly? I don't like if i have critical systems in an inconsistent state like that!
Thank you very much for your feedbacks! :-)