wi7和centos双系统,怎么在开机的时候可以选择你需要的系统,我现在情况是默认一直进入WIN7没有的选择 60
我硬盘是分一个主分区100G和一个扩展分区200G,然未分配150G,主分区100用来安装WIN7,未分配150G用来安装centos,现在变的要进入centos每次都要...
我硬盘是分一个主分区100G和一个扩展分区200G,然未分配150G,主分区100用来安装WIN7,未分配150G用来安装centos,现在变的要进入centos每次都要用U盘来引导下,不然默认一开机就进入win7,我想让它开机倒计时20秒可以让我选择想进哪个系统,求高手帮忙!自学LINUX,遇到问题求高手帮忙感激不进!
展开
2个回答
展开全部
解决安装win7和CentOS7双系统不显示windows启动项问题:
修改/etc/grub.d里的40_custom文件
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'windows 7 ultimate'{
set root=(hd0,1)
chainloader +1
boot
}
保存,运行grub2-mkconfig -o /boot/grub2/grub.cfg(root权限下)
修改/etc/grub.d里的40_custom文件
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'windows 7 ultimate'{
set root=(hd0,1)
chainloader +1
boot
}
保存,运行grub2-mkconfig -o /boot/grub2/grub.cfg(root权限下)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询