さらばESXi、Proxmox VEへの道2 インストール
取り合わずここを参考 Proxmox VE6.3のインストールと、やっておくと良い初期設定 Proxmox VEの初期設定 を参考に 取りあえず、丸パクリ ターミナルの日本語化 # dpkg-reconfigure locales を実行。 en_US.UTF-8 UTF-8を無効にして、ja_JP.UTF-8 UTF-8を有効に。デフォルトをja_JP.UTF-8に変更。 ipv6の無効化 環境によるが、ローカルで動かすので /etc/sysctl.conf を編集 net.ipv6.conf.all.disable_ipv6 = 1 を追加 # sysctl -p かもしくは、再起動 リポジトリーの変更 /etc/apt/sources.list を編集 deb http://ftp.jp.debian.org/debian bullseye main contrib deb http://ftp.jp.debian.org/debian bullseye-updates main contrib # security updates deb http://security.debian.org/debian-security bullseye-security main contrib /etc/apt/sources.list.d/pve-enterprise.list を編集 deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription /etc/apt/sources.list.d/ceph.list を編集 deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription --------------- 23.8.1 Ver.8ではまだ https://enterprise.proxmox.com でエラーになるね。 23.9.1 V8系でアップでとできるようになった。