Proxmox VEの8系が今年の8月にEOLを迎えるらしい。ということで初めてのメジャーバージョンアップに挑戦。
とはいえ公式ドキュメントにUpgrade from 8 to 9があるので、特に困ることもなく書いてある通りに作業。
pve8to9 --fullでFAILとWARNが見つかったので対処。
FAIL: systemd-boot meta-package installed. This will cause problems on upgrades of other boot-related packages. Remove 'systemd-boot' See https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#sd-boot-warning for more information.
ドキュメントにも記載があり、パッケージを削除で特に困ることがなさそうなのでapt purge systemd-bootして解決。
WARN: The matching CPU microcode package 'amd64-microcode' could not be found! Consider installing it to receive the latest security and bug fixes for your CPU.
Ensure you enable the 'non-free-firmware' component in the apt sources and run:
apt install amd64-microcode
WARN: The matching CPU microcode package 'intel-microcode' could not be found! Consider installing it to receive the latest security and bug fixes for your CPU.
Ensure you enable the 'non-free-firmware' component in the apt sources and run:
apt install intel-microcode
CPUに関するパッケージが見つからないと怒られた。そういえばインストールしてなかったのでnon-free-firmwareを追加して当該パッケージをインストール。
pve8to9 --fullの結果が良好になったところでアップグレード実施。特に問題なく9系にできた。