|
发表于 2005-2-17 13:51:21
|
显示全部楼层
你就装就好了--不过记得各个系统的分区号。写在最后装的系统的grub的menu.lst里就行了。象我的title Debian GNU/Linux, kernel 2.6.10
root (hd0,6)
kernel /boot/vmlinuz-2.6.10 root=/dev/hda7 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.29
root (hd0,6)
kernel /boot/vmlinuz-2.4.29 root=/dev/hda7 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-686
root (hd0,6)
kernel /boot/vmlinuz-2.4.27-1-686 root=/dev/hda7 ro
initrd /boot/initrd.img-2.4.27-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-686 (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.4.27-1-686 root=/dev/hda7 ro single
initrd /boot/initrd.img-2.4.27-1-686
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows 2000 Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Gentoo-2.6.10 (on /dev/hda6)
root (hd0,5)
kernel /boot/vmlinuz-2.6.10 root=/dev/hda6 ro
savedefault
boot
title Linux-2.4.29 (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-2.4.29 root=/dev/hda4 ro
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Linux-2.6.10 (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz-2.6.10 root=/dev/hda4 ro
savedefault
boot
title FreBSD 5.3 (on /dev/hda3)
root (hd0,2)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda4.
title Linux (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz root=/dev/hda4 ro
savedefault
boot |
|