On 2014-06-13 15:18, Ian Perkins wrote:
This may vary from unit to unit but I had to specify root=/dev/mmcblk1p2
Surely this is down to how you partitioned your SD card. By default there are two kernel boot partitions, but the second one (backup) isn't mandatory.
and use this: vbutil_kernel --repack /tmp/newkernel --oldblob /dev/mmcblk0p2 --keyblock /usr/share/vboot/devkeys/kernel.keyblock --version 1 --signprivate /usr/share/vboot/devkeys/kernel_data_key.vbprivk --config=/tmp/config I got the above from a mail list thread thread and it worked (with slight editing)
I have amended the wiki page with this. I was aware of the lack of /boot/vmlinuz-* on later ChromeOS images which necessitates the use of --oldblob.
Apparently the newer version of ChromeOS did away with calling the SD Card "Drive 2". I had to amend the cp -af statements to "/media/removable/SD Card/"
I have made a note of this on the wiki page. Gordan _______________________________________________ users mailing list [email protected] http://lists.redsleeve.org/mailman/listinfo/users
