So our parallels tools no longer installs on current debian 11 (buster).
The missing linux-header package version can be fixed though and here is how:
After mounting the installation disk via the paralles menu in the vm run:
mount /dev/cdrom
mkdir -p /tmp/cdrom
cp -R /media/cdrom/* /tmp/cdrom/...
I've been trying to get the Parallel Tools installed on Debian Buster released by the Raspberry Pi foundation but constantly failing with file or object not found.
The Stretch version of the install worked first time so I am not sure if its a Buster or Desktop vs Tools issue :confused:
All...