Hi Loic,

Am 10.10.2016 um 10:31 schrieb LOIC DEVULDER:
> I tried to boot the kernel provided with JeOS without initrd (converted in 
> ramfs) but I cannot load the kernel :-(
> I know that the full boot is not possible, due to lack of initrd, but I would 
> have try this just to see if the kernel can start.
> I have error about missing partition, I need to investigate this further:
> ...
> try to start ramfs
> ERROR: [rk_load_image_from_storage]: bootrk: failed to read ramdisk
> Unable to boot:ramfs
> ...

You need to supply an empty initrd. From scripts I have around:

./mkbootimg/mkbootimg --kernel linux/arch/arm64/boot/Image \
                      --ramdisk initrd.cpio.gz -o ramfs.img
sudo ./utils/upgrade_tool di ramfs ramfs.img

initrd.cpio.gz is a gzip'ed empty cpio archive.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to