After yesterdays update, apt gets stuck when trying to create/update initramfs for the new 5.15.0-76 kernel. I left it overnight and it's STUCK.
I re-ran update-initramfs manually for the new kernel and got this:
Basically the same results. I even change the modules setting from "MOST" to "DEP" to see if that would help, but exact same results.
Also same results for 5.19.0-46-generic
I thought about removing mdadm since I don't use it anyway (and assuming it's actually the issue) but I can't because dpkg won't let me do anything until it's finished.
I'm boxed in. I'd rather not roll-back if I can learn a way to fix this.
I re-ran update-initramfs manually for the new kernel and got this:
Code:
sudo update-initramfs -c -v -k 5.15.0-76-generic ~~~ Calling hook mdadm Adding binary /sbin/mdadm Adding binary /sbin/mdmon Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/linear.ko Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/multipath.ko Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/raid0.ko Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/raid1.ko Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/raid456.ko Adding module /lib/modules/5.15.0-76-generic/kernel/drivers/md/raid10.ko Progress: [ 96%] [################################################## ################################################## ################################################## ####.......]
Also same results for 5.19.0-46-generic
I thought about removing mdadm since I don't use it anyway (and assuming it's actually the issue) but I can't because dpkg won't let me do anything until it's finished.
I'm boxed in. I'd rather not roll-back if I can learn a way to fix this.
Comment