Altera_Forum
Honored Contributor
20 years agoAttempted to kill init!
Hi
I'm having some trouble with the init script after the kernel start using microtronix default uclinux. Whenever I specify an initfile to the kernel command string like init=/etc/init2.rc the "Kernel panic - not syncing: Attempted to kill init!" appears after it has run the script. If I remove the kernel command string and run the script manually at the prompt, everything works OK. The script :# attach the interfaces
/bin/ifattach eth0
/bin/dhcpcd -NRY
exit 0 Any ideas?