Hi, Janet! GRUB loads initrd (initial reamdisk) to the end of the memory. It uses 256M of memory. But you tell the kernel that you only have 254M of memory. That's why the kernel cannot load initrd.
initrd is used on RedHat to support SCSI adaptors. If it cannot be loaded, then your SCSI devices are not accessible. The best solution would be to recompile the kernel to support your SCSI adaptor in the kernel. Besides, your kernel is old - consider applying all RedHat updates. -- Regards, Pavel Roskin _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
