How can I increase size of boot partition, if I have an encrypted home partition?

N00b

Installed Ubuntu as a first-time user about two months ago. Has been working great until two weeks ago, when updates would no longer install due to not enough room on the boot disk.

I did the "sudo apt-get clean" thing, as well as empty the trash. No dice.

Then I checked this website and saw comments which said I needed to boot from my live usb, go to "try ubuntu without installing," and then use the program Gparted to increase size of boot partition.

enter image description here

All went well until Gparted wouldn't let me resize anything. The partitions weren't locked with a key symbol, but the "resize" option was always grayed out. The partitions also had grayed-out "mount" on the right-click menu. So I assume they were already unmounted?

I'm running full-Ubuntu (no dual-boot) on a Dell laptop, if that helps.

Thanks.

Pilot6

You have an encrypted /dev/sda5 partition. I am not sure it is possible to shrink encrypted partitions in gparted.

But HERE IS information on resizing encrypted partitions.

You will need to shrink sda5 left, then shrink sda2 left. After that you will be able to extend your sda1 right.

You can just remove old kernels from your /boot partition THIS WAY

If you can't install synaptic try command line way

dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'|grep -E "(image|headers)" | xargs sudo apt-get -y purge

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can i move an encrypted home directory to another partition?

From Dev

How can I have multiple passphrases for unlocking one encrypted partition?

From Dev

how can I increase my RAM size with a swap partition?

From Dev

How should I increase the size of the root partition?

From Dev

Can I change /home partition to /boot?

From Dev

If the size of my home directory is 9GB and I want to increase it, should I increase size of my home partition or root partition?

From Dev

Can I increase root partition with this current partition

From Dev

How to increase /home partition

From Dev

How to increase size of /boot partition using gparted

From Dev

How can I edit a partition on a drive to be a boot partition?

From Dev

How do i increase my swap partition size in Ubuntu?

From Dev

How would I increase the size of my root partition in this case?

From Dev

How can I move my /boot partition?

From Dev

How i can create boot partition for ubuntu?

From Dev

Can I Share a Home Partition on a Multi Boot USB Drive

From Dev

How can I automate the running of updatedb on an encrypted partition?

From Dev

How to increase size of this partition?

From Dev

How to increase the size of a partition that sits before an encrypted one?

From Dev

How do I find out if I have a separate boot partition?

From Dev

How to increase size of root partition when not in order with home?

From Dev

How can I move the home directory to a separate partition?

From Dev

Can i have a second partition with a full system in it, encrypted with FileVault/Truecrypt/Whatever?

From Dev

How can I move my /home directory to another partition if it's already part of the / partition?

From Dev

How can I move my /home directory to another partition if it's already part of the / partition?

From Dev

Can I recover an encrypted partition that I quick-formatted in Lubuntu?

From Dev

I want to expand a partition on my boot SSD, but there is a Recovery Partition and EFI System Partition in the way. How can I get around this?

From Dev

How can I safetly reduce a partition's size?

From Dev

Shrink encrypted home partition

From Dev

How can I reposition a partition?

Related Related

  1. 1

    How can i move an encrypted home directory to another partition?

  2. 2

    How can I have multiple passphrases for unlocking one encrypted partition?

  3. 3

    how can I increase my RAM size with a swap partition?

  4. 4

    How should I increase the size of the root partition?

  5. 5

    Can I change /home partition to /boot?

  6. 6

    If the size of my home directory is 9GB and I want to increase it, should I increase size of my home partition or root partition?

  7. 7

    Can I increase root partition with this current partition

  8. 8

    How to increase /home partition

  9. 9

    How to increase size of /boot partition using gparted

  10. 10

    How can I edit a partition on a drive to be a boot partition?

  11. 11

    How do i increase my swap partition size in Ubuntu?

  12. 12

    How would I increase the size of my root partition in this case?

  13. 13

    How can I move my /boot partition?

  14. 14

    How i can create boot partition for ubuntu?

  15. 15

    Can I Share a Home Partition on a Multi Boot USB Drive

  16. 16

    How can I automate the running of updatedb on an encrypted partition?

  17. 17

    How to increase size of this partition?

  18. 18

    How to increase the size of a partition that sits before an encrypted one?

  19. 19

    How do I find out if I have a separate boot partition?

  20. 20

    How to increase size of root partition when not in order with home?

  21. 21

    How can I move the home directory to a separate partition?

  22. 22

    Can i have a second partition with a full system in it, encrypted with FileVault/Truecrypt/Whatever?

  23. 23

    How can I move my /home directory to another partition if it's already part of the / partition?

  24. 24

    How can I move my /home directory to another partition if it's already part of the / partition?

  25. 25

    Can I recover an encrypted partition that I quick-formatted in Lubuntu?

  26. 26

    I want to expand a partition on my boot SSD, but there is a Recovery Partition and EFI System Partition in the way. How can I get around this?

  27. 27

    How can I safetly reduce a partition's size?

  28. 28

    Shrink encrypted home partition

  29. 29

    How can I reposition a partition?

HotTag

Archive