LoginSignup
0
0

More than 3 years have passed since last update.

ECS LIVA ZにDebian 9 stretchをインストール

Last updated at Posted at 2018-08-13

買ったもの

LIVA ZにSSD取り付け

  1. 4隅のネジを取り外す
  2. VESAマウントのネジを取り付け IMG_20180807_131803.jpg
  3. ネジを引っ張ってケースのふたを取り外す IMG_20180807_131822.jpg
  4. SSDを取り付ける IMG_20180807_132049_1.jpg
  5. ふたを閉じる

macでDebian USBメモリ作成

  1. debian を入手するには / インターネット経由の debian のインストール / 小さな CD または USB メモリ から「debian-9.5.0-amd64-netinst.iso」をダウンロード
  2. dmgに変換

    $ hdiutil convert -format UDRW -o ~/Downloads/debian-9.5.0-amd64-netinst.dmg ~/Downloads/debian-9.5.0-amd64-netinst.iso 
    
  3. USBメモリを接続してデバイス名を確認

    $ diskutil list
    /dev/disk0 (internal, physical):
    (略)
    /dev/disk1 (synthesized):
    (略)
    /dev/disk2 (external, physical):
    #:                       TYPE NAME                    SIZE       IDENTIFIER
    0:     FDisk_partition_scheme                        *15.8 GB    disk2
    1:             Windows_FAT_32 Transcend               15.8 GB    disk2s1
    
  4. USBメモリをアンマウントしてddで書き込み

    $ diskutil umountDisk /dev/disk2
    $ sudo dd bs=8192 if=~/Downloads/debian-9.5.0-amd64-netinst.dmg of=/dev/disk2
    
  5. 「セットしたディスクは、このコンピュータで読み取れないディスクでした。」画面で「取り出す」ボタンを押す

Debianインストール

  1. USBメモリ、キーボード、TVをLIVA Zに接続
  2. LIVA Zの電源ON
  3. deleteキーを押してBIOS画面表示
  4. 「ブート/オペレーションシステムの選択/Windows 8.x/10」を「Linux」に変更 IMG_20180807_142110.jpg
  5. 「終了/変更を保存してリセット」を実行
  6. 「Graphical Install」を選択したところ、マウスが必要そうだった&手持ちのマウスがなかったため、LIVA ZのACアダプターを外して電源ONして「Install」を選択 IMG_20180807_142259.jpg
  7. LIVA Zを電源OFF

    $ su -
    # shutdown -h now
    
  8. TV、キーボードを外して設置場所に移動、電源ON

macからdebianにリモート接続

$ ssh -l ユーザー名 サーバーのIPアドレス

ルーター環境構築

  • これから

zabbix環境構築

  • これから
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