[BUGFIX PATCH 0/1] bootconfig: Fix wrong initramfs/initrd error with bootconfig
From: Masami Hiramatsu
Date: Fri Apr 24 2020 - 12:34:08 EST
Hello,
I found that the bootconfig breaks initramfs unpacking.
I saw an error message as following if I apply a bootconfig
to initramfs image.
[ 0.883882] Unpacking initramfs...
[ 2.696429] Initramfs unpacking failed: invalid magic at start of compressed archive
Without CONFIG_BLK_DEV_RAM, it has no failback method,
so boot up with unpacked initramfs normally. But with
CONFIG_BLK_DEV_RAM=y, the kernel tries to failback to
initrd and failes to mount rootfs.
To fix this issue, I took a way to shrink the initrd_end
so that the kernel can ignore the bootconfig data.
Any thought?
Thank you,
---
Masami Hiramatsu (1):
bootconfig: Fix to remove bootconfig data from initrd while boot
init/main.c | 62 +++++++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 45 insertions(+), 17 deletions(-)
--
Masami Hiramatsu (Linaro) <mhiramat@xxxxxxxxxx>