linux oel7没有网络,rhel7/oel7上修改默认内核启动顺序的方法

2e903315238bd7e9048a204aa507beb9.pngrhel7和 rhel6的默认启动顺序的修改方法,不太一样,需要使用grub2来修改。具体如下,

比如想修改 Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64作为默认的启动项,

--首先找到各菜单项 menuentry

[root@dbserver ~]# cat /boot/grub2/grub.cfg |grep Oracle Linux Server

menuentry 'Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64' --class oracle --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-123.el7.x86_64-advanced-255a4ef5-766f-4992-baaa-a1b3c5488b33' {

menuentry 'Oracle Linux Server, with Unbreakable Enterprise Kernel 3.8.13-35.3.1.el7uek.x86_64' --class oracle --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.8.13-35.3.1.el7uek.x86_64-advanced-255a4ef5-766f-4992-baaa-a1b3c5488b33' {

menuentry 'Oracle Linux Server, with Linux 0-rescue-171210b6f8734bbe81074e4c0306c0f3' --class oracle --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-171210b6f8734bbe81074e4c0306c0f3-advanced-255a4ef5-766f-4992-baaa-a1b3c5488b33' {

if [ "x$default" = 'Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64' ]; then default='Advanced options for Oracle Linux Server>Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64'; fi;

--设置Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64作为默认的启动项

[root@dbserver ~]# grub2-set-default "Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64"

f7f425c589ee2ad6bf4906209cc97bb6.png

--验证默认启动项

[root@dbserver ~]# grub2-editenv list

saved_entry=Oracle Linux Server, with Linux 3.10.0-123.el7.x86_64

--自动生成GRUB2配置文件

[root@dbserver ~]# grub2-mkconfig -o /boot/grub2/grub.cfg

下次重启,就会默认自动启动第一项了。

883c7ed76aeeb43d8ebff8ee67ca32e7.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值