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?

【備忘録】Proxmoxをインストールしてみた

1
Posted at

はじめに

職場の後輩に教えてもらった Proxmox(プロックスモックス) をインストールしたので、
手順を忘れないように自分用のメモとしてまとめます。

環境

  • Dell PowerEdge R430
  • Proxmox VE 9.1-1

公式サイトから ISO をダウンロード

URL: https://www.proxmox.com/en/

image.png

Proxmox VE 9.1 ISO Installer」の Download をクリックします。

proxomox_img2.png

ISO を DVD に焼く

本来はUSBメモリで作成するのが一般的ですが、今回はUSBがなかったためDVDを使用しました。

ImgBurn

ImgBurnのセットアップについては、以下の記事を参考にしました。
https://www.winxdvd.com/blog/saiko-imgburn-japanese-download.htm#ImgBurn%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%8C%96%E3%81%AE%E3%82%84%E3%82%8A%E6%96%B9%E2%91%A0

サーバーにDVDを入れてブート

サーバーにDVDを挿入し、BIOSでDVDを優先的に起動する設定にしてブートします。

起動後の画面

起動すると以下の画面が表示されるので、「Install Proxmox VE (Graphical)」 を選択します。
proxomox_img1.png

以降は画面に従って設定します。

  1. END USER LICENSE AGREEMENT (EULA)
    → 「I agree」をクリック

  2. Proxmox Virtual Environment (PVE)
    → ターゲットディスクが表示されるので、そのまま「Next」

  3. Location and Time Zone selection

    • Country: Japan
    • Time zone: Asia/Tokyo
    • Keyboard Layout: Japanese
      → 「Next」
  4. Administration Password and Email Address
    → 管理用パスワードとメールアドレスを入力して「Next」

  5. Management Network Configuration
    → ホスト名、IP アドレス、ゲートウェイ、DNS サーバーを入力して完了

※ メールアドレスは、エラーログや通知を受け取りたい場合は設定推奨
※ ホスト名の末尾には .local を付ける

Proxmox にログインして VM 作成

以下のログイン画面が表示されるので、日本語に切り替えてからIDとパスワードを入力してログインします。
image.png

サブスクリプションに関する案内が表示されますが、
今回はそのまま OK で問題ありません。
re_rancher_0_1.png

ISO をアップロード

まずは仮想マシン用の ISO イメージをアップロードします。
今回はUbuntu Server 24.04.3 LTSを使います。

re_rancher_12.png

仮想マシンを作成

「Create VM」から仮想マシンを作成します。
re_rancher_1.png

VM ID と名称を入力して次へ。
re_rancher_2.png

ISO を選択します。
re_rancher_3.png

BIOS に OVMF(UEFI)
EFI ストレージに local-lvm を選択します。
re_rancher_4.png

ディスクサイズを設定。
re_rancher_5.png

CPU コア数を設定。
re_rancher_6.png

メモリ容量を指定。
re_rancher_7.png

ネットワーク設定を指定。
re_rancher_8.png

完了。
re_rancher_9.png

仮想マシンが作成されたことを確認できます。
re_rancher_10.png

仮想マシンを右クリック → 開始 で起動できます。
re_rancher_11.png

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?