Comment 4 for bug 568283

Revision history for this message
Eric Miao (eric.y.miao) wrote :

Loic,

Test is rather straight forward. My tests here are generally two ways (after installing kexec-tools package):

1. enable kexec reboot in /etc/default/kexec, and doing reboot every time there after will invoke kexec to reboot, e.g.

  LOAD_KEXEC=true
  KERNEL_IMAGE="/boot/uImage"
  INITRD="/boot/initrd.img"
  APPEND="....."

2. specify directly in command line, #> kexec -l /boot/uImage --initrd=/boot/initrd.img --append="...."; kexec -e

I'll get status confirmed on other boards later.