1、查看当前网卡的名字
[root@localhost ~]# ifconfig | head -2
2、修改内核配置文件
/boot/grub2/grub.cfg这个文件不容易修改,过于复杂,所以修改/etc/default/grub这个文件
vim /etc/default/grub
3、让规则生效内核配置文件/boot/grub2/grub.cfg
[root@localhost ~]# grub2-mkconfig -o /boot/grub.cfg
4、重启reboot
查看网卡名字,已修改成功
[root@localhost ~]#reboot
[root@localhost ~]# ifconfig | head -2