作者: yshi 時間: 2017-6-14 13:08 標題: ubuntu 16 04 LTS update 多次後 /boot full左
提示: 作者被禁止或刪除 內容自動屏蔽
作者: rabbit82047 時間: 2017-6-14 14:08
另一個方法就係唔再分 boot partition
- copy /boot, say /boot-copy
- umount boot
- mv /boot-copy /boot
- edit fstab
- grub-install
- reboot & pray
作者: chancho 時間: 2017-6-14 14:44
/boot is full because update write new files into it. more possible is new kernel files. just delete the old one is ok. i have a 500M /boot (/boot + efi), the kernel file is only 5M, how often you update your system ?
作者: yshi 時間: 2017-6-14 14:55
提示: 作者被禁止或刪除 內容自動屏蔽
作者: chancho 時間: 2017-6-14 21:35
how big is the /boot partition ?
作者: johnttt 時間: 2017-6-14 22:00
try this, will keep the only last two kernel updates and delete olders,
sudo apt autoremove
作者: theluxman 時間: 2017-6-14 23:49
many methods to solve.
most safe/easy i think:
open synaptic,
choose status,
choose "installed" ...
yshi 發表於 2017-6-14 13:08
try
apt-get autoremove -y
作者: yshi 時間: 2017-6-15 10:42
提示: 作者被禁止或刪除 內容自動屏蔽

