Xen 4.0.1 not booting with device not found error
- by Disco
I'm trying to get Xen 4.0.1 run as dom0 on a fresh/clean install of 10.10 desktop (x64).
Followed the step by step tutorial at http://wiki.xensource.com/xenwiki/Xen4.0
I have the pvops kernel in /boot, also included the ext4 fs support by recompiling the kernel by :
make -j6 linux-2.6-pvops-config CONFIGMODE=menuconfig
make -j6…