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
Remove selected kernel
update grub.cfg
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.*
Code:
sudo yum remove kernel.<version_goes_here>
Code:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg