|
|

楼主 |
发表于 2004-9-9 14:25:32
|
显示全部楼层
我grub.conf里的内容是!
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,6)
# kernel /vmlinuz-version ro root=/dev/hda8
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Red Hat Linux (2.6.8.1)
root (hd0,6)
kernel /vmlinuz-2.6.8.1 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.6.8.1.img
应该怎么改? |
|