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
- Fix the file dialog freeze in some cases on Windows 10. (Thanks to Jarung.)
- Fix reload virtual machine support when modifying the COM port settings.
- Fix reload virtual machine support when modifying the network adapter settings.
- Fix virtual machine initialization issue when you have disabled network adapters.
Usage
Microsoft Store Edition
Download 40174MouriNaruto.NanaBox_1.1.601.0_gnj4mf6z9tkrc.msixbundle and open it.
SHA-256: c8307936730b60dbc31ddc87ba4fd0599900eb5547ad703012c11f37321da0d2
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.601.0_Binaries.zip and expand it.
SHA-256: 5f7565886c2361427957595d719b23f478dd8f692c660dd6863c658865aec8d1
Debug Symbols
Download NanaBox_1.1.601.0_DebugSymbols.zip and expand it.
SHA-256: 05173b3eb0917177c10ad3740db937be84554c41f6aec7749b151b5cee2df990
NanaBox Configuration File Reference
https://github.com/M2Team/NanaBox/blob/main/Documents/ConfigurationReference.md
Kenji Mouri