Comment 12 for bug 2058648

This system was a rsync clone of a baremetal 22.04 system with the intention of being the drive I test the 24.04 upgrade on before doing it, so I still have the source system on 22.04 if there is something you want me to investigate on the source. I suppose the rsync command may not be syncing correctly or I'm using the wrong flags.

The rsync was done

    rsync -qaxH --delete --ignore-errors / /mnt/backup
    rsync -qaxH --delete --ignore-errors /boot/efi /mnt/backup/boot

    sed -i "s/$SourceRootUUID/$TargetRootUUID/g" /mnt/backup/etc/fstab
    sed -i "s/$SourceRootUUID/$TargetRootUUID/g" /mnt/backup/boot/grub/grub.cfg
    sed -i "s/$SourceEFIUUID/$TargetEFIUUID/g" /mnt/backup/etc/fstab
    sed -i "s/$SourceEFIUUID/$TargetEFIUUID/g" /mnt/backup/boot/grub/grub.cfg
    sed -i "s/$SourceRootUUID/$TargetRootUUID/g" /mnt/backup/boot/efi/EFI/ubuntu/grub.cfg
    chroot /mnt/backup grub-install /dev/$DEV
    chroot /mnt/backup /usr/sbin/update-grub

The clone is booted on another baremetal intel 700p.

I've done nothing to specifically remove /usr-merged.