Replies: 3 comments 3 replies
|
How weird - haven't seen that happen. Seems like something has gotten out of sync somewhere ... especially around the kernel/initrd versions Couple of typical things to check :
|
|
Where did kernel 6.17.0-20 come from ? Do you see it in the installed packages ? I don't think that has anything to do with it, but weird nonetheless ... Is How about the dracut configs ? This is an example of a bare 24.04 NOENC setup I think that For debugging I can think of a couple of approaches ... You can snapshot and clone the system, then roll back the clone to where it works. Then (painful I know) try to replicate the various installs you did, watching carefully for anything weird. Do a Or snapshot/clone, then roll back one snapshot at a time, testing with Ugh. |
|
darn... The following packages have unmet dependencies: Ok starting the rollback.... |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've been on ZFS-root for 3-4 months, struggling with the error below for at least a month now. I've tried uninstalling and reinstalling dracut, rolling back to an older snapshot, fixing install using apt/dpkg, update-initramfs is NOT installed.
Reviewed zfs-root install script: dracut section and all the configs look to be in place i.e. zfs module ... but can't get rid of the error. Hoping you, an expert have an idea of where to go with this!! thanks....
uname -r
6.17.0-20-generic (not sure why below, says generating /boot/initrd.img-6.14.0-37-generic)
When running apt get upgrade
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up dracut (060+5-1ubuntu3.3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for dracut (060+5-1ubuntu3.3) ...
dracut: Generating /boot/initrd.img-6.14.0-37-generic
dracut[E]: Module 'zfs' cannot be found.
dpkg: error processing package dracut (--configure):
installed dracut package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
dracut
E: Sub-process /usr/bin/dpkg returned an error code (1)
All reactions