From: seantywork Date: Wed, 29 Oct 2025 03:51:46 +0000 (+0900) Subject: done kernel patch X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=f591273c04629ff9a4a148fa245f3d6f9e109ca3;p=linuxyz.git done kernel patch --- diff --git a/README.md b/README.md index b8865b8..61707c0 100644 --- a/README.md +++ b/README.md @@ -431,8 +431,10 @@ CONFIG_DEBUG_INFO_BTF CONFIG_MODULE_SIG_ALL # build kernel - +# with git repo make -j4 deb-pkg +# not with git repo +make -j4 bindeb-pkg # install diff --git a/kbuild-rt/2510-29.xyz.md b/kbuild-rt/2510-29.xyz.md index 39e5d5c..cdff76c 100644 --- a/kbuild-rt/2510-29.xyz.md +++ b/kbuild-rt/2510-29.xyz.md @@ -125,4 +125,26 @@ Found initrd image: /boot/initrd.img-6.8.0-52-generic Adding boot menu entry for UEFI Firmware Settings ... done Setting up linux-libc-dev:amd64 (6.8.2-1) ... +``` + +```shell +$ sudo vim /boot/grub/grub.cfg +# find menuentry `'Ubuntu, with Linux 6.8.2-rt11'` + +``` + +```shell +$ sudo vim /etc/default/grub + +# change `GRUB_DEFAULT` to the found entry +# GRUB_DEFAULT='Advanced options for Ubuntu>Ubuntu, with Linux 6.8.2-rt11' + +``` + + +```shell +$ uname -a +Linux thy-Z370-HD3 6.8.2-rt11 #1 SMP PREEMPT_RT Tue Oct 28 16:56:00 KST 2025 x86_64 x86_64 x86_64 GNU/Linux + + ``` \ No newline at end of file