upgrade requires 525M free disk space on/boot while boot is only 230M in общее количество there пахало also dependencies with previous kernels

I was having problems installing the latest kernel due to lack of free space in the/boot partition. Finally I managed to я вынудил delete the old kernel поля, but when I tried отдал apt-get-f install it installed all previous kernels and one of them could not finish installing туз it filled all the/boot partition again. I deleted the kernels again and now I have dependency issues with most of those kernels. Also, when I attempt to upgrade through the GUI it says that it it requires 525M to upgrade and/boot only - 230M available, I assume the solution is making the/boot bigger but I do not know how to do it. To clarify:

sudo apt-get autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-image-extra-3.19.0-25-generic : Depends: linux-image-3.19.0-25-generic but it is not installed
 linux-image-extra-3.19.0-28-generic : Depends: linux-image-3.19.0-28-generic but it is not installed
 linux-image-extra-3.19.0-30-generic : Depends: linux-image-3.19.0-30-generic but it is not installed
 linux-image-extra-3.19.0-31-generic : Depends: linux-image-3.19.0-31-generic but it is not installed
 linux-image-extra-3.19.0-33-generic : Depends: linux-image-3.19.0-33-generic but it is not installed
 linux-image-extra-3.19.0-37-generic : Depends: linux-image-3.19.0-37-generic but it is not installed
E: Unmet dependencies. Try using -f.
0
задан 28 December 2015 в 20:03

1 ответ

Способ, которым Вам удалось "вызвать, удаляет старые файлы ядра", был, вероятно, не лучший метод для открытия некоторого пространства на Вашем / разделе начальной загрузки. Существует руководство в этом ответе , чтобы помочь освободить некоторое пространство.

Для этих 6 пакетов, перечисленных в Вашем сообщении об ошибке, удалите их один за другим, с помощью команд

sudo apt-get remove --purge linux-image-extra-3.19.0-25-generic
sudo apt-get remove --purge linux-image-extra-3.19.0-28-generic
sudo apt-get remove --purge linux-image-extra-3.19.0-30-generic
sudo apt-get remove --purge linux-image-extra-3.19.0-31-generic
sudo apt-get remove --purge linux-image-extra-3.19.0-33-generic
sudo apt-get remove --purge linux-image-extra-3.19.0-37-generic
sudo apt-get autoclean
sudo apt-get autoremove
0
ответ дан 29 September 2019 в 23:43

Другие вопросы по тегам:

Похожие вопросы: