gbqiu 发表于 2006-5-16 14:05:38

怎样用GRUB引导两个LINUX?

我XP的前提下装了SuSE,后来又装了ML2.0
两个linux的引导管理器都是装在MBR上,原本以为可以通过GRUB同时引导三个系统,
可是重启后发现只能引导XP和ML
我的suse怎办,要怎样让GRUB同时引导三个系统?

顺便问一下,安装在MBR的GRUB只能有一个系统,而其它的引导器只能安装在根分区上?

月下刀客 发表于 2006-5-16 16:16:16

将suse下的/boot/grub/grub.conf中有关suse的启动title段复制到ML的/boot/grub/menu.lst文件中。

wkt 发表于 2006-5-16 16:56:11

你的suse
还在吗?

jiangtao9999 发表于 2006-5-16 18:31:55

我的 grub 引导 3 系统:
winxp 、 ML 、 Gentoo:
localhost ~ # cat /mnt/hda2/boot/grub/grub.conf
# grub.conf generated by MagicInstaller.

# Note that you do not have to rerun grub after making changes to this file.
default=2
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Magic Linux Genius (2.6.15.6)
      root (hd0,1)
      kernel /boot/vmlinuz-2.6.15.6 ro root=/dev/hda2 video=vesafb:1024x768-32@80,mtrr:3,ywrap,nocrtc splash=silent,fadein,theme:default quiet CONSOLE=/dev/tty1
      initrd /boot/initrd-2.6.15.6.img
title Magic Linux Genius (2.6.16-mgc1)
      root (hd0,1)
      kernel /boot/vmlinuz-2.6.16-mgc1 ro root=/dev/hda2 video=vesafb:1024x768-32@80,mtrr:3,ywrap,nocrtc splash=silent,fadein,theme:default quiet CONSOLE=/dev/tty1
      initrd /boot/fbsplash.img

title Windows XP
      rootnoverify (hd0,0)
      chainloader +1
title MagicLinux
      root (hd0,1)
      kernel /boot/vmlinuz-2.6.15.3ro root=/dev/hda2 vga=791 splash=silent
      initrd /boot/initrd-2.6.15.3.img

title Gentoo Linux
      root (hd1,0)
      kernel /boot/vmlinuz root=/dev/hdb1 video=vesafb:1280x1024-32@80,mtrr:3,ywrap,nocrtc splash=silent,fadein,theme:default console=tty1 quiet
      initrd /boot/fbsplash-gentoo
localhost ~ #


不要照抄参数哦~~~

gbqiu 发表于 2006-5-16 19:06:33

你的suse
还在吗?
还在 前几天刚装的,suse10.1
页: [1]
查看完整版本: 怎样用GRUB引导两个LINUX?