[jbosstools-issues] [JBoss JIRA] (JBDS-4010) DevSuite installer should check if virtualization extension is enabled

Denis Golovin (JIRA) issues at jboss.org
Tue Nov 29 16:22:17 EST 2016


     [ https://issues.jboss.org/browse/JBDS-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin reassigned JBDS-4010:
-----------------------------------

    Assignee: Denis Golovin


> DevSuite installer should check if virtualization extension is enabled
> ----------------------------------------------------------------------
>
>                 Key: JBDS-4010
>                 URL: https://issues.jboss.org/browse/JBDS-4010
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Feature Request
>          Components: platform-installer
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>              Labels: ui
>             Fix For: 10.2.0.GA
>
>
> Oracle Virtualbox wont work w/o virtualization enabled in BIOS, so we should tell people to enable it for virtualbox to work after installation. Fortunately there is easy way to check it with powershell under windows.
> {code}PS C:\Users\eskimo> Get-WmiObject -class win32_processor -Property "VirtualizationFirmwareEnabled","SecondLevelAddressTr
> anslationExtensions"
> __GENUS                                 : 2
> __CLASS                                 : Win32_Processor
> __SUPERCLASS                            :
> __DYNASTY                               :
> __RELPATH                               :
> __PROPERTY_COUNT                        : 2
> __DERIVATION                            : {}
> __SERVER                                :
> __NAMESPACE                             :
> __PATH                                  :
> SecondLevelAddressTranslationExtensions : True
> VirtualizationFirmwareEnabled           : True
> PSComputerName                          :{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list