HackCandy wrote: > kexec -l zImage -append="root=/dev/mmcblk0p1" <==== Hangs here It hangs ? That's odd. This works for me: kexec -l --command-line="`cat /proc/cmdline`" zImage kexec -e - Werner