Comment 3 for bug 384059

Revision history for this message
Lauritz Thaulow (lauritz-pvv) wrote :

Fix does not work for me, from boot.log:

Warning: Unable to find the persistent home medium
/init: line 7: which: not found
Warning: Impossible to include the casper-sn.cpio.gz Snapshot

I don't know why it says line 7, but the placement in between those two lines implies that it's this line that's causing the message:

cpiopath="$(which cpio)" || true

And that's because which is not included in the initramfs. Perhaps a line should be added to the casper hook script for that?