you shouldn't use --arch arm on an x86 machine or a kernel load
address so something is wrong there
you should be able to do something like this:
vbutil_kernel --pack <output blob filename> --config <path to file
containing kernel command line> --keyblock <path to
chroot>/src/platform/vboot_reference/tests/devkeys/kernel.keyblock
--signprivate <patch to
chroot>/src/platform/vboot_reference/tests/devkeys/kernel_data_key.vbprivk
--vmlinuz <path to kernel vmlinuz file> --arch x86
then dd the output blob onto the desired partition
in the config file, make sure that root= is specified as a specific
device or using the %U/PARNROFF=<number> format relative to the kernel
partition, where the firmware will substitute %u with the GUID for the
kernel partition.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
chromium-os-dis...@chromium.org.