光盘引导kernel
grub.iso grub引导器
initrd-2.6.17.13.img 初始化东西
vmlinuz-2.6.17.13 内核
rootfs 刚用busybox压的一个根文件系统
grub.conf配制文件如下:
#boot=/dev/sda
default=2
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17.13 ro root=LABEL=/
initrd /boot/initrd-2.6.17.13.img
title Red Hat Linux (2.4)
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
------------------------------------------------------
df:
/dev/sda2 /
/dev/sda1 /boot
按照这个grub.con,将内核全部写到磁盘中,哪里有问题不?