XEN 安装Ubuntu 10.04 虚拟机

Xen安装Ubuntu 10.04用户使用的Ubuntu文本安装程序

Ubuntu的10.04可以使用默认的基于文本的安装程序包含在Ubuntu发行版的安装Xen光盘的用户。

首先创建一个新的LVM卷的来宾虚拟磁盘存储:


[root@f13 ~]# lvcreate -nubuntu01 -L20G /dev/vg_f13 Logical volume "ubuntu01" created

然后下载Ubuntu官方Xen的来宾配置文件:


[root@f13 ubuntu]# wget --2010-09-05 01:53:38-- Resolving fi.archive.ubuntu.com... 130.230.54.102, 2001:708:310:54::102 Connecting to fi.archive.ubuntu.com|130.230.54.102|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7618 (7.4K) [text/plain] Saving to: “xm-debian.cfg” 100%[======================================>] 7,618 --.-K/s in 0.008s 2010-09-05 01:53:38 (911 KB/s) - “xm-debian.cfg” saved [7618/7618]

并重新命名它"ubuntu01.cfg"


[root@f13 ubuntu]# mv xm-debian.cfg ubuntu01.cfg [root@f13 ubuntu]#

然后与您最喜爱的文本编辑器编辑“ubuntu01.cfg”,使它看起来像(其中包括其他的东西):


memory = 1024 name = "ubuntu01" vcpus = 1 vif = ['mac=00:16:36:64:3d:f3,bridge=virbr0'] disk = ['phy:vg_f13/ubuntu01,xvda,w']

修改MAC地址是唯一的。

然后找到“ubuntu01.cfg”说:“引导程序= pygrub的”一条线,并添加适当的路径(“/ usr /斌/ pygrub的”):


if not xm_vars.env.get('install'): bootloader="/usr/bin/pygrub" else:

已经修改过的配置文件是:作为一个参考。

免费下载地址在

用户名与密码都是

具体下载目录在 /2012年资料/7月/30日/XEN 安装Ubuntu 10.04 虚拟机/

然后启动Ubuntu的安装程序:


xm create -f ubuntu01.cfg -c install=true install-kernel="http://fi.archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/xen/vmlinuz" install-ramdisk="http://fi.archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/xen/initrd.gz" install-mirror="http://fi.archive.ubuntu.com/ubuntu"

所有上述命令必须是在一行上。替换你的本地镜像的镜像网站的网址。

Ubuntu 10.04的文本安装开始:

ubuntu01.png

像往常一样安装。选择网络DHCP。

ubuntu02.png

ubuntu03.png

ubuntu04.png

ubuntu05.png

当完成安装Ubuntu的虚拟机将关闭。

安装后,你可以启动Ubuntu的客人,像这样:


xm create -f ubuntu01.cfg -c

首先,你会看到pygrub的菜单让你选择Ubuntu内核启动,然后你会得到正常的Xen光伏旅客文本控制台,看看Ubuntu的内核启动。你可以退出控制台,按CTRL +]或Ctrl +5。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/21347.html