Problem With Pi Continuously Rebooting Kali
-
Problem getting Share Folders and Copy & Paste on Kali Rolling - Virtualbox
Hi, I made a new instalation on Virtualbox machine, follow the instructions publish on the website, but i cant get work the virtualbox sharing folders and copy & paste bidirectional.
I try installing guest adition like the older version and try with apt-get install virtual... and nothing.
Any help please?
-
I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.
apt-get purge virtualbox-guest-x11
apt-get autoremove --purge
reboot
apt-get update
apt-get dist-upgrade
reboot
apt-get update
apt-get install -y virtualbox-guest-x11
rebootOf course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.
-
I try it, but nothing :-( any other suggestion?
And I have problem getting my Alfa adapter on Monitor mode too, so I donto know if it's about the same, cause It works fine if I use it on Kali stand alone.
-
Ok, I make it work:
Just did:
1.- apt autoremove
2.- apt-get remove && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
3.- apt autoremoveAnd now it's working the saher and copy&paste.
But still having problems with the alfa adapter: I'm here -->> https://forums.kali.org/showthread.p...8virtualbox%29
Thanks for the help.
-
Thank you. This worked much much better than the other stuff I've tried. Full screen and shared clipboard now work like a charm. But I'm still having issues with the drag and drop. It "allows" me to drag and drop files into the guest system but the files never actually show up. Any ideas? I'm working from a windows host.
-
i created this account just to say thank you! after the update some weird things were happening with vbox and LYAKOV's solution got my desktop back at full screen!
thanks a ton mate!
-
Hi, I was having the same problem and I tried this method, but after the second reboot, kali linux is not even capturing my mouse and I cannot navigate the screen. Any idea what's happening?
-
Thans mate
Originally Posted by lyakov
-
lyakov's solution also worked for me, thanks!
-
Originally Posted by lyakov
its very helpfull if you explain in detail
-
Missing steps
Thank you for the help, however these steps wasn't enough for my, for some reason. It didn't appear in the media directory after configuring the share, as described in some manuals online.
I'm using 2017.3 with vbox 5.2.2.Here're the extra steps (mounting the shared folder in the guest OS):
- create a folder, with whichever name you want wherever you want - this is the mountpoint
- mount -t vboxsf [-o OPTIONS] sharename mountpoint
- In order to persist the change, you need to modify /etc/fstab and add the following line: sharename /media/vbox_shared_folder vboxsf defaults 0 0
NOTE: the sharename is what you configured when you defined the folder.
See some details and different answers here.
Detailed manual from VirtualBox here.Hope it helps anyone.
-
@guyarad - Thanks for the help. I was having same issue as you. Followed your steps and issue is now solved.
-
Hi lyakov,
I am having the same problem and followed your instructions but didnt worked for me. I will be kind if you will guide me. Thanks in advance.
-
@DermotDerwin try my suggested solution above
-
Solution also worked for me, thank you lyakov!
-
Originally Posted by lyakov
-
apt-get purge virtualbox-guest-x11
apt-get autoremove --purge
reboot
apt-get update
apt-get dist-upgrade
reboot
apt-get update
apt-get install -y virtualbox-guest-x11
reboot,i did this same but still it's not working for me, i have vmware & in settings drag+share & copy paste ticked but it's not working? any help ........
-
Originally Posted by guyarad
-
Originally Posted by lyakov
Source: https://forums.kali.org/showthread.php?30167-Problem-getting-Share-Folders-and-Copy-amp-Paste-on-Kali-Rolling-Virtualbox
0 Response to "Problem With Pi Continuously Rebooting Kali"
Post a Comment