Debian カーネルのアップグレードの問題

Debian カーネルのアップグレードの問題

カーネルを更新しようとしましたが (OpenVZ VPS です)、手順を実行しても、次の出力が返されますuname -r2.6.32-042stab132.1hostnamectl

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 インスタンスでカーネルを実際に更新するにはどうすればよいでしょうか?

関連情報