I was installing this distro of Linux on my Parallels desktop for osx 11.2.0 (32581).
First, I had to umount dev because is mounted without exec permissions.
$umount /dev/sr0
$mount /dev/sr0 /media/cdrom
After that, when I was trying to install Parallels tools, an error occurred. Some packages was necessaries, like dkms, kpartx, linux-headers and printer-driver.
I had to uncomment the line of /etc/apt/sources.list relationed with contrib non-free, the last line of the file.
After uncomment:
$apt-get clean
$apt-get update
$apt-get upgrade -y
$apt-get dist-upgrade -y
And restart the system
Note: Thanks for MauricioB1
https://forum.parallels.com/threads/kali-2016-cant-install-parallels-tools.331796/ for find the original solution on
https://kalitut.blogspot.com.es/201...t-repositories.html?showComment=1456659118060
For last, I can install the Parallels Tools with the first instructions of this post (look up)
$/media/cdrom/install
But with the reboot, I have the "invisible mouse pointer" :-(
If I uninstall the Parallels Tools, I have the "visible mouse pointer" again.
Anyone help me, please. I have tried with the hardware options, unsuccessfully :-(
Click to expand...