Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: In order to update /boot needs more space  (Read 4433 times)

0 Members and 1 Guest are viewing this topic.

TheWaffle

    Topic Starter


    Hopeful
  • Thanked: 4
    • Yes
  • Computer: Specs
  • Experience: Beginner
  • OS: Linux variant
In order to update /boot needs more space
« on: November 28, 2015, 08:17:45 AM »
What can I delete from /boot to free up more space?
The machine I'm running on was installed with an encrypeted lvm, would it be better to give /boot more space? (Is this even possible?)

[attachment deleted by admin to conserve space]

TheWaffle

    Topic Starter


    Hopeful
  • Thanked: 4
    • Yes
  • Computer: Specs
  • Experience: Beginner
  • OS: Linux variant
Re: In order to update /boot needs more space
« Reply #1 on: December 04, 2015, 01:55:28 PM »
Since I can't find a definite answer and no one has responded, I will move them to a backup directory and see what happens...

DaveLembke



    Sage
  • Thanked: 662
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: In order to update /boot needs more space
« Reply #2 on: December 04, 2015, 08:53:47 PM »
Did you try the sudo apt-get clean that it suggested to try to rid it of unnecessary former installation files?

TheWaffle

    Topic Starter


    Hopeful
  • Thanked: 4
    • Yes
  • Computer: Specs
  • Experience: Beginner
  • OS: Linux variant
Re: In order to update /boot needs more space
« Reply #3 on: December 05, 2015, 06:28:35 PM »
I did the
Code: [Select]
sudo apt-get clean but that deleted like three files that and they weren't in the /boot dir.
That didn't work.
I ended up manually backing up and then deleting these files.
I must have got lucky, because after that I ran
Code: [Select]
sudo apt-get updateand rebooted and everything ended up working.

After I update to a new kernel is it safe to assume the old kernels are no longer needed?

DaveLembke



    Sage
  • Thanked: 662
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: In order to update /boot needs more space
« Reply #4 on: December 05, 2015, 10:18:58 PM »
When it comes to Linux i have often run into issues with upgrades so I primarily back up all data and install fresh clean with the latest ISO. I have had driver issues and version creep and other issues from upgrading forward. The prior kernel should not be necessary but I would backup data to an external drive before dumping the file. After upgrade it should no longer need the old kernel but to play it safe i'd make sure any critical data is backed up first.