betatoy 发表于 2004-3-2 18:30:27

grub問題

請問如果從盤的mbr上有grub, 那麽是不是就不能從主盤的grub來引導從盤的分區?

hew 发表于 2004-3-2 20:46:21

不是,grub 里的map 命令,可以解决这个问题,具体在精华区有关grub文章里有讲述。

betatoy 发表于 2004-3-2 21:47:37

我已經用map命令試過很多次了, 還是不能從從盤引導

hew 发表于 2004-3-2 22:33:16

那就把你grub.conf贴出来,还有你的系统信息也要全一些贴出来。

betatoy 发表于 2004-3-3 17:35:13

請問貼什麽系統信息? 都包括那些信息?

betatoy 发表于 2004-3-3 17:52:43

這是我的grub.conf文件

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You do not have a /boot partition.This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda

default=0
timeout=30
#splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title RedHat GNU/Linux
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img

title Microsoft Windows
        rootnoverify (hd0,0)
        chainloader (hd0,0)+1

title Hard driver 2
        map (hd1) (hd0)
        root (hd1,0)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /boot/initrd-2.4.20-8.img

echojihui 发表于 2004-3-4 08:57:51

你的从盘是什么格式的呀?是不是ext3的呀?
另外
title Hard driver 2
map (hd1) (hd0)
root (hd1,0)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
中map (hd1) (hd0) 去掉试试!
如果用MAP命令,是不是先把从盘mount上呀!

betatoy 发表于 2004-3-4 16:49:18

從盤的linux分區是ext3格式的,其他的是fat32和swap
页: [1]
查看完整版本: grub問題