Migration to Debian 11 problems - guile-2.2-libs

My YunoHost server

Hardware: Intel NUC
YunoHost version: 4.4.2.7
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

Cannot upgrade to Debian 11 because of:
WARNING - Could not upgrade packages: guile-2.2-libs

See also: https://paste.yunohost.org/raw/owarozaxeq

Help is very much appreciated.

EDIT:
I think I found the problem, but now I need another solution :slight_smile:
I have cloned the disk a few months ago (hdd to ssd) with dd. Grub still has the old disk somewhere:
/dev/disk/by-id/ata-ST1000LM024_HN-M101MBB_S2ZWJ9JGC01178

This is blocking the upgrade because grub says:
Warning: /dev/disk/by-id/ata-ST1000LM024_HN-M101MBB_S2ZWJ9JGC01178 does not exist, so cannot grub-install to it!
Warning: You must correct your GRUB install devices before proceeding

Now, how do get rid of this old drive that doesnt exist?

Thanks.

Edit 2:
Solved: Had to do:
sudo DEBIAN_FRONTEND=dialog dpkg --configure grub-pc

that did the trick

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.