[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Manually create Fedora domU on CentOS 5.3 dom0
 I'll give you the 4 step process that I would have used. Maybe it doesn't match exactly to what you wanted but it's fast and it works. 1. Download a Fedora Disk Image from Stacklet. http://stacklet.com/downloads/images/list/Fedora 2. Make your LV. 3. Modify the included domU config file to add the LV as a second disk 4. Start the VM and once booted up, format the LV and use it for whatever you want. I'm sure there's a cleaner way but doing this I can have a working VM in about 15 minutes that's using LVM. For databases it's worth the trouble to use LVM because you gain about 4% in speed on the sql-bench test. Another thing that is more directly related to your problem is you probably want to be using the kernel from gitco if you're using the gitco xen like this. This might actually solve your problem as apposed to just avoiding it. Here's my grub.conf entry using the gitco xen kernel. title CentOS (2.6.18-128.4.1.el5xen)  root (hd0,0)  kernel /xen.gz-3.4.0  module /vmlinuz-2.6.18-128.4.1.el5xen ro root=/dev/vgsys/lvroot rhgb quiet  module /initrd-2.6.18-128.4.1.el5xen.img Grant McWilliams _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |