05/08/14 15:55:15 MJ7SwqHm
>>29
ごめん、俺いつも genkernel 使わずに
make && make modules_install
mount /boot
cp /usr/src/linux/arch/i386/boot/bzImage /boot/
でしてる。
genkernel 使わないときは initrd関係なく
/boot/grub/menu.lstは
# Boot automatically after 30 secs.
timeout 3
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
title 2.6.11
root (hd0,0)
kernel /bzImage root=/dev/hda3
な感じだにゃん