linux - Debian Stretch apt autoclean => E: Unable to stat initrd.img. - stat (2: No such file or directory) -


i have installed debian stretch, amd64 architecture.

i installed on luks-encrypted lvm volume using debootstrap, unencrypted usb pendrive mounted /boot. it's procedure know well, have been using many years, jessie, wheezy, , (maybe, i'm not sure) before, , have never faced problems of kind.

this time installation process seemed have finished successfully, can boot , login system, install packages, etc, when try clean obsolete packages /var/cache/apt/archives using aptitude autoclean or apt autoclean.

i error message:

e: unable stat initrd.img. - stat (2: no such file or directory)

i looked in / directory, , symlinks (initrd.img included) seem created correctly (well, expected, otherwise not bootstrap system), pointing (relative path) /boot directory.

i tried remove links, regenerate them manually, uninstalling , reinstalling kernel, no result...

i tried update-initramfs -u -k all

but strange message

i: initramfs attempt resume /dev/dm-2

i: (uuid=.........}

i: set resume variable override this.

googling information last message found problems , solutions, apparently unrelated, tried set resume variable. no success. error persists. seem bug present in jessie (but there less verbose), , might not root of problem, i've written completeness of information.

so, problem aptitude autoclean persists, above quoted error message. can give me clue find the/a solution problem or how fix it? thank you.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -