Quote:
Originally posted by baparekh
Hi !!!!!!!
i am new to linux & using RHEL ES 4 Beta. after configaring tftp & nfs for diskless node i am getting message as bellow while booting from the node:
"kernel penic - not syncing: No init found. Try passing init= option to kernel"
pl help me, what to & how to configure ?
thanks in advance.
|
You need to have an "init" option when you boot into your kernel. If it isn't there you need to add one. If you are using GRUB:
Code:
title Fedora Core (2.6.10-1.760_FC3)
root (hd0,6)
kernel /boot/vmlinuz-2.6.10-1.760_FC3 ro root=LABEL=/ quiet rhgb
initrd /boot/initrd-2.6.10-1.760_FC3.img
You NEED the bolded line or linux won't start. I don't know how to configure LILO (because I never have used it).
Make sure that the bolded line matches your system however. Look in the boot folder for *.img files.