|
|
# grub.conf generated by anaconda
#
# 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,1)
# kernel /vmlinuz-version ro root=/dev/hda5
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,1)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Fedore Core (2.6.10,FrameBuffer)
root (hd0,1)
kernel /boot/vmlinuz-2.6.10-fb ro root=LABEL=/ rhgb quiet vga=0x0317
initrd /boot/??????????????????????????????????
从新编译一个内核时配置GRUB时,initrd /boot/??????.img ,我应该添什么,可是我找不到 initrd的文件,编译完后就只在grub里面看见我编译的bzImage文件,到哪里去找这个initrd-的文件呀?????????
谢谢大侠帮助我一下! |
|