Has this to do with BLK_DEV_RAM being compiled as a module? From
init/initramfs.c:

>       if (IS_ENABLED(CONFIG_BLK_DEV_RAM))
>                printk(KERN_INFO "Trying to unpack rootfs image as 
> initramfs...\n");
>        else
>                printk(KERN_INFO "Unpacking initramfs...\n");

>        err = unpack_to_rootfs((char *)initrd_start, initrd_end - 
> initrd_start);
>        if (err) {
>#ifdef CONFIG_BLK_DEV_RAM
>                populate_initrd_image(err);
>#else
>                printk(KERN_EMERG "Initramfs unpacking failed: %s\n", err);
>#endif

So the IS_ENABLED line is true while the ifdef CONFIG_BLK_DEV_RAM line
seems to evaluate to false.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1835660

Title:
  initramfs unpacking failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1835660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to