我正在运行ubuntu12.04.1,我想通过http安装网络安装CentOS 5或6。使用来自http://mirror.centos.org/centos/5.7/os/x86_64/图像/xen/的xen图像
我的配置:
kernel = "/home/virt/centos/vmlinuz"
ramdisk = "/home/virt/centos/initrd.img"
name = "centos"
memory = "768"
disk = [ 'file:/home/virt/centos/centos6.img,xvda1,w' ]
vif = [ 'bridge=xenbr0' ]
vcpus=1
on_reboot = 'destroy'
on_crash = 'destroy'在任何时候,我都有关于安装程序的错误,不要看到/dev/xvda1。
发布于 2013-05-08 07:50:44
https://serverfault.com/questions/503746
复制相似问题