Hello,<div><br></div><div>When defining a paravirtulized xen guest and use pygrub as a loader, it will seek into the first drive defined in order to fetch the kernel and boot the machine.</div><div><br></div><div>As the boot tag is not used, and boot order seems to have no effect, I try to define the disk I want the kernel been seeked as first in my xml definition.</div>
<div><br></div><div>Unfortunately, after defining the vm, the order is not kept. As I have seen, the order is made by alphabetical order.</div><div><br></div><div>I mean if I define a disk as xvda and a cdrom as xvdc, the first drive will be the disk xvda.</div>
<div><br></div><div>To be able to make the cdrom first I need to define xvda as a target for cdrom and xvdb or xvdc ... for the disk.</div><div><br></div><div>It is not really usefull...</div><div><br></div><div>Is there any way to keep the order of drive as defined in the xml config file ?</div>
<div><br></div><div>Thanks</div><div><br></div>