docs: Tier-1 Ubuntu (noble) support #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ubuntu-tier1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tier-1 Ubuntu (noble) support: the kernel binary is distro-agnostic for a given arch, and the project signing cert is a plain code-signing cert with no "module-signing only" OID, so the same trixie-built
.debs install and boot on Ubuntu 24.04. We publish the same build to anobleapt suite rather than maintaining a separate Ubuntu build.Changes (docs-only)
docs/users/install-ubuntu.md(new): the Ubuntu apt source (thenoblesuite under the same/debianregistry path), install, MOK pointer, and the Debian differences (suite name; DKMS).docs/users/secure-boot.md: the MOK flow is identical on Ubuntu, and Ubuntu's shim (≥15.4) accepts our OID-free cert for boot (the OID is how it refuses DKMS-only keys); generalized the "bad shim signature" troubleshooting wording.docs/operators/per-distro-build.md: a Tier-1 recipe (dispatchpublish.ymlwithdistribution=noble; the registry creates the suite on first upload) + the boot-test prerequisite. Also fixed two stale lines (single job container; the seed may lag the kernel version, with the drift guard covering inherited symbols).docs/users/install.md: points Ubuntu users toinstall-ubuntu.md.Operator actions to actually ship Ubuntu
publish.ymlfor a release withdistribution=noble(mirrors the same.debs to the noble suite).Tier 2 (a distinct Ubuntu build-matrix entry with distro-matched build-deps and a separate provenance manifest) is documented as the follow-on; the kernel binary is identical either way.
🤖 Generated with Claude Code