Skip to content

NanaBox 1.2 (1.2.769.0)

Latest
Compare
Choose a tag to compare
@MouriNaruto MouriNaruto released this 10 May 01:09
· 3 commits to main since this release

This update fixes some issues.

Known issues

  • Due to Host Compute System API and Host Compute Network API limitations, there are some limitations from them also applied to NanaBox:
    • NanaBox only supports create UEFI Class 3 or UEFI without CSM or Hyper-V Gen 2 virtual machines.
    • TPM support for virtual machines created by NanaBox is not available.
    • NanaBox needs elevated privilege via UAC.
    • The automatic switch between Enhanced Session Mode and Basic Session Mode won't be implemented.
    • You shouldn't put your virtual machine configuration file at the root of the drive, or you will meet the access denied error.

Release Notes

  • Enable display resolution mode selection on Windows Server 2022 or later.
  • Expose RDP connection over named pipe support for both basic session and enhanced session.
  • Fix keyboard configuration deserialization issue.
  • Add EnableHostDriverStore option for GPU-PV settings.
  • Add Sponsor button and Sponsor NanaBox UI.
  • Improve several implementations.

Usage

Microsoft Store Edition

Download NanaBoxPackage_1.2.769.0_x64_arm64.msixbundle_Windows10_PreinstallKit.zip and extract it.

SHA-256: e6a9209ff3be6faa1a0dffeba8e5bcadfb6464fb9a68eab39f0830feb2bcdbb1

If you want to install NanaBox via the command line, you can execute the following command in the Command Prompt which is run as the Administrator.

PowerShell -NoLogo -NoProfile -NonInteractive -InputFormat None -ExecutionPolicy Bypass Add-AppxPackage -DeferRegistrationWhenPackagesAreInUse -ForceUpdateFromAnyVersion -Path The path of the MSIX package you find in the extracted folder

Portable Edition

Download NanaBox_1.2.769.0_Binaries.zip and expand it.

SHA-256: 66b63c08a0ae60d17abc78e858fb5500e364da31fe895a26a1fe7437a0d77643

Debug Symbols

Download NanaBox_1.2.769.0_DebugSymbols.zip and expand it.

SHA-256: d3cfa20e80277bdbd026f565ad26abf7d2afbaefb3f35111d96cbe3dae61aa48

NanaBox Configuration File Reference

https://github.com/M2Team/NanaBox/blob/main/Documents/ConfigurationReference.md

Kenji Mouri