 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Troubles converting a pv host from dom0-hosted kernel to self-contained kernel
 Hi Guillaume Rousse, First issue: I found than it was mandatory to use root=/dev/xvda1 in order to mount root device when booting, despite the partition being exported as sda1 according to domU configuration. Is this normal ? As far as I know, this depends on your DomU-Kernel. Did you try the xen.org-2.6.18.8? Second issue, the boot stop at root partition mount time, trying to 
force fsck:
Try to boot your initramfs with init=/bin/bash and play around to find the right device-name (if any) f.e.: mkdir /tmp/testme/ mount /dev/sda1 /tmp/testme/ mount /dev/xvda1 /tmp/testme/ .. Last question, loosely related to this problem: is there a way to easily convert a partition-based host to a disk-based host (phy:/dev/vg0/foo,sda1 -> phy:/dev/vg0/foo,sda) ? Maybe you find this useful: http://wiki.z-technologies.de/doku.php?id=partitiontabelle_nachtraeglich_erstellen Bye, Fabian _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |