Xen
ubuntu-vm-builder 完成後怎麼辦?
我已經安裝了 VM(基於 Xen),但 Xen 配置使用指定的“Linux 核心”作為“無”。
確切的命令行是:
ubuntu-vm-builder xen precise -v --debug --addpkg openssh-server
在 /etc/xen/ubuntu-xen 中生成了兩個圖像和一個 xen VM 配置,稍後我將提供更多資訊,我現在在另一台電腦上。
我應該如何啟動虛擬機?
更新
我有一個 xen.conf :
# Configuration file for the Xen instance ubuntu, created # by VMBuilder kernel = 'None' ramdisk = 'None' memory = 128 root = '/dev/xvda1 ro' disk = [ 'tap:aio:/root/ubuntu-xen/tmpZV_BzU,xvda1,w', 'tap:aio:/root/ubuntu-xen/tmpeUm7XN,xvda2,w' ] name = 'ubuntu' dhcp = 'dhcp' vif = [''] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' extra = 'xencons=tty console=tty1 console=hvc0'
您應該能夠使用以下命令啟動 VM:
xm create /path/to/xen.conf
或者,您可以根據需要決定在 Ubuntu 上使用其他工具堆棧(請參閱https://help.ubuntu.com/community/XenProposed)
我建議使用安裝程序創建 PV 來賓,如下所述: https ://help.ubuntu.com/community/XenProposed
或者,您應該能夠使用 vmbuilder 創建的映像。
需要更多資訊。(我會發表評論,當我們弄清楚這一點時,我們可以編輯它)