0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2025年06月版】Debian12.11 に proxmox8.3 (arm64) をインストールするメモ 【arm64】

0
Posted at

はじめに

ProxmoxのISOからのインストールが上手くいかない時に、Debian(arm64)経由でインストールしたのでその時のメモの2025年版

公式のマニュアルのとおりに作業するだけ

手順

/etc/hosts の修正

  1. /etc/hosts に自分のホストIPを記載する

この手順を忘れると動作しない

IPアドレスを固定

  1. /etc/network/interfaces に固定IPを設定

この手順を忘れると動作しない

Proxmox VE のリポジトリを追加

  1. echo 'deb [arch=arm64] https://mirrors.apqa.cn/proxmox/debian/pve bookworm port'>/etc/apt/sources.list.d/pveport.list
    • arm64 を追加しているのに注意
  2. curl -L https://mirrors.apqa.cn/proxmox/debian/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpg
  3. apt update && apt full-upgrade

Proxmox VE のパッケージのインストール

  1. apt install ifupdown2
  2. apt install proxmox-ve postfix open-iscsi

確認

ブラウザでインストールしたホストのPort 8006 にアクセスして、ProxmoxのWegGUIにアクセスできることを確認する

  • 例: ホストが 10.0.0.240 の場合
    • https://10.0.0.240:8006

リンク

さいごに

かんたんでしたね

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?