Problem make # yum upgrade

Hello, it’s my first post and I wanted to ask for help so what I read is simple. A conflict with grub2 that won’t let me do a yum update or yum upgrade

It gives me the following message
Try reinstalling grub2. I also did grub2-mkconfig -o /boot/grub2/grub.cfg again
and finally probe
yum update --exclude = grub2
and it won’t let me update
Transaction check error:
file / boot / efi / EFI / centos from install of grub2-efi-x64-1: 2.02-0.76.el7.centos.1.x86_64 conflicts with file from package grub2-common-1: 2.02-0.65.el7.centos. 2.noarch

Error Summary

Try with this:

rpm --erase --nodeps grub2-common-1: 2.02-0.65.el7.centos. 2.noarch && yum update

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.