-
Notifications
You must be signed in to change notification settings - Fork 855
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
Ubuntu: Failed to retrieve available kernel versions. Failed to check for processor microcode upgrades. #7054
Comments
+1 on using If you did a Under "Actual Behavior" you've got The microcode fail is either amd64-microcode or intel-microcode. Those packages are unsupported by-design. They are not installed in the Ubuntu-20.04 from the Store; how they got installed on your system is unknown (and likely unknowable). Purge 'em. Like |
@therealkenc Thank you for your response!
After spending hours and getting frustrated, I ended up typing:
Ahh I see... Would you recommend me clearing the app data for the distribution and setting it up again to start fresh and only do
My bad, I only pasted one output. I did get the output for both user@host:~$ sudo lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute
I don't have either packages installed though. user@host:~$ dpkg -l | grep microcode
user@host:~$ |
Doesn't hurt.
Yes. There is a rando guide cited in #6942 (message) which sketches the general idea.
"Should" is in the eye of the beholder. Me, I would update whatever software (let's say
On a closer look, it appears that " |
@therealkenc Thanks for the link! I decided to wipe clean and start over. I removed the app data for Ubuntu and upgraded it by modifying the Scanning processes...
Scanning processor microcode...
Scanning linux images...
Failed to retrieve available kernel versions.
Failed to check for processor microcode upgrades.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
I do have that package installed: user@host:~# apt search needrestart
Sorting... Done
Full Text Search... Done
needrestart/hirsute,now 3.5-2ubuntu2 all [installed,automatic]
check which daemons need to be restarted after library upgrades
needrestart-session/hirsute 0.3-8 all
check for processes need to be restarted in user sessions |
Thanks for your explanation. 2 questions:
|
You should be good. No need to rebuild.
Landing zone. Military jargon in this context used to mean the current cannonical destination. |
Here's a comprehensive explanation. Two ways to solve this:
This will remove the hint
I used method 2 and everything works just fine. |
I think the "needrestart" package is a clue. I was getting this error immediately after installation. The error no longer appeared after a restart. |
sudo apt install --only-upgrade https://itsfoss.com/following-packages-have-been-kept-back/ |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Windows Build Number
Microsoft Windows [Version 10.0.19043.1052]
WSL Version
Kernel Version
Linux version 5.4.72-microsoft-standard-WSL2 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Oct 28 23:40:43 UTC 2020
Distro Version
Ubuntu 21.04 Hirsute Hippo
Other Software
No response
Repro Steps
focal
gets installed.groovy
bydo-release-upgrade
and it does not install.sed --in-place 's/focal/groovy/g' /etc/apt/sources.list
and upgrade.lsb_release -a
hirsute
bydo-release-upgrade
and it does not install.sed --in-place 's/groovy/hirsute/g' /etc/apt/sources.list
and upgrade.The error was the same both times in points [2] and [5], just the corresponding version name shown was different:
Expected Behavior
Was expecting it to upgrade successfully without errors.
Actual Behavior
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: