Kali Linux 2022.2 Parallels Tools installation

hi @brosenz, you need to remount the /media/cdrom with execute permission:
sudo mount -oro,exec,remount /media/cdrom
and then issue the install:
sudo /media/cdrom/install
Hope this helps
 
I tried gui and tools and I get the attached error.
2022.2 ARM Edition
Any help would be appreciated.
Thanks
Steve
 

Attachments

  • Screen Shot 2022-07-10 at 4.43.04 PM.png
    Screen Shot 2022-07-10 at 4.43.04 PM.png
    583.3 KB · Views: 104
Got it working with these steps.
sudo apt-get update
sudo apt-get install dkms
sudo apt-get install libelf-dev

Downloaded the 3 file from https://http.kali.org/kali/pool/main/l/linux/
linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb
linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb

sudo dpkg -i linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb
sudo dpkg -i linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
sudo dpkg -i linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb

Install tools
sudo mount -oro,exec,remount /media/cdrom0
sudo /media/cdrom0/install

Hope that helps.
 
Following for an official fix for Kali 2022.2 64bit. I've never had trouble like this with tools until now after recently switching to parallels from the competitors!
 
I upgraded to the latest version and updated my Kali instance with updates and I was able to get tools installed finally.
 
Hello Guys, Kali 2022.2 is now supported as a guest OS in the Parallels Desktop version 18. Please refer to this KB article to check the Supported Guest Operating Systems. We would suggest you upgrade the Parallels Desktop to version 18 and please check.
Thank you so much, Asish!

Everything is working perfectly now! Including the "Use All Displays in Full Screen" option, which wasn't working for me no matter what.

You guys at Parallels are awesome!
 
This is ridiculous, I run Parallels 16, and now I must buy a new licence to properly run Kali 2022.
Why can't you provide patched parallels tools for Parallels 16?
 
Got it working with these steps.
sudo apt-get update
sudo apt-get install dkms
sudo apt-get install libelf-dev

Downloaded the 3 file from https://http.kali.org/kali/pool/main/l/linux/
linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb
linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb

sudo dpkg -i linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb
sudo dpkg -i linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
sudo dpkg -i linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb

Install tools
sudo mount -oro,exec,remount /media/cdrom0
sudo /media/cdrom0/install

Hope that helps.
Thanks!! It Works in Kali 2022.3. You must update kernel version variable, and /media/kali/"Parallels Toots"
 
Got it working with these steps.
sudo apt-get update
sudo apt-get install dkms
sudo apt-get install libelf-dev

Downloaded the 3 file from https://http.kali.org/kali/pool/main/l/linux/
linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb
linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb

sudo dpkg -i linux-headers-5.16.0-kali7-common_5.16.18-1kali1_all.deb
sudo dpkg -i linux-kbuild-5.16_5.16.18-1kali1_arm64.deb
sudo dpkg -i linux-headers-5.16.0-kali7-arm64_5.16.18-1kali1_arm64.deb

Install tools
sudo mount -oro,exec,remount /media/cdrom0
sudo /media/cdrom0/install

Hope that helps.

that was the solution - just install the right header as suggested from the parallel tools
Of course - update your kali after install
some times please fix broken packages ...
 
Back
Top