Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can now install the driver package, usually using the setup program under the "windows" directory in the "OpenXT Guest Tools" virtual CDROM drive.

Recommended additional configuration
Anchor
Recommended additional configuration
Recommended additional configuration

Guest hibernation is not supported within OpenXT, which can result in recent versions of Windows 10 to fail to boot once every other boot. To turn default hibernation off at shutdown, open a command prompt as Administrator and run:

powercfg.exe /hibernate off

Windows startup repair utilities is can also trigger every boot without managing to perform its task, it is recommended to disable it. To change the default boot policy, open a command prompt as Administrator and run:

bcdedit /set {default} bootstatuspolicy ignoreallfailures
bcdedit /set {current} bootstatuspolicy ignoreallfailures