斑竹看看grub分析

斑竹看看grub分析

default=0    #缺省启动选项
timeout=3     #等待执行缺省时间
plashimage=(hd0,0)/grub/splash.xpm.gz   #选择开机画面文件
title Red hat   #grub引导时的显示
     root(hd0,0)    #指定grub的root分区位置
     kernel /vmlinuz-2.4.20-8   ro root=LABEL=/     #装入内核,linux的root标签为/  
     initrd /inited-2.4.20-8.img    #使用 GRUB 来引导 initrd


但是root=LABEL=/     这个内核参数应指向linux主分区,在这里好象是没有boot单独分区,所以将grub的root和linux的root在同一分区。


  有误请指教
请说的清楚点,到底有什么问题
[quote:6c09752347="suninchina"]default=0    #缺省启动选项
timeout=3     #等待执行缺省时间
plashimage=(hd0,0)/grub/splash.xpm.gz   #选择开机画面文件
title Red hat   #grub引导时的显示
     root(hd0,0)    #指定grub的root分区位置
     kernel /vmlinuz-2.4.20-8   ro root=LABEL=/     #装入内核,linux的root标签为/  
     initrd /inited-2.4.20-8.img    #使用 GRUB 来引导 initrd


但是root=LABEL=/     这个内核参数应指向linux主分区,在这里好象是没有boot单独分区,所以将grub的root和linux的root在同一分区。


  有误请指教[/quote]



root(hd0,0)    #指定grub的root分区位置
这个行应该是指/boot所在的分区位置吧
什么叫grub的root?grub也有root分区???不明白楼主的意思