|
发表于 2003-4-8 17:07:43
|
显示全部楼层
# 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,7)
# kernel /boot/vmlinuz-version ro root=/dev/sda8
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=7
title Red Hat Linux 8.0 Psyche (2.4.18-14)
root (hd0,7)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ hda=ide-scsi ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 ide2=0 ide3=0 ide4=0 ide5=0 ide6=0 ide7=0 ide8=0 ide9=0
initrd /boot/initrd-2.4.18-14.img
应为我只有 8.0 官方驱动软盘.. 所以只能安装8.0..
上面的信息是准备安装9.0 光盘启动自动加载的boot内核. |
|