-4

I installed CentOS 7 with kernel 4. It defaulted to kernel 4 after installing it and gave me the option to boot to the original option. But then after yum updated the packaged kernel it changed the default to the updated packaged kernel. I wanted to leave the updated packaged kernel as an option but still boot to kernel 4.

the dave
  • 71
  • 1
  • 8

1 Answers1

-1

Updating the grub file directly using nano had no effect. It wasn't until I used grub2-set-default to select the menu item I wanted it to boot from did it work.

the dave
  • 71
  • 1
  • 8