アプリ版:「スタンプのみでお礼する」機能のリリースについて

XenでゲストOSを完全仮想化CUIインストールを行いたいのですが、
virt-installコマンドで実行した際、領域確保後、画面が切り替わる時点で
「Escape character is 」と表示されたままになってしまいます。

打ち込んだコマンドは下記の通りです。
virt-install --hvm --name=test22 --ram=256 --arch=i686 --vcpus=1 --os-type=linux \
--os-variant=rhel4 --file=/var/lib/xen/images/test22.img --file-size=4 --nographics \
--nonsparse --network=bridge:xenbr0 --keymap=ja --cdrom=/root/RHEL4-U5-i386-ES-DVD-ftp.iso

オプションで--nographicsを指定するとCUIになるとwebで調べたのですが、
変わりませんでした。



どなたか解る方がいたらご教授下さい。
宜しくお願い致します。

A 回答 (1件)

どんなホストOS環境で作業されているのか、よくわかりませんが。



virt-installは利用したことないので、すでにゲストのプロファイル作成完了であれば、 # xm start name_of_guest -c でCUIインストールは可能です。

virt-installの「--nographics」オプションにおいて、何をすべきか(代りにテキストコンソールが(自動的に)用意される)、接続方法はマニュアルに書いてある通りですので、もう一度manを確認して下さい。

--nographics
No graphical console will be allocated for the guest. Fully virtualized guests (Xen FV or QEmu/KVM) will need to have a text console configured on the first serial port in the guest (this can be done via the --extra-args option). Xen PV will set this up automatically. The command ’virsh console NAME’ can be used to connect to theserial device.
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!