ROCm / ROCm

AMD ROCm™ Software - GitHub Home

Home Page:https://rocm.docs.amd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Issue]: ROCm6.0.0 Installation Failure Ubuntu22.04.3 Kernel:6.2

kulnaman opened this issue · comments

Problem Description

I am trying to install rocm(6.0.0) using the AMDGPU Installer with a kernel version 6.2, and during the installation, I am getting this error:
ERROR (dkms apport): kernel package linux-headers-6.2.0-060200-generic is not supported
The log file for the same: dkms.log

uname -r
6.2.0-060200-generic

Operating System

Ubuntu22.04.3

CPU

AMD EPYC 7763 64-Core Processor

GPU

AMD Instinct MI100

ROCm Version

ROCm 6.0.0

ROCm Component

No response

Steps to Reproduce

On Ubuntu 22.04.3, kernel 6.2:

sudo apt install "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)"
sudo apt update
wget https://repo.radeon.com/amdgpu-install/6.0/ubuntu/jammy/amdgpu-install_6.0.60000-1_all.deb
sudo apt install ./amdgpu-install_6.0.60000-1_all.deb
sudo amdgpu-install --usecase=rocm

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

Resolved as I was using the mainline kernel, and that was causing the issue. More discussion in #2458.