Temporarily set SELinux to permissive mode using setenforce 0 .

apt-get update && apt-get install -y perl tar gzip which

When using , the error "Unable to query the live Linux source machine" typically occurs because the software cannot retrieve essential hardware and system information from the source Linux machine. Common Causes and Troubleshooting Steps

Converter needs a password or an SSH key for root. Many modern Linux distros disable password-based root SSH by default.

SELinux in enforcing mode can block the Converter agent’s execution.

If not using the root account, the provided user must have sudo privileges without a password prompt for all commands. Add the user to /etc/sudoers using visudo : username ALL=(ALL) NOPASSWD: ALL . 2. Clean Up Login Scripts ( .bashrc )