Open tcojean opened 3 years ago
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.
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: https://github.com/intel-gpu/kernel/issues/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.