"bad interpreter" for executables saved in macos partition

FrancescoD4

Bit poster
Hello,

I am running debian (testing at 15.4.2020) on parallels with success. Parallels tools installed smoothly with kernel 5.10.26-1. I have two issues:
1) no sound device is recognised (not so important)
2) more important: all executables that are in the macos partition fail to run with:
bash: /media/psf/Home/test_script.sh: /bin/bash: bad interpreter: Invalid argument
### the test_script.sh was created in the linux env and moved in the macos shared partition and it contains only:
#!/bin/bash
echo "test"
#######

this problem was not present with the official kernel of stable debian (4.19.0-16)
 
Back
Top