1

I have virtualbox on my HOST ubuntu 17.10.1 and also in my GUEST. I enabled bidirectional clipboard access, installed the guest additions (both from the CD and from the package manager), rebooted and I still don't have clipboard access.

I couldn“ t find anything about the ubuntu 17.10, only for older ubuntus, which also asked me to restart VBoxClient, but such service does not exist on my computer

Poperton
  • 1,283

1 Answers1

2

did you try this answer? Specifically, after guest additions installed, open a terminal and type this:

sudo VBoxClient --clipboard

after that it should work even after reboot.

jmarina
  • 1,075