linux-generic-hwe-18.04=5.3.0.25.94 in bionic-proposed causes a conflict with virtualbox-guest-x11-hwe
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux-meta-hwe (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
How to reproduce this bug?
-------
1.) create a minimal ubuntu with debootstrap
2.) use this sources.list:
deb http://
deb http://
deb http://
deb http://
deb http://
deb http://
3.) update package lists
apt-get update
4.) install kernel 5.3.0 from bionic-proposed
apt-get install linux-generic-
5.) install virtualbox
apt-get install virtualbox virtualbox-
-------
actual result:
linux-generic-
expected result:
linux-generic-

The problem is that linux-generic- hwe-18. 04 is a signed kernel, and virtualbox- guest-x11- hwe is a dkms package, so they cannot mix because you don't have our signing key to make the dkms virtualbox module fit with our signed kernel. When you try to install virtualbox- guest-x11- hwe and have our signed kernel installed, apt will remove the signed kernel and attempt to install the unsigned version instead. This seems like a sane thing to do, except that it breaks secure boot if you need the kernel to be signed.