![]() |
|
ForumTue Jun 21 21:03:12 2022 UTC Help: Cards: The Package ManagerThierry ![]() Sun Jun 19 23:31:54 2022 UTC Help: Cards: The Package Managerndawka ![]() Mon Jun 13 14:14:14 2022 UTC Documentation: Tips and TricksThierry ![]() Thu Jun 9 18:12:34 2022 UTC Documentation: Tips and TricksNautilus ![]() Mon May 30 18:36:06 2022 UTC Help: InstallationThierry ![]() Mon May 30 09:53:51 2022 UTC Help: Installationdude2040 ![]() Mon May 30 09:49:17 2022 UTC Help: Installationdude2040 ![]() Sun May 29 17:44:53 2022 UTC Help: InstallationThierry ![]() Sun May 29 16:35:08 2022 UTC Help: Installationdude2040 ![]() Sat May 28 12:10:33 2022 UTC Help: Installationndawka ![]() |
Mon Jun 13 15:19:38 2022 UTC Change the default kernel bootIntroductionNuTyX provides several kernel. To list them : search kernel (cli-extra) kernel-414 4.14.260 The 4.14 longterm support Linux Kernel version ... (cli-extra) kernel-419 4.19.223 The 4.19 longterm support Linux Kernel version ... (cli-extra) kernel-54 5.4.169 The 5.4 longterm support Linux Kernel version ... (cli-extra) kernel-510 5.10.89 The 5.10 longterm support Linux Kernel version ... (base) kernel 5.15.12 The latest stable kernel version .. For this example, we are going to use the "kernel-419". Kernel installationTo install the kernel (4.19) : get kernel-419 More information about cards commands : base commands Set the new kernel by defaultYou have to edit /boot/grub/grub.cfg file which is the GRUB configuration file. Edit the menuentry function. By default the kernel is defined by this line : linux /boot/kernel-stable root=/dev/nvme0n1p3 ro init=/sbin/systemd-init quiet verbose=no /boot/kernel-stable indicates that the stable version of the kernel will be used. You have to modify kenerl-stable by the kernel that you want to use. In this example kernel-stable with kernel-419. linux /boot/kernel-419 root=/dev/nvme0n1p3 ro init=/sbin/systemd-init quiet verbose=no Then, save the file and reboot, you can then check by opening a terminal and type the command: uname -r 4.19.223-NuTyX-419to verify if it succed. |