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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058648

Title:
  package libc6 2.35-0ubuntu3.6 [modified:
  usr/share/doc/libc6/NEWS.Debian.gz usr/share/doc/libc6/NEWS.gz
  usr/share/doc/libc6/README.hesiod.gz
  usr/share/doc/libc6/changelog.Debian.gz
  usr/share/lintian/overrides/libc6] failed to install/upgrade: new
  libc6:amd64 package pre-installation script subprocess returned error
  exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2058648/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to