也許大家都原意嘗試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共享了.