Centos在Xen问题上安装

我正在运行Ubuntu 12.04.1,我想通过http安装networking安装CentOS 5或6。 使用http://mirror.centos.org/centos/5.7/os/x86_64/images/xen/中的 xen映像

我的configuration:

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

  1. 目前的CentOS 5版本是5.9我强烈build议使用它
  2. 尝试使用xvda – xvda1是xvda的第一个分区 – 有些操作系统不喜欢那样