复杂的XEN

在edgy上现在也可以直接支持xen了,从源里可以直接安装:
sudo aptitude install xen-hypervisor-3.0-i386 xen-image-xen0-2.6.16-11.1-generic xen-utils-3.0
然后设置启动:
sudo mkinitramfs -o /boot/xen0-linux-2.6.16-11.1-generic.initrd.img 2.6.16-11.1-generic
sudo nano /boot/grub/menu.lst
修改启动方式,添加:

title XEN/2.6.16b
root (hd0,1)
kernel /boot/xen-3.0-i386.gz
module /boot/xen0-linux-2.6.16-11.1-generic root=/dev/sda2 ro
module /boot/xen0-linux-2.6.16-11.1-generic.initrd.img
boot

这样就能启动了,但接下去的工作还是很复杂的,看了半天文档,最终还是决定等ubuntu edgy正式发布再进行这个尝试吧。
xen的复杂度比起qemu和vmware要高的多。

This entry was posted in Linux and tagged , , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string iXUtbZ to the field below:

以新浪微博帐号登录