1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Proxmox 7

1
Last updated at Posted at 2021-07-06
  • Debian 11 ベースになった。

Download

掲示板

Upgrade 6.4 to 7

pve6to7
pve6to7 --full
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' \
  /etc/apt/sources.list

sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d/pve-enterprise.list

apt update
apt dist-upgrade

W: (pve-apt-hook) !! ATTENTION !!
W: (pve-apt-hook) You are attempting to upgrade from proxmox-ve '6.4-1' to proxmox-ve '7.0-2'. Please make sure to read the Upgrade notes at
W: (pve-apt-hook) https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0
W: (pve-apt-hook) before proceeding with this operation.
W: (pve-apt-hook)
W: (pve-apt-hook) Press enter to continue, or C^c to abort.

reboot

pveversion

Ansibleについて

  • Proxmox 6.4のころとはAnsibleのバージョンが異なるため、Deprecateな書き方は廃止されて利用できないものがあった。(aptパッケージをwithで複数しているあたりの書き方。)

macmini へのインストールについて

  • Mac Mini A1347 (2014) i5-4308U 2.80GHz

の場合、Proxmox 8.3をインストールするとloading initial ramdiskから進まなかった。
Proxmox 7.4だと起動した。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?