From 69b04b46350aa9f5969989549b33ffd41f5baae2 Mon Sep 17 00:00:00 2001 From: ShifZhan <252984256+MioYuuIH@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:51:12 +0800 Subject: [PATCH 1/2] docs: use OEM kernel meta packages --- README.md | 2 +- deploy/ansible/playbooks/pb-pxe-controller.yml | 4 ++-- deploy/ansible/roles/pxe_controller/defaults/main.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18891272..4f0924e9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The simplest way to deploy AUP Learning Cloud on a single machine in a developme ```bash # Ryzen AI APU only: OEM kernel for ROCm on Ubuntu 24.04 (reboot required) -sudo apt update && sudo apt install linux-image-6.14.0-1018-oem +sudo apt update && sudo apt install linux-oem-24.04 # Install Docker curl -fsSL https://get.docker.com | sh diff --git a/deploy/ansible/playbooks/pb-pxe-controller.yml b/deploy/ansible/playbooks/pb-pxe-controller.yml index 951821ca..9bd7c427 100644 --- a/deploy/ansible/playbooks/pb-pxe-controller.yml +++ b/deploy/ansible/playbooks/pb-pxe-controller.yml @@ -72,8 +72,8 @@ pxe_apt_mirror: "http://tw.archive.ubuntu.com/ubuntu" pxe_rootfs_packages: - - linux-image-6.14.0-1018-oem - - linux-headers-6.14.0-1018-oem + - linux-oem-24.04 + - linux-headers-oem-24.04 - initramfs-tools - linux-firmware - nfs-common diff --git a/deploy/ansible/roles/pxe_controller/defaults/main.yml b/deploy/ansible/roles/pxe_controller/defaults/main.yml index cc131711..c26c2e17 100644 --- a/deploy/ansible/roles/pxe_controller/defaults/main.yml +++ b/deploy/ansible/roles/pxe_controller/defaults/main.yml @@ -106,8 +106,8 @@ pxe_web_port: 8080 pxe_ubuntu_codename: "noble" pxe_rootfs_packages: - - linux-image-6.14.0-1018-oem - - linux-headers-6.14.0-1018-oem + - linux-oem-24.04 + - linux-headers-oem-24.04 - initramfs-tools - linux-firmware - nfs-common From 552c84224efd534b4423251afeba4380b1136ba3 Mon Sep 17 00:00:00 2001 From: ShifZhan <252984256+MioYuuIH@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:57:48 +0800 Subject: [PATCH 2/2] docs: pin OEM kernel to 6.14 stream --- README.md | 2 +- deploy/ansible/playbooks/pb-pxe-controller.yml | 4 ++-- deploy/ansible/roles/pxe_controller/defaults/main.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f0924e9..37eb6219 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The simplest way to deploy AUP Learning Cloud on a single machine in a developme ```bash # Ryzen AI APU only: OEM kernel for ROCm on Ubuntu 24.04 (reboot required) -sudo apt update && sudo apt install linux-oem-24.04 +sudo apt update && sudo apt install linux-oem-6.14 # Install Docker curl -fsSL https://get.docker.com | sh diff --git a/deploy/ansible/playbooks/pb-pxe-controller.yml b/deploy/ansible/playbooks/pb-pxe-controller.yml index 9bd7c427..425b939e 100644 --- a/deploy/ansible/playbooks/pb-pxe-controller.yml +++ b/deploy/ansible/playbooks/pb-pxe-controller.yml @@ -72,8 +72,8 @@ pxe_apt_mirror: "http://tw.archive.ubuntu.com/ubuntu" pxe_rootfs_packages: - - linux-oem-24.04 - - linux-headers-oem-24.04 + - linux-image-oem-6.14 + - linux-headers-oem-6.14 - initramfs-tools - linux-firmware - nfs-common diff --git a/deploy/ansible/roles/pxe_controller/defaults/main.yml b/deploy/ansible/roles/pxe_controller/defaults/main.yml index c26c2e17..e381140f 100644 --- a/deploy/ansible/roles/pxe_controller/defaults/main.yml +++ b/deploy/ansible/roles/pxe_controller/defaults/main.yml @@ -106,8 +106,8 @@ pxe_web_port: 8080 pxe_ubuntu_codename: "noble" pxe_rootfs_packages: - - linux-oem-24.04 - - linux-headers-oem-24.04 + - linux-image-oem-6.14 + - linux-headers-oem-6.14 - initramfs-tools - linux-firmware - nfs-common