this is so weird.
the system was okay, then i recompiled kernel.
cp to /boot/, then the next time i restarted, it gives "kernel panic VFS on 37"
here's /etc/fstab:
/dev/hda1 /boot ext3 noauto,noatime 1 1
/dev/hda7 / reiserfs noatime 0 0
/dev/hda5 none swap sw 0 0
/boot/grub/grub.conf:
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=gentoo
root (hd0,0)
kernel /boot/bzImage-gaming root=/dev/hda7
then afterward i booted the cd, double checked grub.conf, changed the line in fstab to :
/dev/hda1 /boot ext3 noauto,noatime 1 2
/dev/hda7 / reiserfs noatime 0 1
('cause this was the default in the installation guide)
then reinstall grub by :
grub> root (hd0,0)
grub> setup (hd0)
also, there was a boot which is a link to /boot, and i just deleted it 'cause i thought we don't need it. or do we?
now, after reboot, the grub menu doesn't appear, instead give a black screen with "kernel /boot/bzImage-gaming root=/dev/hda7...file not found"
is there anything i can check to fix this problem?
thx



