These bash scripts installs https://github.com/pmem/ndctl v78 in a newly installed Ubuntu 22.04.3 (desktop or server):
- ndctl-prereqs-ubuntu-22.04.sh apt-get install required packages to clone and build ndctl
- ndctl-clone-build-install.sh clone, build, and install ndctl
These bash scripts install various kernels:
- ubuntu-22.04-kernel-6.5.sh installs OEM Kernel 6.5 in Ubuntu 22.04
- ubuntu-22.04-kernel-6.6.sh installs mainline kernel 6.6 in Ubuntu 22.04
Hold down [left-shift] key while booting to enter GRUB menu. Choose "Advanced Options for Ubuntu" then select the kernel version to boot.
- ndctl-prereqs-almalinux9.sh dnf install required packages to clone and build ndctl
- 'sudo dnf remove ndctl daxctl cxl-cli' if you have previously installed them
- ndctl-clone-build-install.sh clone, build, and install ndctl
- 'sudo ldconfig' for /lib changes to take effect