Using ZFS and had initial trouble with not enough space on /boot partition
user@dell:~$ sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove && sudo snap refresh
[sudo] password for user:
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:4 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:5 https://updates.signal.org/desktop/apt xenial InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
Hit:7 https://apt.syncthing.net syncthing InRelease
Fetched 324 kB in 1s (372 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I then ran the fix broken install and got this
user@dell:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2 linux-headers-5.15.0-50 linux-headers-5.15.0-50-generic linux-image-5.15.0-50-generic linux-image-unsigned-5.15.0-47-generic linux-modules-5.15.0-47-generic
linux-modules-5.15.0-50-generic linux-modules-extra-5.15.0-50-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-unsigned-5.15.0-47-generic
Suggested packages:
fdutils linux-doc | linux-source-5.15.0 linux-tools linux-headers-5.15.0-47-generic linux-modules-extra-5.15.0-47-generic
The following packages will be REMOVED:
linux-image-5.15.0-47-generic
The following NEW packages will be installed:
linux-image-unsigned-5.15.0-47-generic
0 upgraded, 1 newly installed, 1 to remove and 2 not upgraded.
4 not fully installed or removed.
Need to get 0 B/11.6 MB of archives.
After this operation, 349 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Requesting to save current system state
Successfully saved as "autozsys_v5la56"
dpkg: linux-image-5.15.0-47-generic: dependency problems, but removing anyway as you requested:
linux-modules-5.15.0-47-generic depends on linux-image-5.15.0-47-generic | linux-image-unsigned-5.15.0-47-generic; however:
Package linux-image-5.15.0-47-generic is to be removed.
Package linux-image-unsigned-5.15.0-47-generic is not installed.
(Reading database ... 290609 files and directories currently installed.)
Removing linux-image-5.15.0-47-generic (5.15.0-47.51) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.15.0-47-generic
/etc/kernel/postrm.d/zz-update-grub:
/usr/sbin/grub-probe: error: failed to get canonical path of `rpool/ROOT/ubuntu_ktywmf'.
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 1
dpkg: error processing package linux-image-5.15.0-47-generic (--remove):
installed linux-image-5.15.0-47-generic package post-removal script subprocess returned error exit status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
linux-image-5.15.0-47-generic
Processing was halted because there were too many errors.
ZSys is adding automatic system snapshot to GRUB menu
ERROR "update-grub" returned an error: exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)
user@dell:~$