Hello everyone…I’m getting these integrity and confit errors during startup. Nothing seems broken. Does anyone know a fix or should i just ignore? Thanks!

all 23 comments

sorted by: hot top controversial new old
[–] 15 points 2 years ago

As a rule of thumb, if my computer is working without any problems, I'll just ignore warnings and errors that show up during boot or shutdown.

  • source
  • [–] 12 points 2 years ago (2 children)

    Did a search for ubuntu "integrity: problem loading x.509 certificate" and the first result indicates out of date bios certificates needed for secure boot on older laptops. Disabling secure boot seems to be the suggested fix.

  • source
  • hideshow 4 child comments
  • [–] 8 points 2 years ago

    You might check your BIOS clock time too, if the certs are ‘expired’, it might be the future, or more likely, the past. Certs have validity timers that specify start and end.

    It’s more likely that your BIOS is just old, and you’ll have to keep secure boot disabled from now on.

  • source
  • parent
  • [–] [S] 2 points 2 years ago (1 child)

    I did try disabling secure boot and the errors are still there…just double checked it. My machine is new so I wouldn’t thing âge is the problem.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 9 points 2 years ago* (last edited 1 year ago) (1 child)
  • [–] 8 points 2 years ago (1 child)

    As far as I know, other distributions just don't show these errors, but Ubuntu choose to show them.

    Most of them are just due too a BIOS implementation that is not entirely up to standards, from what I understand. It seems some manufacturers have chosen to make their system easier to use with Windows instead of strictly enforcing standards.

    I just ignore the errors. As long as everything works properly, I feel fine with that.

  • source
  • hideshow 2 child comments
  • [–] 8 points 2 years ago

    Kernel boot logs aren't well disciplined to be careful about what is an error or not. Sometimes it's just checking for the existence of hardware and reports the error it gets if it doesn't exist.

    If things are working I wouldn't worry.

  • source
  • [–] 2 points 2 years ago (1 child)

    It's a thing with certain laptops, where their secure boot certs are outdated or something. Not really anything you can do to fix, but it doesnt mean anything in practice - I never had issues with it after running linux across multiple distros about a year on my Acer nitro 5.

    only thing you might have issues with is using secure boot in certain distros but if you don't have problems then no need to worry

  • source
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    Thanks for your reply! That goes for both the errors?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (4 children)

    X.509 certs are commonly used in TLS/HTTPS.

    Why is one needed in your boot process?

    Is your drive encrypted?

  • source
  • hideshow 8 child comments
  • [–] [S] 2 points 2 years ago (1 child)

    I was trying to install a docker container at one point. Could this be it?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago* (1 child)

    Did you try to set up that container to serve HTTPS?

    It sounds like you have some service configured to serve HTTPS, and it's having trouble starting because the cert is broken.

    Only that particular service will be broken. The rest of the system is fine.

    Check systemctl status --failed for more info.

    Edit: I'm only talking about the X.509 error. The AMD error is probably related to your hardware.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    Mmmm, confit errors 😋🍽️

  • source