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上的其他内核启动.
以上是内存溢出为你收集整理的linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动全部内容,希望文章能够帮你解决linux – 如何在redhat 7上配置grub.cfg文件以便从特定内核启动所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)