You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started the upgrade to the latest OS last night and have hit a few road bumps along the way. I've tried to unblock myself at each step (and accept I may have made things worse!) but here's a log of what happened in case you can provide any help - or if it can help with any bugs in the upgrader :)
Running the upgrade via the GUI in settings first gave me:
So I then tried:
pop-upgrade recovery upgrade from-release
This failed with this error:
Recovery upgrade status: recovery upgrade aborted: failed to write version of ISO now stored on the recovery partition
I did df -h and it showed that /recovery is 73% full: 2.9GB of the 4GB partition is used. The upgrader seems to download ~3gb so I reasoned that maybe I should clear out /recovery before trying again (as per the docs here).
However, /recovery is read-only. So I then remount it:
sudo mount -o remount,rw /dev/sdc2 /recovery
I can then delete the old files, and kick off the upgrader again. Unfortunately now I get this error:
Recovery upgrade status: recovery upgrade aborted: failed to copy kernel to recovery
Caused by:
failed to copy "/recovery/casper-ACF7-DE6A/initrd.gz" to "/boot/efi/EFI/Recovery-ACF7-DE6A/initrd.gz": No such file or directory (os error 2)
jack@pop-os:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
PARTUUID=a266f9d1-df97-4289-b942-490ef7cd1d5f /boot/efi vfat umask=0077 0 0
PARTUUID=2631dbc6-70f3-4304-9803-e1bad47162f1 /recovery vfat umask=0077 0 0
UUID=0b4951f3-b505-442a-a68d-f3d0dca9b930 / ext4 noatime,errors=remount-ro 0 0
/dev/mapper/cryptswap none swap defaults 0 0
Please let me know if I can provide any further details, and thanks in advance for any assistance :)
The text was updated successfully, but these errors were encountered:
I started the upgrade to the latest OS last night and have hit a few road bumps along the way. I've tried to unblock myself at each step (and accept I may have made things worse!) but here's a log of what happened in case you can provide any help - or if it can help with any bugs in the upgrader :)
Running the upgrade via the GUI in settings first gave me:
So I then tried:
This failed with this error:
I did
df -h
and it showed that/recovery
is 73% full: 2.9GB of the 4GB partition is used. The upgrader seems to download ~3gb so I reasoned that maybe I should clear out/recovery
before trying again (as per the docs here).So I try:
However,
/recovery
is read-only. So I then remount it:I can then delete the old files, and kick off the upgrader again. Unfortunately now I get this error:
I then ran:
And see logs that look like this:
So it seems that
/recovery
is being remounted as read-only, which I wouldn't expect (given that I'd remounted it as rw).The output of
systemctl status pop-upgrade
is:In case it's useful, the output of
/etc/fstab
is:Please let me know if I can provide any further details, and thanks in advance for any assistance :)
The text was updated successfully, but these errors were encountered: