I'm using a server of OVH with OS centos7. OVH has its own linux kernel:
3.14.32-xxxx-grs-ipv6-64
Now I try to configure another Centos7 kernel. I installed the other kernel(s).
yum install kernel
ls /boot
shows me
System.map-3.10.0-327.22.2.el7.x86_64 bzImage-3.14.32-xxxx-grs-ipv6-64 efi grub2 symvers-3.10.0-327.22.2.el7.x86_64.gz
System.map-3.14.32-xxxx-grs-ipv6-64 config-3.10.0-327.22.2.el7.x86_64 grub initramfs-3.10.0-327.22.2.el7.x86_64.img vmlinuz-3.10.0-327.22.2.el7.x86_64
Now I want to configure to use 3.10.0-327.22.2.el7.x86_64
. On some tutorials I found to edit grub.conf
but this doesn't exist. I found grub.cfg
in the grub2
folder. What do I have to edit inside that .cfg to configure my new kernel? All the tutorials are showing configurations for the older grub.conf
.