也許大家都原意嘗試Debian,但是在熟練以前卻不原意放棄現(xiàn)在用的很好的Redhat.沒(méi)問(wèn)題,可以安裝雙Linux系統(tǒng).
首先安裝Redhat吧,使用grub.然后,安裝Debian.安裝時(shí)選擇安裝Lilo的位置,不要選擇MBR,請(qǐng)選擇Debian所在的分區(qū),我的是/dev/hdc5.然后創(chuàng)建一張啟動(dòng)軟盤.
啟動(dòng)以后進(jìn)入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,是因?yàn)槲业腄ebian安裝在第二個(gè)硬盤上.4的意思是hdc5
kernel /vmlinuz ro root=/dev/hdc5
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
也許你的文件會(huì)有所變化,但是大同小異.
現(xiàn)在可以享受Debian和Redhat共享了.