boot:free_up_space_in_boot
Differences
This shows you the differences between two versions of the page.
boot:free_up_space_in_boot [2016/11/20 18:27] – created peter | boot:free_up_space_in_boot [2019/11/25 22:43] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Boot - Free up space in /boot ====== | ||
- | |||
- | /boot partition is nearly full; or a warning is received every time the system is rebooted. | ||
- | |||
- | Confirm this is the case: | ||
- | |||
- | <code bash> | ||
- | df | ||
- | ls /boot/ | ||
- | </ | ||
- | |||
- | |||
- | ===== Purge unused kernels ===== | ||
- | |||
- | <code bash> | ||
- | sudo apt-get purge linux-image-x.x.x-x | ||
- | </ | ||
- | |||
- | **NOTE**: | ||
- | |||
- | |||
- | ===== Delete source headers | ||
- | |||
- | The headers are installed into **/ | ||
- | |||
- | <code bash> | ||
- | ls /usr/src | ||
- | </ | ||
- | |||
- | Returns | ||
- | |||
- | < | ||
- | linux-headers-4.4.0-21 | ||
- | linux-headers-4.4.0-21-generic | ||
- | linux-headers-4.4.0-31 | ||
- | linux-headers-4.4.0-31-generic | ||
- | linux-headers-4.4.0-34 | ||
- | </ | ||
- | |||
- | |||
- | Delete unused source headers | ||
- | |||
- | <code bash> | ||
- | rm -Rf / | ||
- | </ | ||
- | |||
- | <WRAP alert> | ||
- | **ALERT**: | ||
- | </ | ||
boot/free_up_space_in_boot.1479666420.txt.gz · Last modified: 2020/07/15 09:30 (external edit)