当前位置:Linux教程 - Linux综合 - 双Linux系统安装:Redhat+Debian

双Linux系统安装:Redhat+Debian

   也许大家都原意尝试Debian,但是在熟练以前却不原意放弃现在用的很好的Redhat.没问题,可以安装双Linux系统.    首先安装Redhat吧,使用grub.然后,安装Debian.安装时选择安装Lilo的位置,不要选择MBR,请选择Debian所在的分区,我的是/dev/hdc5.然后创建一张启动软盘.    启动以后进入Redhat,修改Rehat里面/boot/grub/menu.list文件.下面是我的:  default=0  timeout=10  splashimage=(hd1,0)/grub/splash.XPm.gz  title Red Hat Linux (2.4.18-5.58)  root (hd1,0)  kernel /vmlinuz-2.4.18-5.58 ro root=LABEL=/  initrd /initrd-2.4.18-5.58.img  title Debian  root (hd1,4) 我这里用到hd1,是因为我的Debian安装在第二个硬盘上.4的意思是hdc5  kernel /vmlinuz ro root=/dev/hdc5  title WindowsXP  rootnoverify (hd0,0)  chainloader +1    也许你的文件会有所变化,但是大同小异.    现在可以享受Debian和Redhat共享了.

 来源:linuxsir

(出处:http://www.sheup.com)