重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3045|回复: 0
打印 上一主题 下一主题

rhel7/oel7上修改默认内核启动顺序的方法

[复制链接]
跳转到指定楼层
楼主
发表于 2015-1-10 23:53:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

rhel7和 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"


--验证默认启动项
[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

 

 

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

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-28 02:01 , Processed in 0.091020 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表