I'm not able to shared clipboard and drag and drop in my VM.
I'm using VM version 7.2.8, Ubuntu 22.10.
The host is Windows 11,
Step 1 — First, make sure the VM is powered off completely:
In Windows, close the VM window → choose "Power off the machine"
Step 2 — In VirtualBox Manager (on Windows), select your VM → Settings:
Settings → General → Advanced
Shared Clipboard → Bidirectional
Drag and Drop → Bidirectional
Step 3 — Start the VM again, then inside Ubuntu run:
sudo apt install --reinstall virtualbox-guest-utils virtualbox-guest-x11 -y
Step 4 — Reboot VM:
sudo reboot
Step 5 — If still not working, try inserting Guest Additions manually:
In VirtualBox top menu while VM is running:
Devices → Insert Guest Additions CD Image
Then
sudo apt install build-essential dkms linux-headers-$(uname -r) -y
sudo mkdir /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom
sudo /mnt/cdrom/VBoxLinuxAdditions.run
sudo reboot
I've done these steps. But not working.