121
Operating Systems and Porting / Re: [NEWS] Fedora 37 has arrived!
« on: December 20, 2022, 07:51:38 pm »In order for petitboot to see the new kernels you must run the following commands after the update:Code: [Select]$ sudo grub2-mkconfig > /boot/grub2/grub.cfg
This situation is due to an error in the /usr/lib/kernel.d/99-grub-mkconfig.install script on lines 28 and 29.
The script expects the Pettitboot version in Num1.Num2.Num3 format and reads the values in CRC1-CRC2 format.
This worked a treat, thank you! Once I'm done with some holiday traveling, I will start writing down some of what I've learned in getting Fedora to go my way. Periodically it wants to take several minutes to shut down, and I haven't had any luck looking at console output to see what's making it spin its wheels... but if that's the only wrinkle I run into, I think I'm okay with it.