Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36158

[SOLVED] Set Default Kernel Version?

$
0
0
Hello

Been googling this for a little while but could only find a response for fedora 10 so thought it might be out of date maybe,
I just ran a yum update and the kernel i compiled last week has now been replaced with a new version at boot time.
Could some one please tell me how to set the default boot kernel back to the previous one?

I had a go with sudo grub2-set-default 'Fedora Linux, with Linux <my_old_version_here>' but it didn't work and i ran grub2-mkconfig -o /boot/grub2/grub.cfg afterwards but still no luck :(

Thanks in advance :)

F17 by the way ;)

<SOLVED>
Commands used:

List of available kernels
Code:

sudo yum list kernel.*
Remove selected kernel
Code:

sudo yum remove kernel.<version_goes_here>
update grub.cfg
Code:

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

Viewing all articles
Browse latest Browse all 36158

Trending Articles