I have spent a couple hours on this already and haven't made it too far.
I ran through the upgrade procedure and ultimately ended up with an error with apt. I figured I would reboot (I knew it was a bad idea). My server would not boot.
There wasn't an entry in grub for the new 6.8.8-2-pve kernel nor was there an initramfs entry. I can boot into recovery mode on an older kernel version 5.15-xxx so I booted into that kernel and ran:
This gave me...
Read more
I ran through the upgrade procedure and ultimately ended up with an error with apt. I figured I would reboot (I knew it was a bad idea). My server would not boot.
There wasn't an entry in grub for the new 6.8.8-2-pve kernel nor was there an initramfs entry. I can boot into recovery mode on an older kernel version 5.15-xxx so I booted into that kernel and ran:
Code:
update-grub -c -k all
update-initramfs
This gave me...
Read more