Hi all.
I would like to use my remastered initramfs, core.gz.
I know the procedure of making core.gz is below(according to wiki):
# cd coredir
# find | cpio -o -H newc | gzip -c9 >../rpicore.gz
But it doesn't work. Kernel was panicked.
The message is below:
Kernel panic - not syncing: VFS: Unable to mount root fs...
So I would like to know how to make proper core.gz.
Thanks,
Akane.