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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
There are two small issues with the current state of Ubuntu 20.04.
linux-oem-20.04 has a lower version than the generic kernel
When installing the kernel linux-oem-20.04, rebooting will not boot with the OEM kernel because it has an older version than the current kernel, which is 5.8.0.45:
linux-oem-20.04/focal-updates,focal-security,now 5.6.0.1050.46 amd64 [installed]
Complete OEM Linux kernel and headers
linux-oem-20.04-edge/focal-updates,focal-security 5.10.0.1017.18 amd64
Complete OEM Linux kernel and headers (dummy transitional package)
linux-oem-20.04b/focal-updates,focal-security,now 5.10.0.1017.18 amd64 [installed]
Complete OEM Linux kernel and headers
To summarize, the newer kernels configuration file (both generic and OEM) seem to have a hardcoded certificate path which isn't present in the repository https://github.com/intel-gpu/kernel.
The text was updated successfully, but these errors were encountered:
Thank you for reporting -- both the issue, and the work arounds you found.
The HWE kernel that is part of 20.04.2 might provide the needed support for the host, which would let us remove the step to install the linux-oem-20.04 kernel; the default kernel in 20.04.1 didn't have the needed support.
We'll work to get the guide updated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for this guide!
There are two small issues with the current state of Ubuntu 20.04.
linux-oem-20.04 has a lower version than the generic kernel
When installing the kernel
linux-oem-20.04
, rebooting will not boot with the OEM kernel because it has an older version than the current kernel, which is5.8.0.45
:There are two potential ways to fix this issue:
linux-oem-20.04b
instead oflinux-oem-20.04
, which has a newer version.GRUB_DEFAULT
in /etc/default/grub?Small issue in the kernel configuration for newer kernels
The issue is detailed here: intel-gpu/kernel#3
To summarize, the newer kernels configuration file (both generic and OEM) seem to have a hardcoded certificate path which isn't present in the repository https://github.com/intel-gpu/kernel.
The text was updated successfully, but these errors were encountered: