On 2024/03/08 15:35, Avon Robertson wrote:
> Ideally, my kernel build will need to be in sync with the install75.img
> files on the troublesome machine?  So, to reduce the chances of out of
> sync errors, I will build a kernel and create a release to install with
> a USB flash drive on the troublesome machine.

No need to build a full release, just a kernel will be fine.

Checkout the tree, then

cd /sys/arch/amd64/compile/GENERIC.MP
make obj
make config
make -j8
make install

-j8 is to use 8 cores, which looking at dmesg should be reasonable on
your machine and would speed up the build

(Currently there might be chance to get fixes in before 7.5 release, but
the window for that is very narrow so the sooner the better)

Reply via email to