linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动

linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动,第1张

概述在Red Hat EL版本5和6中,我们可以轻松更新/etc/grub.conf,以防我们想要通过默认变量更改内核 For example , grub.conf on redhat 5 default=0 timeout=5 #splashimage=(hd0,0)/grub/splash.xpm.gz #hiddenmenu title Red Hat Enterprise Lin 在Red Hat EL版本5和6中,我们可以轻松更新/etc/grub.conf,以防我们想要通过默认变量更改内核
For example,grub.conf on redhat 5 default=0 timeout=5 #splashimage=(hd0,0)/grub/splash.xpm.gz #hIDdenmenu  Title Red Hat Enterprise linux Server (2.6.18-410.el5)   root (hd0,0)   kernel /vmlinuz-2.6.18-410.el5 ro root=/dev/rootvg/slash   initrd /initrd-2.6.18-410.el5.img  Title Red Hat Enterprise linux Server (2.6.18-409.el5)    root (hd0,0)   kernel /vmlinuz-2.6.18-409.el5 ro root=/dev/rootvg/slash   initrd /initrd-2.6.18-409.el5.img

如果我们想从内核2.6.18-409版本启动,请从这个/etc/grub.conf
然后我们只更改默认值= 1.
因此,在下一次启动时, *** 作系统将从旧内核开始

RHEL7非常不同.我在RHEL7中找到了/boot/grub2/grub.cfg
但我不明白如何更改文件以便从RHEL5上的其他内核启动.

解决方法 将/ etc / default / grub中的GRUB_DEFAulT = 0更改为您想要的数字,现在需要使用grub2-mkconfig -o /boot/grub2/grub.cfg重新生成grub2配置 总结

以上是内存溢出为你收集整理的linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动全部内容,希望文章能够帮你解决linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1036684.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存