CentOS 7 修改开机顺序.docVIP

  • 3
  • 0
  • 约4.35万字
  • 约 6页
  • 2016-08-24 发布于河南
  • 举报
CentOS 7 修改开机顺序

CentOS 7 修改开机顺序 在笔记本电脑安装了win8与centOS 7。按照以往的惯例,安装完centOS时,会在/boot/grub/grub.conf里自动加入安装系统前其它系统的引导控制,但是实际上是没有的。 此文不探讨如何将先系统引导加入centOS 7的/boot/grub2/grub.cfg当中。 先查看我电脑上grub.cfg当中的内容如下(注意加粗内容): [root@localhost grub2]# cat grub.cfg # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set pager=1 if [ -s $prefix/grubenv ]; then load_env fi if [ ${next_entry} ] ; then set default=${next_entry} set next_entry= save_env next_entry set boot_once=true else set default=${saved_entry} fi if [ x${feature_menuentry_id} = xy ]; then menuentry_id_option=--id else menuentry_id_option= fi export menuentry_id_option if [ ${prev_saved_entry} ]; then set saved_entry=${prev_saved_entry} save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z ${boot_once} ]; then saved_entry=${chosen} save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } terminal_output console if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=5 fi ### END /etc/grub.d/00_header ### ### Begin with windows 8########## menuentry CentOS Linux (3.10.0-123.13.2.el7.x86_64) 7 (Core) --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option gnulinux-3.10.0-123.el7.x86_64-advanced-337b5933-c8eb-4c4e-8e7d-3a1f7aaa1e73 { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod xfs set root=hd0,msdos2 if [ x$feature_platform_search_hint = xy ]; then

文档评论(0)

1亿VIP精品文档

相关文档