zhanxuan 发表于 2003-4-10 01:31:20

请问如何修改GRUB。

我的硬盘分区情况如下:
/dev/hda11             2016016    193252   172035211% /
/dev/hda9               101089      9378   8649210% /boot
/dev/hda13            822184   32616    747804   5% /tmp
/dev/hda10             2016016   1397420    51618474% /usr
/dev/hda1            4088540   1279620   280892032% /mnt/c
/dev/hda5            7359408    747892   661151611% /mnt/d
/dev/hda7            7431564      24   7431540   1% /mnt/e
/dev/hda8            8177128   2387112   579001630% /mnt/f
/dev/hda6            6324896   1522952   448064826% /mnt/g
我的Magic Linux是装在/dev/hda6,LABEL=/1
Redhat 8.0是先装的。分别有四个分区。
请问大家我如何在grub.conf下设置我的Magic linux启动项。
我的/dev/hda6下的文件有:
bin   devhome   initrdlost+foundopt   roottmpvar
bootetcincludelib   mnt         procsbinusr
这里面的boot文件下的子目录和文件有:
boot.b                  message                  System.map-2.4.18-26.8.0
chain.b                   message.ja               vmlinux-2.4.18-26.8.0
config-2.4.18-26.8.0      module-info                vmlinuz
grub                      module-info-2.4.18-26.8.0vmlinuz-2.4.18-26.8.0
initrd-2.4.18-26.8.0.imgos2_d.b
kernel.h                  System.map

zhanxuan 发表于 2003-4-10 01:38:45

我的grub.conf文件 的内容为:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You have a /boot partition.This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,8)
#          kernel /vmlinuz-version ro root=/dev/hdc11
#          initrd /initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd0,8)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
      root (hd0,8)
      kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
      initrd /initrd-2.4.18-14.img
title Magic Linux
      root (hd0,6)
      kernel /vmlinuz-2.4.18-26.8.0 ro root=/dev/hda6
      initrd /initrd-2.4.18-26.8.0.img
title WIN98th
      rootnoverify (hd0,0)
      chainloader +1

zhanxuan 发表于 2003-4-10 01:45:45

怎么会有那么多的人头把我的字覆盖了?
页: [1]
查看完整版本: 请问如何修改GRUB。