|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] centOS xen domU kernel
David Hláčik wrote:
Hi, how can i make actual xen kernel to work under my domU virtual
machines?
When i will provide as kernel /boot/vmlinuz-2.6.18-53.1.14.el5xen as
ramdisk /boot/initrd-2.6.18-53.1.14.el5xen.img , it will not work
becouse of error that root device does not exists. And when it is
booting it is showing that raid md0 and my logical volumes does not
exists - like those on dom0. I believe it is becouse of ram disk.
What is the best approach to solve this ..
Use pygrub as the boot loader to load the xenified kernel and initrd
image from within the guest rather than having them loaded from dom0.
in official way? Can i use same ramdisk as for dom0, how?
You can't for paravirtualized guest since they need xennet and xenblk
front end drivers in the initrd image and the initrd image for dom0 is
not built with that.
or should i create a new one for xen ...
Yes, using --with=xennet --preload=xenblk
--Sadique
Thanks in advance!
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|