<div dir="ltr"><div><div><div>Hi Richard,<br><br></div>Thanks for all your help.  Turns out that I needed to get a handle on the StartOverride rubbish that MSFT pushed into Win8 and Win10.  It was preventing my viostor service from starting at boot, much like what many poor souls found when they tried to enable/disable AHCI in the BIOS of their machines.  Do you know which entity is responsible for modifying the registry at boot to disable/enable these boot services with StartOverride registry updates?<br><br></div>Thanks,<br></div>JP<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 15, 2016 at 2:44 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Feb 09, 2016 at 01:50:37PM -0800, Joshua Pincus wrote:<br>
> Hi Rich,<br>
><br>
</span><span class="">> Thanks, again, for the pointer.  I'm still slowly going through the<br>
> registry making my changes.<br>
><br>
> I noticed what may be a small bug in your code.  Please look at<br>
> <a href="https://github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231" rel="noreferrer" target="_blank">https://github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231</a>.<br>
> I think you meant to have those two compat ids be:<br>
><br>
> "PCI\\CC_010000";<br>
> "PCI\\CC_0100";<br>
<br>
</span>Yes - you are quite correct.  I went back to the original Windows<br>
guest that I used for getting the registry changes, and found that I<br>
had transcribed these two strings incorrectly.<br>
<br>
Here is the fix:<br>
<br>
<a href="https://github.com/libguestfs/libguestfs/commit/938f48f08a37791e8ebd6245d19b53f9660b30d2" rel="noreferrer" target="_blank">https://github.com/libguestfs/libguestfs/commit/938f48f08a37791e8ebd6245d19b53f9660b30d2</a><br>
<br>
Thanks,<br>
<span class="im HOEnZb"><br>
Rich.<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" rel="noreferrer" target="_blank">http://people.redhat.com/~rjones</a><br>
Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" rel="noreferrer" target="_blank">http://rwmj.wordpress.com</a><br>
</span><div class="HOEnZb"><div class="h5">virt-df lists disk usage of guests without needing to install any<br>
software inside the virtual machine.  Supports Linux and Windows.<br>
<a href="http://people.redhat.com/~rjones/virt-df/" rel="noreferrer" target="_blank">http://people.redhat.com/~rjones/virt-df/</a><br>
</div></div></blockquote></div><br></div>