Software > Operating Systems and Porting

[NEWS] Fedora 37 has arrived!

<< < (2/6) > >>

tle:
It is because of licensing. Anything that might pose legal issue to the project is likely being removed

Hasturtium:
How can I ensure my latest installed kernel runs? I’ve installed updates through kernel 6.0.12, but it’s still booting to 6.0.7 with no other versions showing at the petitboot selection. I used grubby as a walkthrough dictated to change the default kernel but that doesn’t seem to have persuaded petitboot to play ball… and I don’t want hassles whenever they push through kernel 6.1. To say I’m eager to pair the Radeon RX 6600 I picked up with my Power9 is an understatement.

MauryG5:
What I can tell you about Fedora is that unlike Debian and derivatives, you can't download the Kernel from the classic source and compile it because it necessarily requires its procedure and it necessarily wants its sources.  You must therefore necessarily download from Fedora sources and use their specific procedure.  One of the reasons that prompted me not to use Fedora anymore is precisely this, which represents a limitation for me.  In their sources you can only download the version they say and you can't even use the universal procedure because at a certain point it doesn't work anymore.

Hasturtium:
I understand that’s an issue, but it isn’t the one I’m running into. dnf has installed multiple kernels, and grubby enumerates them, but only 6.0.7 is enumerated in petitboot, and using grubby to set it to the newest 6.0.12 does nothing. What procedure do I need to follow to get Fedora to enumerate my installed kernels in petitboot?

DKnoto:
In order for petitboot to see the new kernels you must run the following commands after the update:


--- Code: ---$ sudo grub2-mkconfig > /boot/grub2/grub.cfg

--- End code ---

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.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version