Is it possible to extend my boot partition without having to format the whole disk? Here is what my configuration looks like:
Thanks in Advance
Is it possible to extend my boot partition without having to format the whole disk? Here is what my configuration looks like:
Thanks in Advance
No. That is you cannot easily expand your /dev/sda1
partition.
You could probably free up space on /dev/sda1
with the purge-old-kernels
script (see http://manpages.ubuntu.com/manpages/xenial/man1/purge-old-kernels.1.html)
Because you're using LVM, your ability to grow non-LVM partitions is limited. See this question and its answers for information on how to do it if it really is vital that you do so.