Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't update the recovery partition #2491

Open
ikjelle opened this issue Jun 26, 2022 · 2 comments
Open

I can't update the recovery partition #2491

ikjelle opened this issue Jun 26, 2022 · 2 comments

Comments

@ikjelle
Copy link

ikjelle commented Jun 26, 2022

Distribution (run cat /etc/os-release):
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os

Related Application and/or Package Version (run apt policy $PACKAGE NAME):
The default settings application

Issue/Bug Description:
I can't update my recovery in the settings menu.
The error below says permission error, but I don't understand Why I get it.
image
This might be just me, because I'm having quite some problems with efi, grub and the boot partition. But if that's the case, then the error is not telling me the problem.

Steps to reproduce (if you know):
Click on update in the settings.
image

  1. It Downloads the image
  2. Then it verifies the image
  3. Then the error shows up

Other Notes:
The error displayed, looks visually bad, and I can't copy the text.
But at least there is something.

@strugee
Copy link

strugee commented Jun 26, 2022

That is not a permissions error - something is really wrong with that partition. You should run fsck (a filesystem integrity/health check) on that partition. I would also run a S.M.A.R.T. check on the drive. gSmartControl is a nice program for this, or you can use smartctl.

@linuxgnuru
Copy link

Also, check to see if the there might be more than one casper* folder in the /recovery. If so remove them and retry the update button.
To list all casper folders:

sudo sh -c "ls -d /recovery/casper*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants