Note : consider : disabling secureboot on bios or changing option from windows uefi to other os (for some motherboard){alertwarning}
1- Install Fedora or RHEL Repo Files:
2- Install dependency packages
3- Now install the latest VirtualBox version
4- Rebuild kernel modules with following command :
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo{codeBox}
2- Install dependency packages
dnf install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms{codeBox}
3- Now install the latest VirtualBox version
dnf install VirtualBox-5.0 (not virtualbox){codeBox}
4- Rebuild kernel modules with following command :
/usr/lib/virtualbox/vboxdrv.sh setup{codeBox}
5- Then, add VirtualBox User(s) to vboxusers Group
usermod -a -G vboxusers username{codeBox}
6- Start virtualbox : VirtualBox
🗨 Your suggestions are appreciated.