Çözüldü Gentoo Linux Virtualbox kurulumunda kernel hatası

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

404631

Hectopat
Katılım
24 Aralık 2020
Mesajlar
3.138
Makaleler
1
Çözümler
30
Merhabalar! Bugün Visual Studio için Virtualbox'a Windows kuracaktım. Kurdum ama açtığımda uygulama açılmasına rağmen sanal makineyi başlatamıyorum. Hata şu:
Kod:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (5.10.76-gentoo-r1-x86_64) or it failed to
         load. Please recompile the kernel module and install it by

           for m in vbox{drv,netadp,netflt}; do modprobe $m; done

         You will not be able to start VMs until this problem is fixed.
 
Çözüm
Merhabalar! Bugün Visual Studio için Virtualbox'a Windows kuracaktım. Kurdum ama açtığımda uygulama açılmasına rağmen sanal makineyi başlatamıyorum. Hata şu:
Kod:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (5.10.76-gentoo-r1-x86_64) or it failed to
         load. Please recompile the kernel module and install it by

           for m in vbox{drv,netadp,netflt}; do modprobe $m; done

         You will not be able to start VMs until this problem is fixed.
sudo modprobe vboxdrv
Merhabalar! Bugün Visual Studio için Virtualbox'a Windows kuracaktım. Kurdum ama açtığımda uygulama açılmasına rağmen sanal makineyi başlatamıyorum. Hata şu:
Kod:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (5.10.76-gentoo-r1-x86_64) or it failed to
         load. Please recompile the kernel module and install it by

           for m in vbox{drv,netadp,netflt}; do modprobe $m; done

         You will not be able to start VMs until this problem is fixed.
sudo modprobe vboxdrv
 
Çözüm

Yeni konular

Geri
Yukarı