Skip to content
This repository was archived by the owner on Aug 11, 2019. It is now read-only.
This repository was archived by the owner on Aug 11, 2019. It is now read-only.

Install fails to detect virtualization when Hyper-V is enabled and doesn't properly disable hyper-V #16

@waryhermit

Description

@waryhermit

The installer script thought my CPU was not supported. SecondLevelAddressTranslationExtensions and VirtualizationFirmwareEnabled were listed as False. I other virtualization programs block you from even checking. I think you could fix this by rearranging the Hyper-V check before the VT-X check in the script, because when I ran the command "bcdedit /set hypervisorlaunchtype off" and restarted my computer it said I had VT-x.

But then when I ran the install script it said

Hyper-V is enabled on your computer. BeLL App cannot run with Hyper-V enabled. Disabling Hyper-V…

Hyper-V has been disabled. Please, reboot your computer, then install BeLL App again.

However it gave me the Hyper-V message again even after restarting. When I ran the command "Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All" in power shell and restarted it the script worked. I don't know why it didn't work when the script tried to turn it off.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions