Almost every time I install Fedora as a guest operating system on VirtualBox, I get some errors. This time I got “Warning: unsupported pre-release version of X.Org Server installed. Not installing the X.Org drivers.” error. You might get errors related to missing packages or unsupported kernel or incompatible verisions of packages etc…
1 2 3 4 5 6 7 8 9 10 11 12 |
$./VBoxLinuxAdditions.run Verifying archive integrity... All good. Uncompressing VirtualBox 5.1.12 Guest Additions for Linux........... VirtualBox Guest Additions installer Removing installed version 5.1.8 of VirtualBox Guest Additions... Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Building Guest Additions kernel modules. vboxadd.sh: Starting the VirtualBox Guest Additions. Warning: unsupported pre-release version of X.Org Server installed. Not installing the X.Org drivers. |
I fixed the […]