linux-6.5.4 の CentOS Stream 9 へのインストール
linux-6.5.4 の CentOS Stream 9 へのインストールログです.複数のトラブルが発生します.
sudo su -
dnf -y update
dnf -y install make gcc flex bison openssl-devel elfutils-libelf-devel perl
cd /usr/src
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.4.tar.xz
tar xfJ linux-6.5.4.tar.xz
cd linux-6.5.4
cp /boot/config-5.14.0-366.el9.x86_64 .config
yes "" | make oldconfig
cp .config .config.bak
vi .config
vi .config は以下の2カ所の修正をする
make -j8 bzImage modules
make modules_install install
#linux
#カーネル
#kernel
#CentOS
#CentOSStream
#CentOSStream9
#linux6
#linux6_5
#linux6_5_4