LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 805|回复: 4

能让mdk与sl共存?

[复制链接]
发表于 2005-2-17 11:07:32 | 显示全部楼层 |阅读模式
已装mdk,再装sl,会不会把mdk的引导记录覆盖。怎样能让二者共存?
发表于 2005-2-17 12:39:02 | 显示全部楼层
很容易--只要把一个装在MBR一个不装就可以了。我现在系统是freebsd 5+win2000+debian+slackware+gentoo.
回复 支持 反对

使用道具 举报

发表于 2005-2-17 13:20:54 | 显示全部楼层
说详细点行吗?
回复 支持 反对

使用道具 举报

发表于 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
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-17 19:47:27 | 显示全部楼层
就是说,将sl的引导记录装在sl所在的分区里,然后再修改mdk的引导记录?我的mdk是用lilo,怎么改?帮我。
谢谢!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表