《XP与Linux双系统 默认启动顺序解决方案》.doc

《XP与Linux双系统 默认启动顺序解决方案》.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
XP与Centos 双系统 默认启动顺序解决方案 情况一:默认Centos启动,要改为XP启动 1、进入Centos系统,寻找系统启动文件,然后使用vi 或 gedit 等指令打开配置文件进行更改。 2、配置文件位置:/etc/grub.conf 或 /boot/grub/grub.conf 3、配置文件内容 ######################################################### #以下为配置文件内容 ######################################################### # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,2) # kernel /boot/vmlinuz-version ro root=/dev/sda3 # initrd /boot/initrd-version.img #boot=/dev/sda default=0 #默认启动的系统,默认启动第一个系统。(更改其值,可改变启动顺序) timeout=5 #等待超时时间为5秒。 splashimage=(hd0,2)/boot/grub/splash.xpm.gz #开机图片地址。 Hiddenmenu #是否显示开机菜单。 title XP #第一个系统 (更改其顺序,可改变启动顺序) rootnoverify (hd0,0) chainloader +1 title CentOS (2.6.18-238.el5xen) #第二个系统 root (hd0,2) kernel /boot/xen.gz-2.6.18-238.el5 module /boot/vmlinuz-2.6.18-238.el5xen ro root=LABEL=/1 rhgb quiet module /boot/initrd-2.6.18-238.el5xen.img title CentOS-base (2.6.18-238.el5) #第三个系统 root (hd0,2) kernel /boot/vmlinuz-2.6.18-238.el5 ro root=LABEL=/1 rhgb quiet initrd /boot/initrd-2.6.18-238.el5.img ######################################################### 更改其值方案如下: ######################################################### # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,2) # kernel /boot/vmlinuz-version ro root=/dev/sda3 # initrd /boot/initrd-version.img #boot=/dev/sda default=1 #默认启动的系统,默认启动第二个系统。(更改其值,可改变启动顺序) timeout=5 #等待超时时间为5秒。 splashimage=(hd0,2)/boot/grub/splash.xpm.gz #开机图片地址。 Hiddenmenu #是否显示开机菜单。 title XP #第一个系统 (更改其顺序,可改变启动顺

文档评论(0)

ghfa + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档