#7 Ubuntu 22.04 LTS インストール手順

  linux  [Public]
icon written by 王明明 at Aug 20, 2023 6:34 PM
  Edit(Sign in)
  Stock
  Answer survey   Answer survey

  TOC

前提条件:

① 以下のリンクからUbuntu22.04LTSのISOファイルをダウンロード

https://cdimage.ubuntu.com/releases/22.04/release/

② 上記のISOファイルをDVDに書き込んたこと。

構築手順:

① 作成したインストールディスクを DVD ドライブにセットしてコンピュータを再起動
  BIOSにDVDから起動するように設定。

② サーバ起動したら、以下のように言語選択画面が表示されるので、英語を選択します。

image-20230820092127982.png

③ キーボードレイアウトに、「Japanese」を選択し、 [Done] を選択して次へ進みます。

image-20230820092325496.png

④ インストールする Ubuntu サーバーの構成を選択します。上段がよく利用されるソフトウェア
  がセットになった一般的なサーバー構成、下段は最小構成のサーバーセットです。

image-20230820092405663.png

⑤ ネットワーク接続項目、固定IPを設定し、 [Done] を選択して次へ進みます。

image-20230820092458827.png

⑥ 必要に応じて、プロキシサーバーのアドレスを入力します。不要であればブランクのままで OK です。

image-20230820092538167.png

⑦ ミラーサーバー設定画面のまま [Done] を選択して次へ進みます。

image-20230820092642826.png

⑧ ストレージ設定画面のまま「Enter」をクリック

image-20230820092719642.png

⑨ ストレージの設定の確認画面です。OK であれば [Done] を選択して次へ進みます。

image-20230820092819803.png

⑩ インストールを進めてよいかの確認です。ディスク内の既存データが存在する場合
  上書きされる等々の注意です。良ければ [Continue] します。

image-20230820092901371.png

⑪ 管理者となるユーザーアカウントの設定です。任意の名称やパスワードを入力して次へ進みます。

image-20230820092936657.png

⑫ SSH サーバーをインストール画面、スペースを押して、Open ssh選択、[Done]
  を選択して次へ進みます。

image-20230820093114717.png

⑬ サーバー用途でよく使用されるアプリケーションや環境セットの選択です。必要に応じて
  選択ください。当例では何も選択せずに進めます。

image-20230820093216522.png

⑭ インストールが完了すると以下の画面になります。[Reboot Now] を選択して終了します。

image-20230820093250397.png

⑮ 再起動したら、コンソール画面にインストール中に設定したユーザーとパスワードで
  認証してログインできたら、構築完了。

Ubuntu 22.04 localhost ttyS0

localhost login: ubuntu
Password:
Welcome to Ubuntu 22.04 LTS (GNU/Linux 5.15.0-25-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Fri Apr 22 13:31:35 UTC 2022

  System load:  0.57177734375      Processes:               130
  Usage of /:   39.2% of 13.67GB   Users logged in:         0
  Memory usage: 5%                 IPv4 address for enp1s0: 10.0.0.209
  Swap usage:   0%

0 updates can be applied immediately.



The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@localhost:~$

 Add Comment