Centos添加Windows/Centos双系统启动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos添加Windows/Centos双系统启动相关的知识,希望对你有一定的参考价值。

1  在/etc/boot/gurb2/grub.cfg中

### END /etc/grub.d/00_header ### 后添加:

### BEGIN /etc/grub.d/30os_prober ###

menuentry ‘Windows 10(loader)(on /dev/sda1)‘{

       insmod part_msdos

       insmod ntfs

       set root=‘hd0,msdos1‘

       chainloader +1

}

### END /etc/grub.d/30os_prober ###

在Linux中查看Win7系统所在分区是sda几,如果是sda1 set root=‘hd0,msdos1‘依次类推。


2  修改启动顺序

terminal_output console

if [ x$feature_timeout_style = xy ] ; then

  set timeout_style=menu

  set timeout=5

后面 添加  set default=0     0代表启动菜单中第一个选项  如果要选第三个 那就是3



3  删除多余的系统启动项


内核升级后,Linux会保留以前内核的启动项,如果不需要就删除。


rpm -q kernel        显示当前所有内核

rpm -e kernelxxxxx     删除想删除的内核

grub.cfg中相应的启动菜单就会自动删除。

本文出自 “Linux学习笔记” 博客,请务必保留此出处http://firestorm.blog.51cto.com/7388617/1758772

以上是关于Centos添加Windows/Centos双系统启动的主要内容,如果未能解决你的问题,请参考以下文章

linux 基础操作

双系统:centos下添加windows引导

如何在linux系统中添加win10引导(centos和win10双系统)

centos7-添加双网卡

修复Centos7双系统引导

安装Windows与CentOS双系统