I have Ubuntu 21.10 installed on my Raspberry Pi 4. When I runs apt install <Any package>
, it will trigger initramfs
. How to disable it?
Output:
Reading package lists... Done Building dependency
tree... Done Reading state information... Done The following
additional packages will be installed: buildah catatonit conmon
containernetworking-plugins crun fuse-overlayfs fuse3
golang-github-containernetworking-plugin-dnsname golang-github-containers-common
golang-github-containers-image libfuse3-3 libostree-1-1 podman uidmap Suggested
packages: containers-storage docker-compose The following
packages will be REMOVED: fuse The following NEW packages will
be installed: buildah catatonit cockpit-podman conmon
Selecting previously unselected package fuse-overlayfs.
Preparing to unpack .../12-fuse-overlayfs_1.4.0-1_arm64.deb ...
Unpacking fuse-overlayfs (1.4.0-1) ...
Selecting previously unselected package
golang-github-containernetworking-plugin-dnsname. Preparing to unpack
.../13-golang-github-containernetworking-plugin-dnsname_1.1.1+ds1-4_arm64.deb ... Unpacking
golang-github-containernetworking-plugin-dnsname (1.1.1+ds1-4) ...
Setting up crun (0.17+dfsg-1) ...
Setting up uidmap (1:4.8.1-1ubuntu9) ...
Setting up libostree-1-1:arm64 (2020.8-2) ...
Setting up golang-github-containers-image (5.12.0-2) ...
Setting up conmon (2.0.25+ds1-1.1) ...
Setting up containernetworking-plugins (0.9.0-1) ...
Setting up catatonit (0.1.5-2) ...
Setting up libfuse3-3:arm64 (3.10.3-2) ...
Setting up golang-github-containernetworking-plugin-dnsname
(1.1.1+ds1-4) ...
update-initramfs: deferring update (trigger activated) Setting up
fuse-overlayfs (1.4.0-1) ...
Installing
/lib/firmware/5.13.0-1015-raspi/device-tree/broadcom/bcm2711-rpi-4-b.dtb into /boot/dtbs/5.13.0-1015-raspi/./bcm2711-rpi-4-b.dtb
Taking backup of
bcm2711-rpi-4-b.dtb. Installing new bcm2711-rpi-4-b.dtb.
Installing
/lib/firmware/5.13.0-1015-raspi/device-tree/broadcom/bcm2711-rpi-4-b.dtb into /boot/dtbs/5.13.0-1015-raspi/./bcm2711-rpi-4-b.dtb
Taking backup of
bcm2711-rpi-4-b.dtb. Installing new bcm2711-rpi-4-b.dtb.
Taking backup of spi0-2cs.dtbo.
Installing new spi0-2cs.dtbo.
Taking backup of w1-gpio.dtbo.
Installing new w1-gpio.dtbo.
Installing new rpi-proto.dtbo.
Taking backup of ads1015.dtbo.
Installing new ads1015.dtbo.
Taking backup of max98357a.dtbo.
Installing new max98357a.dtbo.
Taking backup of spi5-1cs.dtbo.
Installing new spi5-1cs.dtbo.
Taking backup of iqaudio-dacplus.dtbo.
Installing new iqaudio-dacplus.dtbo.
Taking backup of pca953x.dtbo.
Installing new pca953x.dtbo.
Taking backup of mz61581.dtbo.
Installing new mz61581.dtbo.
Taking backup of spi-rtc.dtbo.
Installing new spi-rtc.dtbo.
Taking backup of hifiberry-dac.dtbo.
Installing new hifiberry-dac.dtbo.
Taking backup of spi2-1cs.dtbo.
Installing new spi2-1cs.dtbo.
Taking backup of w5500.dtbo.
Installing new w5500.dtbo.
Taking backup of cap1106.dtbo.
Installing new cap1106.dtbo.
Taking backup of minipitft13.dtbo.
Installing new minipitft13.dtbo.
Sorry for poor log quality..
Update: I saw When installing updates or from software center in Ubuntu 12.04, error messages which is similar to my issue, but solution in that post is not working for me.