Re: [arch-general] Virtualbox guest additions on custom kernel
9 Mar
2013
9 Mar
'13
1:59 a.m.
I suspect you're missing an optional dependency. $ pacman -Si virtualbox-guest-utils | grep non-stock Optional Deps : virtualbox-guest-dkms: Guest kernel source modules for non-stock kernels It's likely that it will work as it does work for the host, https://wiki.archlinux.org/index.php/VirtualBox#Hosts_running_a_custom_kerne... , IOW I guess you need to install "virtualbox-guest-dkms", then run # dkms install vboxhost/$(pacman -Q virtualbox|awk {'print $2'}|sed 's/\-.\+//') -k $(uname -rm|sed 's/\ /\//') and after that to load the modules.
4272
Age (days ago)
4272
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ralf Mardorf