Indonesian Back|Track Team
Fixed Install Virtualbox on Kali Linux - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Penetration Testing Os (https://www.indonesianbacktrack.or.id/forum/forum-170.html)
+--- Forum: Kali Linux (https://www.indonesianbacktrack.or.id/forum/forum-232.html)
+---- Forum: Kali Linux Fix & Resolv (https://www.indonesianbacktrack.or.id/forum/forum-228.html)
+---- Thread: Fixed Install Virtualbox on Kali Linux (/thread-4502.html)

Pages: 1 2


Install Virtualbox on Kali Linux - yogi - 05-03-2013




RE: [ FIXED ] Install Virtualbox on Kali Linux - m4k4ss4rh4ck3r - 07-30-2013

thank u very much brother


RE: [ FIXED ] Install Virtualbox on Kali Linux - arafahcom - 09-15-2013

thanks om , fix nih Smile
tutorialnya ajib deh Big Grin
thanksss terkirim Big Grin


RE: [ FIXED ] Install Virtualbox on Kali Linux - M1+5C - 10-09-2013

kalau kayak gini gimn om?
ada warning nya

Spoiler! :

[Image: f4m1.png]




RE: [ FIXED ] Install Virtualbox on Kali Linux - M1+5C - 10-11-2013

maaf om double post
sekarang udah fix

Code:
root@m1+5c:~# virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (3.7-trunk-amd64) or it failed to
         load. Please recompile the kernel module and install it by

           sudo /etc/init.d/vboxdrv setup

         You will not be able to start VMs until this problem is fixed.

tinggal ketik
Code:
root@m1+5c:~# sudo /etc/init.d/vboxdrv setup

sekarang virtual nya udah bisa di install OS
Confused:- Confused:-


RE: [ FIXED ] Install Virtualbox on Kali Linux - xxx318 - 10-17-2013

(10-11-2013, 04:30 PM)M1+5C Wrote: maaf om double post
sekarang udah fix

Code:
root@m1+5c:~# virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (3.7-trunk-amd64) or it failed to
         load. Please recompile the kernel module and install it by

           sudo /etc/init.d/vboxdrv setup

         You will not be able to start VMs until this problem is fixed.

tinggal ketik
Code:
root@m1+5c:~# sudo /etc/init.d/vboxdrv setup

sekarang virtual nya udah bisa di install OS
Confused:- Confused:-

om ane udah coba sma kayak yang diatastapi malah keluar yang beginian.ada yang bisa kasih pencerahan om,
Code:
root@kali:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.7-trunk-686-pae cannot be found.
Please install the linux-headers-3.7-trunk-686-pae package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)



RE: [ FIXED ] Install Virtualbox on Kali Linux - xxx318 - 10-18-2013

(10-17-2013, 10:15 PM)xxx318 Wrote: udah fix om,maaf kalo double post \m/

om ane udah coba sma kayak yang diatas tapi malah keluar yang beginian.ada yang bisa kasih pencerahan om,
Code:
root@kali:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.7-trunk-686-pae cannot be found.
Please install the linux-headers-3.7-trunk-686-pae package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)

tnggal nambahin ini aja ternyata untuk error yang ane alami Confused:-

Code:
apt-get update && apt-get install -y linux-headers-$(uname -r)



RE: [ FIXED ] Install Virtualbox on Kali Linux - ZNS.jr - 10-18-2013

(10-09-2013, 06:42 PM)M1+5C Wrote: kalau kayak gini gimn om?
ada warning nya

Spoiler! :




saya juga pernah ngalamin yang kaya gini nih om,waktu itu gara2 ke update kernelnya.. saya benerinya cuma uninstall penuh virtualboxnya lalu saya install manual dengan paket virtualblabla.deb...


RE: [ FIXED ] Install Virtualbox on Kali Linux - iKONspirasi - 10-19-2013

(10-18-2013, 06:14 PM)xxx318 Wrote:
(10-17-2013, 10:15 PM)xxx318 Wrote: udah fix om,maaf kalo double post \m/

om ane udah coba sma kayak yang diatas tapi malah keluar yang beginian.ada yang bisa kasih pencerahan om,
Code:
root@kali:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.7-trunk-686-pae cannot be found.
Please install the linux-headers-3.7-trunk-686-pae package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)

tnggal nambahin ini aja ternyata untuk error yang ane alami Confused:-

Code:
apt-get update && apt-get install -y linux-headers-$(uname -r)

iya tuh di errornya kan udh diminta Big Grin
Code:
Please install the linux-headers-3.7-trunk-686-pae package,
artinya harap install linux header yang digunakan

btw utk TS ijo2 meluncur Big Grin


RE: [ FIXED ] Install Virtualbox on Kali Linux - xxx318 - 10-19-2013

(10-19-2013, 10:39 AM)iKONspirasi Wrote:
(10-18-2013, 06:14 PM)xxx318 Wrote:
(10-17-2013, 10:15 PM)xxx318 Wrote: udah fix om,maaf kalo double post \m/

om ane udah coba sma kayak yang diatas tapi malah keluar yang beginian.ada yang bisa kasih pencerahan om,
Code:
root@kali:~# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.7-trunk-686-pae cannot be found.
Please install the linux-headers-3.7-trunk-686-pae package,
or use the --kernelsourcedir option to tell DKMS where it's located
...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)

tnggal nambahin ini aja ternyata untuk error yang ane alami Confused:-

Code:
apt-get update && apt-get install -y linux-headers-$(uname -r)

iya tuh di errornya kan udh diminta Big Grin
Code:
Please install the linux-headers-3.7-trunk-686-pae package,
artinya harap install linux header yang digunakan

btw utk TS ijo2 meluncur Big Grin

hahahaa bener om.efek bingung + ketidaktahuan om.tapi error kmrn udah ngajarin sesuatu yang baru Smile