我的dom0是Gentoo 3.3.2,内核是用Xen支持编译的。我打算使用相同的内核来启动我的 domU。
这是我的 domU 配置文件:
1 vif = [ 'bridge=xenbr0' ]
2 vcpus = 1
3 uuid = "c1d751ba-e228-45e6-b7a8-01895e88a815"
4 root = "/dev/xvda ro"
5 name = "Gentoo"
6 memory = 512
7 kernel = "/boot/kernel-3.3.2-gentoo"
8 extra = "4 console=hvc0"
9 disk = [ 'phy:/dev/vg/gentoo,xvda,w' ]
/dev/vg/gentoo
是LV。我运行后xl create -c gentoo.cfg
,来宾启动并停止,并出现以下错误(仅最后几行):
[ 0.122019] netconsole: network logging started
[ 0.122180] Root-NFS: no NFS server address
[ 0.122186] VFS: Unable to mount root fs via NFS, trying floppy.
[ 0.122280] VFS: Cannot open root device "xvda" or unknown-block(2,0)
[ 0.123056] Please append a correct "root=" boot option; here are the available partitions:
[ 0.123056] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
答案1
我已经有一段时间没有使用 Xen 了,但是当你说你已经编译了支持 Xen 的内核时,你有xenblk
驱动程序/模块吗?我认为这就像CONFIG_XEN_BLKDEV_FRONTEND
你的.config
。您是否尝试过任何其他 xen 配置只是为了看看它们是否有效?例如,使用tap:aio
接口?