<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can&#x27;t Use apt &#x2F;boot is 100% full]]></title><description><![CDATA[<pre><code>df -h
/dev/sda1               461M  461M  461M  100% /boot
</code></pre>
<pre><code class="language-shell">uname -r 
&gt; 4.4.0-139-generic

sudo dpkg --list 'linux-image*'|awk '{ if ($1=="ii") print $2}'|grep -v `uname -r`
&gt; linux-image-4.4.0-134-generic
&gt; linux-image-4.4.0-138-generic
&gt; linux-image-4.4.0-141-generic
&gt; linux-image-4.4.0-97-generic
&gt; linux-image-extra-4.4.0-134-generic
&gt; linux-image-extra-4.4.0-138-generic
&gt; linux-image-extra-4.4.0-141-generic
&gt; linux-image-generic

sudo rm -rf /boot/*-4.4.0-{97,134,138}-*
sudo apt-get -f install -y
sudo apt-get autoremove -y
sudo update-grub &amp;&amp; sudo apt-get update
</code></pre>
<pre><code>df -h
/dev/sda1               461M  227M  211M  52% /boot
</code></pre>
]]></description><link>https://community.smartholdem.io/topic/511/can-t-use-apt-boot-is-100-full</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 02:37:50 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/511.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Dec 2018 11:08:14 GMT</pubDate><ttl>60</ttl></channel></rss>