When adding a new system image there is an option to copy an active configuration to the image being installed. If we choose not to copy it, the installation process stops with error:
vyos@vyos:~$ add system image live-image-amd64.hybrid.iso Validating image compatibility Validating image checksums What would you like to name this image? (Default: 2025.09.09-1525-integration) There is already an installed image by that name; please choose again What would you like to name this image? (Default: 2025.09.09-1525-integration) 1111 Would you like to set the new image as the default one for boot? [Y/n] An active configuration was found. Would you like to copy it to the new image? [Y/n] n Cleaning up Unmounting target filesystems Removing temporary files Error: [Errno 2] No such file or directory: '/usr/lib/live/mount/persistence/boot/1111/rw/opt/vyatta/etc/config//config.boot' vyos@vyos:~$ show system image Name Default boot Running --------------------------- -------------- --------- 2025.09.09-1525-integration Yes Yes
As pointed out by @sarthurdev, this issue might relating to 3fe5f8f
Steps to reproduce:
- add system image live-image-amd64.hybrid.iso
- An active configuration was found. Would you like to copy it to the new image? [Y/n] n