我正在尝试将 ElementaryOS 作为 pv 来宾安装在我的服务器上以进行测试。
Elementary OS 是 Ubuntu Precise 的一个分支。Elementary 不支持 PV,但是,我可以从以下位置获取相应的 ubuntu 图像:
[镜像]/ubuntu/dists/precise/main/installer-amd64/current/images/netboot/xen/initrd.gz [镜像]/ubuntu/dists/precise/main/installer-amd64/current/images/netboot/xen /vmlinuz
这是我的elementaryOS.cfg 的副本
name = "elementary"
kernel = "/home/curios/elementary/vmlinuz"
ramdisk = "/home/curios/elementary/initrd.gz"
memory = "1024"
disk = [ "phy:/dev/vg0/elementary,sda1,w", "file:/home/curios/elementary/elementaryos-stable-amd64.20130810.iso,sdb,r" ]
vif = ['bridge=xenbr0']
on_reboot = 'destroy'
on_poweroff = 'destroy'
到目前为止它正在工作,但我刚刚收到以下我担心的错误。有人会查看我的 cfg 并确保我的所有设置都正确吗?
┌────────────────────────┤ [!!] Partition disks ├─────────────────────────┐
│ │
│ Error informing the kernel about modifications to partition │
│ /dev/xvda1p1 -- Invalid argument. This means Linux won't know about │
│ any changes you made to /dev/xvda1p1 until you reboot -- so you │
│ shouldn't mount it or use it in any way before rebooting. │
│ │
│ ERROR!!! │
│ │
│ Ignore │
│ Cancel │
│ │
│ <Go Back> │
│ │
└─────────────────────────────────────────────────────────────────────────┘
当然,我可以将elementaryOS 安装为HVM 来宾,但这更具挑战性。
感谢您的帮助和建议
就我而言,我已将 filename.cfg xvda1 更改为 xvda(参见示例):