On 2009-04-09, Murali N <nalajala.murali@xxxxxxxxx> wrote: > [42949378.530000] RAMDISK: Compressed image found at block 0 > [42949384.110000] VFS: Mounted root (ext2 filesystem). > [42949384.110000] Freeing init memory: 104K > [42949384.120000] Kernel panic - not syncing: Attempted to kill init! > I encountered this kind of problem also when I ported from kernel 2.4 to 2.6 on a embedded board. The problem is that "init" program is not compiled well. Check the compile parameters especially the link library like crt0* for init. Most probabe cause is the entry to main function is not right. Jeffrey -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ