From: Paul Durrant Date: Mon, 22 Aug 2016 07:42:41 +0000 (+0100) Subject: The SOFTWARE registry hive is not accessible at boot time X-Git-Tag: 8.2.0-rc1~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c38e3f57cced4302d0e6d943d9c1b169289ece5d;p=pvdrivers%2Fwin%2Fxenbus.git The SOFTWARE registry hive is not accessible at boot time Hence it cannot be used for the monitor request key, otherwise XENVBD cannot necessarily access it. Signed-off-by: Paul Durrant --- diff --git a/src/xenbus.inf b/src/xenbus.inf index 3340573..2104d54 100644 --- a/src/xenbus.inf +++ b/src/xenbus.inf @@ -157,7 +157,7 @@ XenBusName="@PRODUCT_NAME@ PV Bus" XenFiltName="@PRODUCT_NAME@ Generic Bus Filter" MonitorName="@PRODUCT_NAME@ PV Driver Monitor" MonitorDesc="Provides support for @PRODUCT_NAME@ PV drivers" -RequestKey="SOFTWARE\@VENDOR_NAME@\@PRODUCT_NAME@\PV Driver Monitor\Request" +RequestKey="SYSTEM\CurrentControlSet\Services\xenbus_monitor\Request" DialogTitle="@PRODUCT_NAME@" DialogMessage="needs to restart the system to complete installation. Press 'Yes' to restart the system now or 'No' if you plan to restart the system later."