|
|

楼主 |
发表于 2005-3-31 13:59:21
|
显示全部楼层
我运行grub后的一些信息
grub〉root (hd0,4)
Filesystem type is ext2fs,partition type 0*83
grub> setup (hd0,4)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0,4);...failed (this is not fatal)
Running "embed /boot/grub/e2fs_stage1_5 (hd0,4);...failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,4) /boot/grub/stage2 p /boot/grub/menu.lst "...succeeded Done.
run出现错误,我想应该是这里出现了问题,shutdown后,出现了grub〉,无法启动起来
主系统启动menu.lst里面写的是:
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.20-8.img
是不是需要一个vmlinuz东西? |
|