Building Proxmox 8.3 from source (pve-kernel repo has bad submodule references)

sherrellbc

New Member
Jan 11, 2025
4
0
1
This repo does not appear to work any longer:
https://github.com/proxmox/pve-kernel/tree/master

The first thing it wants to do is clone the submodules that do not exist at their specified remotes.
Code:
fatal: repository 'https://github.com/proxmox/mirror_ubuntu-kernels/' not found

Neither of the submodules exist on the Proxmox git
Code:
[submodule "submodules/zfsonlinux"]
    path = submodules/zfsonlinux
    url = ../zfsonlinux
[submodule "submodules/ubuntu-kernel"]
    path = submodules/ubuntu-kernel
    url = ../mirror_ubuntu-kernels

Am I missing something? Is there a new workflow for building the kernel from source?