Blog Archives
Installing Virtual Box Guest Additions in Manjaro i3 Edition
From your host Virtual Box Insert the Guest Additions CD Image.
As a Pre-Requisite Install the Kernel Header as my Linux kernel is 5.4 series and so Im installing by the below command
$sudo pacman -S linux54-headers
Now we need to mount the Virtualbox Guest Additions Image so Im creating a folder to mount
$ mkdir /opt/cdrom
#mount /dev/cdrom /opt/cdrom
#cd /opt/cdrom
#./VBoxLinuxAdditions.run
Now Reboot Mod+0 and press r to Reboot.
Let me know any tips/hacks in regard

