<div dir="ltr">I have to object to this post.  As a long time Ubuntu and now Xubuntu user, I have always run into this issue.  <div><br></div><div>In the last 6 months this has happened on two of my three machines.  I searched for a 'fool-proof' command line method, and found a thread for a one-line solution.  It provided a very detailed explanation of the functions in the line of code, so I thought it would be safe to use.  And of course, this line deleted all of my kernels.  </div><div><br></div><div>Ubuntu Tweak is the only fail-safe option available to inexperienced users, but why install such a function less tool for only a single process?  </div><div><br></div><div>In my 5 years on Ubuntu I have never run across a simple application written to address this issue.  If someone would write it, you would have the everlasting gratitude of millions of Ubuntu users!</div><div><br></div><div>ST, Have you tried this recipe?  I currently have two kernels listed, and running the commands leaves those kernels completely intact.  </div><div><br></div><div>Wilbur Ince</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 25, 2015 at 11:55 AM,  <span dir="ltr"><<a href="mailto:lukshuntim@gmail.com" target="_blank">lukshuntim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Monday, May 25, 2015 09:54 PM, Ralf Mardorf wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi :)<br>
<br>
On Mon, 25 May 2015 13:16:34 +0200, Petter Adsen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, 25 May 2015 19:35:44 +0900, Thomas Blasejewicz wrote:<br>
</blockquote>
<br>
Help us, to help you.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, I guess, I will have to continue to regularly and manually<br>
uninstall old/unused(?) kernels to keep things going.<br>
</blockquote></blockquote></blockquote>
<br>
Hi Peter,<br>
<br>
Don't get despaired so quickly. :-)<br>
<br>
You're on the way to solving your problem! You know how to open a terminal and issue commands. That's a big plus. You "df /boot" helps us to understand your problem a little better.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
We can help you, please post the output of<br>
<br>
   ls -hAl /boot<br>
<br>
and of<br>
<br>
   uname -r<br>
<br>
and just in case also of<br>
<br>
grep vmlinuz /boot/grub/grub.cfg<br>
</blockquote>
<br>
After you've posted the output, we'll be in a better position to help.<br>
<br>
[snipped]<br>
<br>
If your disk space problem is really having a lot of old kernels lying around, the first step is to uninstall them but leaves behind the current running one. After that, you can install the "magic" package linux-image-generic (if that's not already installed) which will always pull in the latest kernel and henceafter, in the terminal using apt-get<br>
<br>
sudo apt-get update<br>
sudo apt-get upgrade<br>
sudo apt-get autoremove<br>
<br>
will leave you with only the latest kernel.<br>
<br>
To guard against the rare problem of not able to boot the newly installed kernel and hence safer, you run the "sudo apt-get autoremove" command *after* you've shut down and successfully booted and logged in again.<br>
<br>
Hope this is sufficiently automatic, :-)<br>
ST<span class="HOEnZb"><font color="#888888"><br>
-- <br>
<br>
<br>
<br>
-- <br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com" target="_blank">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-users</a><br>
</font></span></blockquote></div><br></div>