Views:
1,878β
Votes: 4β
Tags:
partitioning
upgrade
do-release-upgrade
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1160495
Title:
How (else) can I clear space on `/boot` so `do-release-upgrade` will work?
ID:
/2019/07/23/How-_else_-can-I-clear-space-on-__boot_-so-_do-release-upgrade_-will-work_
Created:
July 23, 2019
Edited: July 24, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
The simplest way, when you arenβt booting with EFI, is to move /boot
to /
where you have tons of free space.
From: Arch Linux How to move /boot to /
Boot from a live distro, mount the partition containing
/
to
/mnt/main
the partition containing/boot
to/mnt/boot
then copy
/mnt/boot
to/mnt/main
.Then remove the β/bootβ entry from your
/etc/fstab
, (arch-)chroot
into Arch & reinstall GRUB.
Rather than removing /boot
entry though I would comment it out with #
.
Rather than chroot
and reinstall GRUB, I would use boot-repair.
If you do not have physical access to your server, have a look here