SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


linux:kvm_install

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
linux:kvm_install [2021/02/24 13:16] – [Step 1: Check Virtualization Support in Ubuntu] kimilinux:kvm_install [2021/02/24 13:51] – [Step 4: 仮想マシンの作成] kimi
行 16: 行 16:
 </code> </code>
  
-===== Step 2: Install KVM on Ubuntu 20.04 LTS =====+===== Step 2: パッケージのインストール =====
  
  
行 200: 行 200:
 $ $
 </code> </code>
 +<code sh>
 +osinfo-query' not found, but can be installed with:
  
 +sudo apt install libosinfo-bin
 +
 +kimi@sstw:~$ sudo apt install libosinfo-bin
 +
 +</code>
 <code sh> <code sh>
-~$ virt-install -n ssp0 -r 8192 --disk=ssp0.qcow2,bus=virtio --graphics vnc,password=vnc,listen=0.0.0.0,keymap=ja --noautoconsole -v --boot hd --cdrom ubuntu-20.04.2-live-server-amd64.iso +$ virt-install -n ssp0 -r 8192 --disk=ssp0.qcow2,bus=virtio --graphics vnc,password=vnc,listen=0.0.0.0,keymap=ja --noautoconsole -v --boot hd --cdrom ubuntu-20.04.2-live-server-amd64.iso 
  
 Starting install... Starting install...
行 212: 行 219:
   - Finderから「サーバへ接続」   - Finderから「サーバへ接続」
   - vnc:/ / <サーバのIPアドレス>/    - vnc:/ / <サーバのIPアドレス>/ 
 +<code sh>
 +$ virsh list
 + Id   Name   State
 +----------------------
 +    ssp0   running
 +
 +$ virsh net-list
 + Name      State    Autostart   Persistent
 +--------------------------------------------
 + default   active   yes         yes
 +
 +
 +
 +</code>
  
linux/kvm_install.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki