grub問題
請問如果從盤的mbr上有grub, 那麽是不是就不能從主盤的grub來引導從盤的分區? 不是,grub 里的map 命令,可以解决这个问题,具体在精华区有关grub文章里有讲述。 我已經用map命令試過很多次了, 還是不能從從盤引導 那就把你grub.conf贴出来,还有你的系统信息也要全一些贴出来。 請問貼什麽系統信息? 都包括那些信息? 這是我的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 你的从盘是什么格式的呀?是不是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上呀! 從盤的linux分區是ext3格式的,其他的是fat32和swap
页:
[1]