Skip to content

NanaBox 1.1 (1.1.600.0)

Compare
Choose a tag to compare
@MouriNaruto MouriNaruto released this 22 Nov 12:07
· 132 commits to main since this release

This is the second stable version of NanaBox. It's the first version which has a simple GUI for users.

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

  • Add the Quick Start user experience based on XAML.
  • Add the Create Virtual Machine user experience based on XAML.
  • Add the Create Virtual Hard Disk user experience based on XAML.
  • Modernize the message report window based on XAML.
  • Enhance the main window toolbar.
  • Refresh the exit confirmation window implementation.
  • Improve the stability after restoring virtual machine from suspend.
  • Add keyboard and enhanced session configuration support and you can modify these settings at runtime.
  • Add support for modifying memory size, COM port named pipe, GPU-PV, network adapter, SCSI controller settings at runtime.
  • Remove some unnecessary configuration options.
    • Enabled option in NetworkAdapters configuration.
    • Enabled option in ScsiDevices configuration.
  • Improve the running as the unpackage mode implementation.
  • Improve the virtual machine session mode switching implementation.
  • Improve the implementation of prerequisite check.
  • Improve the accessibility user experience.
  • Remove the Shell New Submenu support because we have the new Create Virtual Machine user experience.
  • Improve several implementations.

Usage

Microsoft Store Edition

Download 40174MouriNaruto.NanaBox_1.1.600.0_gnj4mf6z9tkrc.msixbundle and open it.

SHA-256: 7d3293cdb55459723637460fadf7a247dc8be9e35bf4e985ee832f60223cf402

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

Portable Edition

Download NanaBox_1.1.600.0_Binaries.zip and expand it.

SHA-256: 40ceec845c422a091ff9334084526bf23047878a714fe5ae0b06e80db2011502

Debug Symbols

Download NanaBox_1.1.600.0_DebugSymbols.zip and expand it.

SHA-256: 05fe7eb15fed6eda4c01f2cdc040309c2c79585da8452d777426079005183de6

NanaBox Configuration File Reference

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

Kenji Mouri