- Linux Mint: Integrity: problem loading X.509 certificate -65 before login
- Step 1: Check the SHA256SUM of the ISO
- Step 2: Check the HDD or SSD for errors
- Step 3: Fix Linux Mint Integrity problem by «Disable the Secure Boot»
- Step 4: Fix Initramfs unpacking failed
- Step 5: Boot with older kernels or version
- integrity problem loading x.509 certificate (-65) in ubuntu 20.04
- 1 Answer 1
- Integrity: Problem loading X.509 certificate -65
- 3 Answers 3
- Перестал запускать систему
Linux Mint: Integrity: problem loading X.509 certificate -65 before login
The error: integrity: Problem loading X.509 certificate -65 usually appears during booting in Linux Mint 19 and 20. It might prevent you from login and using your Linux Mint installation. The error might occur for dual boot systems.
Some versions of this error:
In this article we will cover several different reasons and possible solutions. The same error might appear on fresh installations or working stations.
If you are able to login and use your Linux Mint installation and there’s no issues with speed or crashes then you can simply ignore the error.
Step 1: Check the SHA256SUM of the ISO
If the error is shown for new installation then the ISO might be verified for correction.
The steps to verify your ISO can be found on the link.
In case of corrupted copy or not properly downloaded errors like the one above might occur.
Note: Even if the validation is successful you can check the USB disk integrity.
This can be done by:
- bott from USB with Linux Mint
- Check Media Integrity selection from the boot menu
- In case of errors you need to get new USB or retry the ISO writing
A USB with error was causing:
[ 2.163272] integrity: Problem loading X.509 certificate -65
which was failing the login after few weeks usage.
Step 2: Check the HDD or SSD for errors
Another reason for error — integrity: Problem loading X.509 certificate -65 might be a bad disk. This can happen for new or existing installations.
To verify that your disk works properly you can use next commands:
after entering your root pass you will see something like:
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 43948031 43945984 21G 83 Linux
Identify the /dev/sdXX device name for your «Linux Mint» installation.
Then check the disk for badblocks:
If there are no bad block you will see:
Note: that this process might take time for bigger disks!
and finally try to repair the disk by:
If you get errors try to backup your information and go for a new disk.
Step 3: Fix Linux Mint Integrity problem by «Disable the Secure Boot»
The first solution is to disable the Secure Boot of your laptop or PC. The steps will depends on your model but in general they will be:
- Restart
- Enter in BIOS (press F10 , F2 , F8 , del or the one for your machine)
- Find Secure Boot option
- Troubleshoot
- Advanced Options: UEFI Firmware Settings
- Disable the Secure Boot
- Press Reset Setup Mode or Reset to Setup Mode — depends on your bios
- Save changes and exit. The PC restarts
Here you can find a link for Lenovo BIOS simulator and test how the Secure Boot can be disabled.
After the restart the error should disappear.
Note: Some laptops don’t have the Secure Boot option or need to be displayed from advanced settings.
Step 4: Fix Initramfs unpacking failed
These errors are two different once:
To fix the first one you can check this article: Boot error concerning the unpacking of initramfs
Step 5: Boot with older kernels or version
The final solution is to use Linux Mint Recovery mode and Advanced Boot Options.
To do so you can follow the complete instructions in this article: Linux Mint Recovery Mode or Advanced Boot Options
A shortened version:
- Start the PC
- Wait the UEFI/BIOS to load
- Keep and Hold — Shift
- Wait for GNU GRUB menu (Advanced Options For Linux Mint 20 Cinnamon)
- Select older version and test the boot
Источник
integrity problem loading x.509 certificate (-65) in ubuntu 20.04
I am having problem booting Ubuntu 20.04. Recently I upgrade to 20.04 from 18.04. After installation and a several successful reboot, I cannot boot 20.04 anymore. It is showing
I have already set the BOOT Mode: UEFI and Secure Boot: Disabled . Previously I had dual boot of Ubuntu along with Windows 10 and having this problem. To make sure that Windows 10 is not causing problem, now I have removed it. So its only Ubuntu now in the system. My system is :
- Acer Aspire A515-52G
- HDD: Toshiba 1 TB
- Have Intel Optane memory of 16 GB but ‘Disabled’ from BOOT menu.
Can anyone please help with any suggestions to get rid of this. Thanks in advance.
1 Answer 1
If «Secure Boot» is disabled then I would strongly recommend testing your hard drive for bad blocks. You will need an Ubuntu Live USB/DVD to do this, so be sure to have one handy.
Boot into a Live USB/DVD session
Open a terminal
If you do not know where your Ubuntu installation is installed (For example: /dev/sda2 ), let’s find out. Type this in the terminal:
You’re going to see a lot of information go past on your screen. Scroll up until you see the record for your Toshiba hard drive. It will look something like this:
Yours will probably have device names like /dev/sdaX or /dev/sdbY . One of these will be where you installed Ubuntu. The type will likely say Linux filesystem . Remember (or write down) this device name.
Now let’s test for bad blocks using the following command:
Note: Be sure to change /dev/sda to whatever device name has your Linux installation. You do not need to have the number. So if Ubuntu is installed on /dev/sda3 , just type /dev/sda .
This process may take a long, long time depending on how quickly the computer can scan the entire 1TB drive. You may want to consider having the task run overnight.
When the system is done running badblocks it will provide a report letting you know if there is anything wrong with the hard drive. If there is, then it’s time to replace your Toshiba HDD with something else. You may be able to temporarily repair the drive by running sudo fsck /dev/sda2 (with the appropriate number in the device name, as reported by the output of badblocks ), but you do not want to put too much faith in a hard drive that reports errors.
If no errors are reported, then it will be important to confirm that «Secure Boot» is disabled in the BIOS. These are generally the two things that can cause Ubuntu to report the integrity problem.
Источник
Integrity: Problem loading X.509 certificate -65
so I just uninstall KDE Neon because of a problem and tried to install it again but i got integrity: Problem loading X.509 certificate -65 and the boot stuck/freeze. I thought it was KDE Neon error, but then I tried installing ubuntu 19.10 and got the same error. I even clean install my windows and delete other partitions, but it doesn’t do anything, I keep getting the same error. What should I do ? Thanks in advance.
I’ve tried with 18.04 too and same result, strange, these iso files have no problem before.
I cleared my USB using RosaImageWriter, formatted it, and then I made my USB bootable using PowerISO, and choose install with safe graphics. The error still persists, but now I can boot Ubuntu 19.10 without getting stuck.
I get a black screen with this error:
3 Answers 3
I had the EXACT same problem! At the end of the story, after several failed attempts to install Ubuntu on my machine, I started to suspect the HDD (which was very unpleasant, since I had just bought the PC). In the end, the problem was actually the HDD.
To run disk tests on your HDD, boot to a virtual Ubuntu machine and open the terminal.
To discover the path of your Linux partition, type:
The output should contain something like this:
The partition that is giving problems, in my case, is the /dev/sdb4 .
And wait to see if there is errors in your partition. If yes, now you know what is causing the problem.
If you notice an error in your HDD, you should change it as soon as possible. Hope this helps!
Источник
Перестал запускать систему
Перенакатил убунту и после перезапуска ноутбука он перестал грузить ОС и не позволяет переустановить опять же её, ОС При запуске системы выдает следущее:
Новую ОСь подсказать для установки или что?
/dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) fsck exited with status code 4 The root filesystem on /dev/sda2 requires a manual fsck
Спроси у гугл переводчика что это значит, если тебе не понятно.
Ну последуй совету и введи
Спасибо за команду, не знал что вводить) ОС запустилась после рестарта. На
Еще лучше, при этой команде выдало
Ты же систему переустановил? Делал
Когда перенакатывал, то да, но сейчас выдает ту же ошибку про некорректную запись
Ты умудрился неправильно скопипастить репозитории WineHQ. Надо писать
, поправь на нормальные и удали дублирование. Потом
Ты специально переносы строк вставляешь в код? Непорядочно это. Кто-то может хочет подредактировать команду.
Хорошо, сейчас же займусь этим. знать бы что только нужно делать.
Ты не умеешь редактировать текстовые файлы? nano — это текстовый редактор, не более. Можешь вместо него vi использовать, но он менее удобен новичкам. Тебе нужно поставить недостающий пробел и удалить дублирующиеся строчки.
Я буду очень признателен тебе, если ты поможешь мне в этом, я мало что смыслю
Удали теперь строчки
— ты же явно читал https://wiki.winehq.org/Ubuntu , так какого черта выполнил из многих шагов лишь один, да ещё и криво скопипастил его?
у конечно, можно же было на вики по вину зайти. Я смотрел на стороннем сайте, то что там было и копипастил в консоль.
Что-то еще нужно сделать? Как работать с вином?
По ссылке, что я дал, сказано, как поставить один из трех вариантов Wine. Но не отвлекайся. Сейчас цель — обновить ОС командой
ввел команду которую ты сказал и открылось окно выбора конфигураций и больше ничего
Чего? Какую именно команду ты ввел из тех, что я перечислил и какое окно — они все в терминале только работают?
самую последнюю, для проверки жесткого, вводил в терминал
— это команда на установку комплекса ПО и библиотек для диагностики ЖД. Сама диагностика запускается командой
при установке конфигуратор вылезает, что с ним делать? ничего не нажимается
Пришли скриншот или вывод терминала. Я не понимаю, что ты имеешь в виду под словом «конфигуратор».
Так, теперь понятно. Короче, ты нарвался на распространенную проблему в Debian-based. Это слабая разновидность ада зависимостей — когда по безобидной установке прилетает куча лишнего.
К счастью, сия проблема вполне решаема. Просто закрой этот терминал, открой новый и в нём выполни
После чего попробуй снова поставить нужное ПО, но с иными ключами:
, выбери «без настройки», потом
Ну пока ничего страшного вроде не вижу, но вот это — перестань:
— не надо его так часто трясти.
это учебный ноут+домашний, я его дома с собой таскаю и в унике он со мой везде
Так, теперь понятно. Короче, ты нарвался на распространенную проблему в Debian-based.
Стабильный дистрибутив, говорили они.
Даже курица справится, говорили они.
Ох, вредноватый совет. Без крайней нужды разводить multiarch, да еще и с вайном. Лучше создать под, внутри пода — бутылку, в бутылке — win32 приложения. Так безопаснее.
Можно, пожалуйста, не на эльфийском?
Ноут с ЖД? ССЗБ — он рано или поздно умрет. Говорю как человек, у которого умерло 2 ЖД в походных ноутах. Ноуты могут быть только с SSD. Ты хоть бекапы на независимый внешний диск делаешь?
ноут свежий, месяца нет еще, пока не страшно, позже буду переходить на ССД или облачник
Хожу с ноутом с диском WDC WD3200LPVX-75V0TT0 месяц тоже. Сколько думаете продержится в классических поездках на работу? Замена ssd увеличит стоимость накопителя со 100 грн что я за него заплатил до скольки? гигов 250 вроде 800 стоит. Дорого.
По теме, как-то автор странно установил убунту. У меня у самого 18.04.3 с KDE и вроде норм, ничего не слетает. Правда в начале при установке не хотела определять вайфай. lspci показывало сетевуху, ip a выдавало что у меня одна сетевая карта 1 гбит. Но как только я подключил патчкорд, вайфай тоже начал искать сети. Сетевая BCM43228 802.11a/b/g/n.
Автор скорее всего тупо выключил ноут по питанию при работающей ОС — ext4 такое не любит, а xfs тем более.
ты имеешь ввиду что кончился заряд в процессе работы?
Да, тоже подходит. В принципе, это не очень страшно — собственно, система тебе даже написала, что делать, ты просто этого не понял.
Но если такое происходит на ровном месте — то обычно это означает проблемы с диском.
У меня сного эта ошибка вылезла на стадии запуска ОС, как пофиксить? И еще вопрос, у меня он не хочет считывать установычные флешки Винды, именно её он игнорит при запуске, а саму убунту не против перебить, когда запустилась то определяет винду как флешку и на ней все файлы есть
Источник