hodrag 发表于 2008-3-23 12:21:05

Magic Linux 2.1 Beta1引导问题

我用DVD安装的,但是没有安装grub,想用grub4dos引导,但是不知道文件名
有安装了这个版本并还没有升级的朋友把menu.lst(或者是grub.conf?)帖出来吧
谢谢了

[ 本帖最后由 hodrag 于 2008-3-23 13:52 编辑 ]

hodrag 发表于 2008-3-23 21:33:36

等了8个小时没人理我,我自己来结这个帖吧
没办法,我是从硬盘安装的,只好重装系统了。现在把grub启动命令帖出来,希望对遇到同样问题的朋友有所帮助。
我以前没用过ML,进来才发现这个系统的grub配置文件不在/boot/grub目录下,而是在硬盘第一个分区里面,我的是/mnt/hdb1/grub.conf,内容:default=0
timeout=10
gfxmenu=(hd0,10)/boot/grub/message
title Windows
      rootnoverify (hd0,0)
      chainloader +1
title MagicLinux
      root (hd0,10)
      kernel /boot/vmlinuz-2.6.22.12-smpro root=/dev/hdb11 vga=791 splash quiet
      initrd /boot/initrd-2.6.22.12-smp.img
title MagicLinux (Single Mode)
      root (hd0,10)
      kernel /boot/vmlinuz-2.6.22.12-smp single ro root=/dev/hdb11 vga=791 splash quiet
      initrd /boot/initrd-2.6.22.12-smp.img我本来在grub4dos的配置文件menu.lst里写的差不多了,但文件名就是不对,找不到文件。原来后面还得跟个"-smp"
哎。。。。郁闷

12543122 发表于 2008-3-23 23:43:09

:shock: 你不会把grub4dos起来,指定root分区之后用tab键查看?

jiangtao9999 发表于 2008-3-26 19:28:21

好像 grub 可以调用 conf 文件吧?
我记得有这个功能……
页: [1]
查看完整版本: Magic Linux 2.1 Beta1引导问题