Brand new to upstart! It built no problem. Unfortunately when I boot my board I get:<br>Kernel panic - not syncing: Attempted to kill init!<br>my init script is in /sbin folder. All it does is:<br>exec /sbin/upstart<br>I have looked in the source code a little bit and it seems to me that upstart entry point is in UPSTART_FOLDER/init/main.c file. I have added some messages into main.c, but those messages never make it to the screen. Is there anything that upstart does before hitting main method in /init/main.c?<br>
<br>