windows下安装linux系统
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-03-22
===========================》START《============================ 1、安装好windows xp系统 2、修改默认的启动时间(C:\boot.ini) [boot loader] timeout=5 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect 3、安装linux centos 4、修改/boot/grub/grub.conf文件 [root@localhost grub]# cat grub.conf # 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,5) # kernel /boot/vmlinuz-version ro root=/dev/hda6 # initrd /boot/initrd-version.img #boot=/dev/hda default=1 //默认启动第二个操作系统,即windows xp timeout=3 //默认的启动时间为3秒 splashimage=(hd0,5)/boot/grub/splash.xpm.gz //GRUB引导界面的背景图片 #hiddenmenu //不隐藏启动的界面 title CentOS (2.6.18-194.el5) root (hd0,5) kernel /boot/vmlinuz-2.6.18-194.el5 ro root=LABEL=/ rhgb quiet initrd /boot/initrd-2.6.18-194.el5.img title Windows xp english rootnoverify (hd0,0) chainloader 1 [root@localhost grub]# 这样windows xp和linux的系统就都装好了,接下来我会给大家讲讲,linux系统下安装windows系统,这和windows下安装linux有所不同.先装linux系统的话linux系统的GRUB引导会覆盖windows的引导. =========================》DONE《===============================本文出自 “我的技术圈” 博客,请务必保留此出处http://lianwei123ok.blog.51cto.com/1318861/750622
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于windows下安装linux系统的所有评论