[ovs-dev] [PATCH v2] INSTALL.Windows.md: add steps for disabling test-signing

Gurucharan Shetty shettyg at nicira.com
Mon Apr 13 20:10:29 UTC 2015


On Mon, Apr 13, 2015 at 1:08 PM, Nithin Raju <nithin at vmware.com> wrote:
> Added the commands to be able to install an unsigned driver.
>
> Acked-by: Nithin Raju <nithin at vmware.com>
> ---
>
> v2: Added Acked-by.

:) I need the Signed-off-by! You don't have to send another version.
Just reply to this mail with a Signed-off-by.

>
>  INSTALL.Windows.md | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
> index 0029500..0dd5cda 100644
> --- a/INSTALL.Windows.md
> +++ b/INSTALL.Windows.md
> @@ -162,7 +162,12 @@ Steps to install the module
>
>  02> Run ./install.cmd to insert the new one.  For this to work you will have to
>  turn on TESTSIGNING boot option or 'Disable Driver Signature Enforcement'
> -during boot.
> +during boot.  The following commands can be used:
> +    % bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS
> +    % bcdedit /set TESTSIGNING ON
> +    % bcdedit /set nointegritychecks ON
> +
> +Note: you may have to restart the machine for the settings to take effect.
>
>  03> In the Virtual Switch Manager configuration you can enable the Open vSwitch
>  Extension on an existing switch or create a new switch.  If you are using an
> --
> 1.8.5.6
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list