LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tftp (https://www.linuxquestions.org/questions/linux-newbie-8/tftp-298741/)

baparekh 03-07-2005 11:16 AM

tftp
 
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.

Ace07 03-07-2005 02:51 PM

Re: tftp
 
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.


All times are GMT -5. The time now is 08:12 AM.