데비안 커널 업그레이드 문제

데비안 커널 업그레이드 문제

커널(OpenVZ VPS)을 업데이트하려고 시도했지만 절차를 진행했지만 이제 다음 출력을 uname -r반환 2.6.32-042stab132.1하고 반환합니다.hostnamectl

Failed to query system properties: Message recipient disconnected from message bus without replying

그래서 나는 다음과 같은 일을 해왔습니다.

$ sudo apt-cache search linux-image
linux-headers-4.9.0-9-amd64 - Header files for Linux 4.9.0-9-amd64
linux-headers-4.9.0-9-rt-amd64 - Header files for Linux 4.9.0-9-rt-amd64
linux-image-4.9.0-9-amd64 - Linux 4.9 for 64-bit PCs
linux-image-4.9.0-9-amd64-dbg - Debug symbols for linux-image-4.9.0-9-amd64
linux-image-4.9.0-9-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
linux-image-4.9.0-9-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-9-rt-amd64
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
$
$ sudo apt-get install linux-image-4.9.0-9-amd64
$ reboot

이렇게 해도 아무것도 변경되지 않았으므로( hostnamectl커널을 이전 커널 버전으로 반환) 설명대로 진행했습니다.여기. 그리고 그 결과 위의 문제가 발생했습니다.

그렇다면 OVZ VPS 인스턴스에서 실제로 커널을 업데이트하려면 어떻게 해야 합니까?

관련 정보