Soucis espace libre /boot
Bonjour,
J'ai un message d'erreur et un soucis lors des mises à jour :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
$ sudo apt autoremove --purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.130ubuntu3.8) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.130ubuntu3.8) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-1036-raspi2
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/aarch64-linux-gnu/libc-2.27.so': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//bin/kmod': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/aarch64-linux-gnu/ld-2.27.so': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/blacklist-ath_pci.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/blacklist-firewire.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/blacklist-framebuffer.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/blacklist-rare-network.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/blacklist.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/iwlwifi.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//etc/modprobe.d/mdadm.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/modprobe.d/aliases.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/modprobe.d/blacklist_linux-raspi2_4.15.0-1036-raspi2.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/modprobe.d/fbdev-blacklist.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//lib/modprobe.d/systemd.conf': No space left on device
cp: error writing '/var/tmp/mkinitramfs_XBYS5Q//bin/btrfs': No space left on device
E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1.
update-initramfs: failed for /boot/initrd.img-4.15.0-1036-raspi2 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Je ne sais pas quoi faire... J'ai essayé diverses choses vu sur le net mais rien n'y fait...
Code:
1 2 3
|
$ uname -r
4.15.0-1036-raspi2 |
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 440M 0 440M 0% /dev
tmpfs 92M 4.4M 87M 5% /run
/dev/mmcblk0p2 29G 2.6G 26G 10% /
tmpfs 457M 0 457M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 457M 0 457M 0% /sys/fs/cgroup
tmpfs 30M 0 30M 0% /var/tmp
tmpfs 100M 0 100M 0% /tmp
/dev/sda1 30G 271M 28G 1% /media/stock
/dev/mmcblk0p1 253M 96M 157M 38% /boot/firmware
tmpfs 92M 0 92M 0% /run/user/1001 |
Code:
1 2 3 4
|
$ dpkg --list | egrep -i --color 'linux-image|linux-headers'
ii linux-headers-4.15.0-1036-raspi2 4.15.0-1036.38 arm64 Linux kernel headers for version 4.15.0 on ARMv8 SMP
ii linux-image-4.15.0-1036-raspi2 4.15.0-1036.38 arm64 Linux kernel image for version 4.15.0 on ARMv8 SM |
Si vous avez une idée, merci d'avance ;-)
Librement,
andre_ani