Using a Newly Downloaded Kernel and Making It Default

I downloaded the linux-fsync-nobara-bin package from the AUR and I don’t know how to make it default or how to use it at all. I’m using GRUB by the way. Any assistance would be greatly appreciated.

Welcome to the forum, srnty

Edit Grub:
sudo nano /etc/default/grub

GRUB_DEFAULT=0

You can change the default from 0 to any number, corresponding to the entry in the Grub bootup menu (first entry is 0, second is 1, etc.)

If the grub menu is not showing, then make sure timeout number is 5 seconds (or whatever):

GRUB_TIMEOUT=5

‘ctrl’ and ‘o’ to save.
‘ctrl’ and ‘x’ to exit.

Then rebuild grub:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Why does one want to use this kernel on an Arch based distro? :thinking:

1 Like

Kernel optimized for gaming with useful patches I guess

1 Like

The problem is that the alternate kernel isn’t showing up on the list.’

edit: I found it under advanced options. Now GDM won’t load. I just see a blinking cursor.

I think you will have to create a new thread for that problem.