Thank you, ThomasM7. This also worked for me.
I changed in /Applications/Parallels Desktop.app/Contents/MacOS/inittool
line: run_as_user "$usr" test -w "$path" -a -x "$path" && continue
to: test -w "$path" -a -x "$path" && continue
works for me