Skip to content

Instantly share code, notes, and snippets.

@rajeshpv
Created October 16, 2018 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajeshpv/5c3761980ad730664b1c4111cf4a6785 to your computer and use it in GitHub Desktop.
Save rajeshpv/5c3761980ad730664b1c4111cf4a6785 to your computer and use it in GitHub Desktop.
Please type here
@rajeshpv
Copy link
Author

@rajeshpv
Copy link
Author

https://communities.vmware.com/thread/588385 how install vmplayer on fedora 28
Installing windows 10 as guest in Linux https://kb.vmware.com/s/article/2128790
How create bootable fedora image from Windows Host https://docs.fedoraproject.org/en-US/fedora/f28/install-guide/install/Preparing_for_Installation/

@rajeshpv
Copy link
Author

@rajeshpv
Copy link
Author

install from GUI of "Nvidia Graphics Drivers Control Panel"

@rajeshpv
Copy link
Author

from search install "NVIDIA Linux Graphics Driver"

@rajeshpv
Copy link
Author

RTR3InitEx failed with rc=-1912 (rc=-1912)

The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing

'/sbin/vboxconfig'

may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.

where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.

@rajeshpv
Copy link
Author

rajeshpv commented Oct 22, 2018

https://forums.virtualbox.org/viewtopic.php?f=7&t=85711

sudo dnf install elfutils-libelf-devel.x86_64 libelf-dev libelf-devel elfutils-libelf-devel
sudo /sbin/vboxconfig
sudo /usr/lib/virtualbox/vboxdrv.sh setup
sudo dnf install kernel-core kernel-devel kernel-headers kernel modules kernel-modules-extra kernel-tools kernel-tools-libs kernel-tools-libs-devel

sudo systemctl status vboxdrv

@rajeshpv
Copy link
Author

dnf install libelf-dev libelf-devel elfutils-libelf-devel
sudo /sbin/vboxconfig

@rajeshpv
Copy link
Author

systemctl stop libvirtd.service and systemctl disable libvirtd.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment