On 13 April 2016 at 16:29, Leo Yan leo.yan@linaro.org wrote:
+1. BTW, I also found when boot my own kernel with latest UEFI, then need hack grub.cfs like below:
menuentry 'Custom Kernel' { search.fs_label rootfs root search.fs_label boot esp linux ($esp)/Image console=tty0 console=ttyAMA3,115200 root=/dev/mmcblk0p9 rootwait rw efi=noruntime devicetree ($esp)/hi6220-hikey.dtb }
In the page https://github.com/96boards/documentation/wiki/HiKeyUEFI, it suggests to set "root=/dev/disk/by-partlabel/system", but looks like it cannot work anymore.
I don't know what is formal usage. Loop in Haojian for this question.
I think that "initrd=" is missed in menuentry. I suggest to use all binaries from debian release 15.11 except for kernel. Since you're using your own kernel.
Regards Haojian