Hell, I just got enough of this and installed the virtualbox modules directly from the VBoxGuestAdditions.iso, which is mounted by virtualbox when you say that it should install the guest additions. And now at least it works! Based on http://www.virtualbox.org/manual/ch04.html#idp5801200 # pacman -S dkms # pacman -R virtualbox-guest-additions -> otherwise the next command would complain # sh ./VBoxLinuxAdditions.run [root@myhost cdrom]# sh ./VBoxLinuxAdditions.run Verifying archive integrity... All good. Uncompressing VirtualBox 4.1.12 Guest Additions for Linux......... VirtualBox Guest Additions installer /etc/rc.d/functions: line 573: syntax error near unexpected token `<' /etc/rc.d/functions: line 573: ` done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /)' Removing existing VirtualBox DKMS kernel modules [DONE] Removing existing VirtualBox non-DKMS kernel modules [DONE] Building the VirtualBox Guest Additions kernel modules [DONE] Doing non-kernel setup of the Guest Additions [DONE] Starting the VirtualBox Guest Additions [DONE] /etc/rc.d/functions: line 573: syntax error near unexpected token `<' /etc/rc.d/functions: line 573: ` done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /)' Installing the Window System drivers [BUSY] Installing X.Org Server 1.12 modules [DONE] Setting up the Window System to use the Guest Additions [DONE] You may need to restart the hal service and the Window System (or just restart the guest system) to enable the Guest Additions. Installing graphics libraries and desktop services components [DONE] [root@myhost cdrom]# Not sure what's this with /etc/rc.d/functions: line 573: syntax error near unexpected token `<' /etc/rc.d/functions: line 573: ` done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /)' but everything seems to work now. -- View this message in context: http://archlinux.2023198.n4.nabble.com/virtualbox-modules-lts-tp4463075p4577196.html Sent from the arch general mailing list archive at Nabble.com.