1

Okay, I'm a 'nix newbie, so at this point I don't really know what questions to ask, or what output would be relevant for y'all. This is also the first time I've ever posted on a forum to get help, as usually I have found all I've needed in previous questions and answers.

I'm dual booting Win8.1 and Ubuntu on a dell laptop. I have a separate /boot part that is 100mb. I tried to upgrade the kernel via the 'software updater' UI (don't know if that's relevant... I'm just trying to specify that I didn't use terminal), and it said that there was no space left on /boot. After researching a bit, I deleted the old kernels as well as sudo apt-get clean and emptying the trash and stuff. I rebuilt GRUB and rebooted. I tried to update again, and it says I still need to clear out some 30 or so MB off of /boot for the update.

I get the feeling from other posts that this is uncommonly large (people were saying they only had 13 MB used with multiple kernels?!)... and I don't know what else to remove from the /boot partition without screwing something up.

What am I missing here?

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

0
  1. Have a look here for a good strategy on how to make system backups. (I use http://CloneZilla.org)

  2. Boot an Ubuntu LiveDVD and use the "try Ubuntu" option and then start gparted from the dash. (Or just boot a gparted LiveCD ). You will see something like this:

    enter image description here

  3. The light yellow colour means "occupied" and the white means "free". Click and drag one of the more empty partitions and make it smaller ("shrink") then "grow" your boot partition to 1GB.

  4. Click the green check-mark icon (apply) and go to sleep. In the morning everything should be ready.

Fabby
  • 35,017