- Update your system
sudo dnf update
- If new updates were installed (in particular regarding the kernel) → Restart your virtual machine
- Install additional packages
sudo dnf install epel-release
- Update your system again
- Install additional tools
sudo dnf install gcc kernel-devel kernel-headers make bzip2 perl
- Install the Guest Additions
- In VirtualBox menu bar:
Devices > Insert Guest Additions CD Image…
- Execute
VBoxLinuxAdditions.run
- Restart your virtual machine
- Shared folder permission
sudo usermod --append --groups vboxsf $USER
- for me USER is
lkim