unscope

[Ubuntu] Pending kernel upgrade 본문

IT/Linux

[Ubuntu] Pending kernel upgrade

파랑__ 2024. 6. 26. 14:19

우분투에서 뭔가 다운로드 받다 보면 이런 창이 뜨는 경우가 있음.

 

Newer kernel available. the currently running kernel version is 5.15.0-43-generic which is not the expected kernel version 5.15.0-47-generic. Restarting the system to load the new kernel will not be handled automatically, so you should consider rebootion.

 

다운로드 받는 시스템이 현재의 Kernel보다 이전 버전의 Kernel로 운영중일 경우 최신 Kernel 사용을 위해 재부팅이 필요하다는 의미.

 

 

해당 메시지 disable 하는 법
// vi /etc/needrestart/needrestart.conf
$nrconf{kernelhints} = 0; // 수정

 

'IT > Linux' 카테고리의 다른 글

[vi] vi 명령어 모음  (0) 2024.06.26
Comments