This may vary from unit to unit but I had to specify root=/dev/mmcblk1p2
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)

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/"


On Fri, Jun 13, 2014 at 9:53 AM, Gordan Bobic <[email protected]> wrote:

> On 2014-06-13 14:48, Ian Perkins wrote:
>
>> You were right, udev was a red herring.  The solution was to repack
>> the kernel after adding "lsm.module_locking=0" to the config...
>>
>
> Awesome find, thank you for figuring this out. :)
> I have updated the wiki page.
>
>
> Gordan
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.redsleeve.org/mailman/listinfo/users
>



-- 
Thanks,

Ian M Perkins
_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to