[教學] ubuntu 16 04 LTS update 多次後 /boot full左

提示: 作者被禁止或刪除 內容自動屏蔽

另一個方法就係唔再分 boot partition
- copy /boot, say /boot-copy
- umount boot
- mv /boot-copy /boot
- edit fstab
- grub-install
- reboot & pray

TOP

/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 ?

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

how big is the /boot partition ?

TOP

try this, will keep the only last two kernel updates and delete olders,

sudo apt autoremove

TOP

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

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP