Installer WebUI Critical Error: org.fedoraproject.Anaconda.PayloadInstallationError: Failed to install image: process '['rsync', '-pogAXtlHrDx', '--stats', '--info=flist2,name,progress2', '--no-inc-recursive', '--exclude', '/dev/', '--exclude', '/proc/', '--exclude', '/tmp/*', '--exclude', '/sys/', '--exclude', '/run/', '--exclude', '/boot/*rescue*', '--exclude', '/boot/loader/', '--exclude', '/boot/efi/', '--exclude', '/etc/machine-id', '--exclude', '/etc/machine-info', '/run/install/sources/mount-0000-live_os_image/', '/mnt/sysroot']' exited with status 23 Adjunte el boletín /tmp/journal.log al problema. ---[ System & Environment Information ]--- OS: Fedora Linux 43 (Workstation Edition) Anaconda version: 43.44 Anaconda UI version: 53.14.g7ea927aa Reproducible: Always Steps to Reproduce: Boot from the Fedora 43 Workstation live ISO/USB medium. Launch the graphical installer (Anaconda WebUI). Proceed through initial setup screens (language, keyboard, storage configuration) until reaching the installation source selection. Select the default live OS image as the installation source and initiate the payload installation phase. Observe the failure during the image copy process. Actual Results: the installer aborts with the aforementioned PayloadInstallationError. The rsync command exits with status 23 (indicating partial transfer failure, often due to vanished source files, I/O errors, or exclusion mismatches). Installation cannot proceed, leaving the system uninstalled. Expected Results: The rsync process should complete successfully, transferring the live OS image from the mounted source to /mnt/sysroot without errors. The installer should progress to subsequent phases (e.g., package installation, bootloader configuration) and complete the Fedora 43 Workstation setup. Additional Information: This issue occurs in the live environment; no custom repositories or modifications were applied. Exit status 23 in rsync typically signifies issues such as file vanishing mid-transfer or protocol incompatibilities—review attached /tmp/journal.log for rsync verbose output (--stats, --info=flist2,name,progress2). No prior manual interventions (e.g., disk partitioning errors) were noted before the payload phase.
This rsync error (we use rsync to transfer the content of the Live image to the target system) is quite often caused by either the Live image being corrupted during download or the device (eg. USB flash drive) being faulty. So my suggestion is re-downloading the Live image and re-creatingn the installation medium, possibly using a different flash drive.
By the way, what do you mean by " until reaching the installation source selection"? The WebUI does not have an installation source selection yet. From the logs I assume that the error happens after starting the installation, in the installation progress screen.
*** This bug has been marked as a duplicate of bug 2412427 ***