Could you use the Live ISO and a chroot environment to re-generate the
initrd.img and attach a verbose build log to this report?

1. Boot Live ISO.
2. "sudo mkdir /target"
3. "sudo cryptsetup luksOpen /dev/sdb3 crypt_sdb3"
4. "sudo mount /dev/mapper/crypt_sdb3 /target"
5. "for n in proc sys dev dev/pts etc/resolv.conf; do sudo mount --bind /${n} 
/target/${n}; done"
6. "sudo chroot /target"
7. "update-initramfs -vu |& tee /tmp/initrd.log"
8. "exit"

And now use a browser to upload "/target/tmp/initrd.log" then:

9. "for n in etc/resolv.conf dev/pts dev sys proc; do sudo umount /target/${n}; 
done
10: "sudo umount /target"

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

Title:
  cryptsetup blocks between mountroot and bottom in initramfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1513415/+subscriptions

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

Reply via email to