当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 双Linux系统安装:Redhat+Debian

Unix/Linux
linux 操作技巧收集_
linux下如何读取使用iso 镜像文件的方法
Linux平台下文件的压缩与解压参数说明
Linux下常用压缩格式的压缩与解压方法
Linux JDK,TOMCAT安装及环境设置
Linux sleep命令使用参数
Linux cat命令参数
nfs 配置的简单例子
linux kill 关闭进程命令
linux ultrasphinx Anonymous modules have no name to be referenced by
Linux oracle 9i图文安装方法一
Linux oracle 9i图文安装教程二
Linux oracle 9i图文安装教程三
Linux oracle 9i图文安装教程四
Linux oracle 9i图文安装教程五
Linux oracle 9i图文安装教程六 完结篇
linux AS3 oracle9i 安装指南
Linux 下 (RedHat 9.0) JDK,Tomcat,MySQL的安装
RedHat 9.0下Apache+PHP+MySQL服务器安装配置
Linux 下用 Python 连接 MSSql Server 2008

Unix/Linux 中的 双Linux系统安装:Redhat+Debian


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 52 ::
收藏到网摘: n/a


  也许大家都原意尝试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共享了.