Thank you.
I'd like to add that I also can confirm this bug comment on my notebook
- change to gzip
- update
- don't boot
- change back to lz4
- update
- boot
- no error message
Thank you.
Code: Select all
update-initramfs: Generating /boot/initrd.img-5.4.0-60-generic
cp: cannot stat '/var/lib/acpi-override/*': No such file or directory
E: /usr/share/initramfs-tools/hooks/acpi-override failed with return 1.
update-initramfs: failed for /boot/initrd.img-5.4.0-60-generic with 1.
Did you do the update withdpbe wrote: ↑Tue Jan 12, 2021 3:12 pmTried all the solutions but after regenerating iniramfs I get this error:
Code: Select all
update-initramfs: Generating /boot/initrd.img-5.4.0-60-generic cp: cannot stat '/var/lib/acpi-override/*': No such file or directory E: /usr/share/initramfs-tools/hooks/acpi-override failed with return 1. update-initramfs: failed for /boot/initrd.img-5.4.0-60-generic with 1.
Code: Select all
sudo update-initramfs -u
Yes, the error messages occur when updating initramfs...LanceM wrote: ↑Tue Jan 12, 2021 3:58 pmDid you do the update withCode: Select all
sudo update-initramfs -u
You might try one or both of the suggestions here: viewtopic.php?t=230967dpbe wrote: ↑Tue Jan 12, 2021 4:30 pmYes, the error messages occur when updating initramfs...LanceM wrote: ↑Tue Jan 12, 2021 3:58 pmDid you do the update withCode: Select all
sudo update-initramfs -u
Thanks, but I get the same error... Here is an explanation, but no solution...LanceM wrote: ↑Tue Jan 12, 2021 5:28 pmYou might try one or both of the suggestions here: viewtopic.php?t=230967
Did you try going back to lz4? Do you have a Timeshift restore snapshot?dpbe wrote: ↑Wed Jan 13, 2021 2:02 pmThanks, but I get the same error... Here is an explanation, but no solution...LanceM wrote: ↑Tue Jan 12, 2021 5:28 pmYou might try one or both of the suggestions here: viewtopic.php?t=230967
https://bugs.launchpad.net/ubuntu/+sour ... ug/1892035
Yes, I went back to lz4. I did a fresh install of LM 20 and right after the install the message appeared so I have no snapshot to restore.
That did not work for me. I am using an Nvidia graphics card which is somehow problematic to install in LM, so I won't touch the video driver anymore.
Code: Select all
sudo cat /etc/initramfs-tools/initramfs.conf
Code: Select all
# COMPRESS: [ gzip | bzip2 | lz4 | lzma | lzop | xz ]
#
COMPRESS=1z4
Code: Select all
lance@LM:~$ dmesg -l emerg,alert,crit,err
lance@LM:~$
Code: Select all
lz4
Well, I tried it with the newest 5.8 Kernel in Update Manager on the upgraded 20.0 to 20.1 Cinnamon, and with lz4 the error is still there. I put it back with Timeshift to Kernel 5.4 and gzip with Timeshift.I may try going with 5.8 kernel on one of them to see.