__________________________________________________ __________________________________________________ _________________________
I'm not sure if I follow your logic. I did find that there's a number of differences between how a Grub menu is generated now versus back in the day. (Which was my only lead in this matter - the choice I made - when upgrading.) It seems that there's a number of ref'ed files and at least one script, in auto configuring Grub. On the other hand, I probably went down the garden path on a mistaken hunch.
I didn't know what to make of the SSL issue but it seemed to be unrelated and I didn't want to dig my hole deeper.
Command outputs:
Code:(base) jack@HR-Kubuntu:~$ sudo apt update [sudo] password for floyd: Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Hit:2 http://us.archive.ubuntu.com/ubuntu jammy InRelease Get:3 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Hit:4 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease Fetched 229 kB in 1s (172 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 6 packages can be upgraded. Run 'apt list --upgradable' to see them. (base) jack@HR-Kubuntu:~$
Code:(base) jack@HR-Kubuntu:~$ sudo apt install --reinstall openssl Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be REMOVED: linux-image-5.13.0-37-generic linux-image-5.13.0-39-generic 0 upgraded, 0 newly installed, 1 reinstalled, 2 to remove and 6 not upgraded. 2 not fully installed or removed. Need to get 0 B/1,182 kB of archives. After this operation, 20.4 MB disk space will be freed. Do you want to continue? [Y/n] Y (Reading database ... 215206 files and directories currently installed.) Removing linux-image-5.13.0-37-generic (5.13.0-37.42~20.04.1) ... /etc/kernel/postrm.d/initramfs-tools: update-initramfs: Deleting /boot/initrd.img-5.13.0-37-generic /etc/kernel/postrm.d/zz-update-grub: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/init-select.cfg' Generating grub configuration file ... using custom appearance settings /etc/grub.d/bin/grubcfg_proxy: error while loading shared libraries: libcrypto.so.1.1 : cannot open shared object file: No such file or directory run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127 dpkg: error processing package linux-image-5.13.0-37-generic (--remove): installed linux-image-5.13.0-37-generic package post-removal script subprocess retur ned error exit status 1 dpkg: too many errors, stopping Errors were encountered while processing: linux-image-5.13.0-37-generic Processing was halted because there were too many errors. E: Sub-process /usr/bin/dpkg returned an error code (1) (base) jack@HR-Kubuntu:~$
Code:(base) jack@HR-Kubuntu:~$ sudo apt install --reinstall linux-modules-extra-5.13.0-37 -generic linux-modules-extra-5.13.0-37-generic linux-headers-5.13.0-37-generic linux- image-5.13.0-37-generic Reading package lists... Done Building dependency tree... Done Reading state information... Done Package linux-headers-5.13.0-37-generic is not available, but is referred to by anoth er package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package linux-modules-extra-5.13.0-37-generic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'linux-modules-extra-5.13.0-37-generic' has no installation candidate E: Package 'linux-modules-extra-5.13.0-37-generic' has no installation candidate E: Package 'linux-headers-5.13.0-37-generic' has no installation candidate (base) jack@HR-Kubuntu:~$
After the above, I tried the package update, in the GUI, with the same result:Code:(base) jack@HR-Kubuntu:~$ sudo apt install --reinstall linux-modules-extra-5.13.0-39 -generic linux-modules-extra-5.13.0-39-generic linux-headers-5.13.0-39-generic linu x-image-5.13.0-39-generic Reading package lists... Done Building dependency tree... Done Reading state information... Done Package linux-headers-5.13.0-39-generic is not available, but is referred to by anoth er package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package linux-modules-extra-5.13.0-39-generic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'linux-modules-extra-5.13.0-39-generic' has no installation candidate E: Package 'linux-modules-extra-5.13.0-39-generic' has no installation candidate E: Package 'linux-headers-5.13.0-39-generic' has no installation candidate (base) jack@HR-Kubuntu:~$
I'm baffled. (That's why I'm here. )Code:Package failed to install: Error while installing package: installed linux-image-5.13.0-37-generic package post-removal script subprocess returned error exit status 1
apt-get remove and apt-get purge (with sudo, essentially root access) doesn't work. It's as if something is blocking the action.
Again, thanks for your time and help.
Bookmarks