Hallo,
beim Update meiner Proxmox Instanz stecke ich leider aufgrund einer vollen /boot Partition fest. Wie komme ich denn hier weiter?
beim Update meiner Proxmox Instanz stecke ich leider aufgrund einer vollen /boot Partition fest. Wie komme ich denn hier weiter?
Code:
root@jpt:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-image-amd64 : Depends: linux-image-5.10.0-10-amd64 (= 5.10.84-1) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Code:
root@jpt:~# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
linux-image-5.10.0-10-amd64
Suggested packages:
linux-doc-5.10 debian-kernel-handbook
Recommended packages:
firmware-linux-free
The following NEW packages will be installed:
linux-image-5.10.0-10-amd64
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
15 not fully installed or removed.
Need to get 0 B/53.7 MB of archives.
After this operation, 302 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 82710 files and directories currently installed.)
Preparing to unpack .../linux-image-5.10.0-10-amd64_5.10.84-1_amd64.deb ...
Unpacking linux-image-5.10.0-10-amd64 (5.10.84-1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-5.10.0-10-amd64_5.10.84-1_amd64.deb (--unpack):
cannot copy extracted data for './boot/vmlinuz-5.10.0-10-amd64' to '/boot/vmlinuz-5.10.0-10-amd64.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-5.10.0-10-amd64_5.10.84-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
root@jpt:~# df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/sda1 470M 464M 0 100% /boot
...