87d4ad301d
Root cause: /tmp is mounted with noexec flag preventing execution. Changed TEMP_DIR from /tmp/acronis-install to /root/acronis-install This allows the installer binary to execute properly. Verified: mount shows /tmp with noexec option Solution: Use /root which allows execution