You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have Ubuntu 24.04 we should look at upgrading one of the Altras up to this level. This will also support the requirements of #3498.
Noting that we have previously had some problems with the boot process on these machines so it is essential that whoever does this is comfortable with connecting to the console of these machines.
Ill describe the kernel panic and go through solutions.
After upgrading the kernel and all of the packages, the machine required a reboot. During the reboot the system hit a kernel panic, which took me to the GRUB prompt.
At the GRUB prompt I set the vmlinuz and initrd paths
grub> linux /boot/vmlinuz-$new_kernel_version-generic root=/path/to/root-filesystem
grub> initrd /boot/initrd.img-$new_kernel_version-generic
This allowed the system to boot, but still hit the kernel panic on subsequent reboot. To fix this, boot back up using the above steps in the GRUB prompt. Then run update the initramfs
grub> linux /boot/vmlinuz-$new_kernel_version-generic root=/path/to/root-filesystem
grub> initrd /boot/initrd.img-$new_kernel_version-generic
you do not know the path to the root filesystem, or the path has changed (for example the contents on /dev/sda1 are now on /dev/sda2 according to the GRUB prompt), then try booting into a previous kernel. If successful run
Now that we have Ubuntu 24.04 we should look at upgrading one of the Altras up to this level. This will also support the requirements of #3498.
Noting that we have previously had some problems with the boot process on these machines so it is essential that whoever does this is comfortable with connecting to the console of these machines.
Part of #3588
The text was updated successfully, but these errors were encountered: