I use Ubuntu 16.04 and have installed VirtualBox-5.1.38_Ubuntu r122592 and also VBoxGuestAdditions.iso by this command:
$ sudo apt-get install virtualbox-guest-additions-iso
Previously I created some virtual machines and shared clipboard between Host and Guests (bidirectional). Yesterday I created another guest and did these:
- mounting
VBoxGuestAdditions.isointo the guest running
sudo sh ./VBoxLinuxAdditions.runin mounted iso (in guest):Verifying archive integrity ... All good. Uncompressing VirtualBox 5.1.38 Guest Additions for Linux........... VirtualBox Guest Additions installer Removing installed version 5.1.38 of VirtualBox Guest Additions... Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Starting the VirtualBox Guest Additions.Devices -> Share Clipboard -> Bidirectional- rebooting guest
But "clipboard sharing" is not enabled, however I can do copy/paste between older created guests and host. How I can solve this problem?
Bidirectionaland other options in menu are not grayed (those seems to be in normal state) ;but I cannot do copy/paste between host and guest. – hasanghaforian Sep 21 '18 at 06:29VBoxLinuxAdditions.runhas been installed correctly, I have experiences when I didn't pay attention toVBoxLinuxAdditions.runoutput and thought it was installed while it wasn't and was complaining about some packages and kernel headers if I remember correctly. – Ravexina Sep 21 '18 at 06:35sudo sh ./VBoxLinuxAdditions.runto my question in second bullet. Please see it. Also guest isLubuntu 18.04. – hasanghaforian Sep 21 '18 at 06:50Lubuntu 18.04and it works. Can you add an answer then I can accept that and it may be useful for others. – hasanghaforian Sep 21 '18 at 16:29