shihjay2 / nosh-in-a-box

NOSH in a Box is a self-contained virtual machine that deploys NOSH ChartingSystem, an EHR coded by a physician for physicians
26 stars 13 forks source link

Windows 10 installation issues #12

Open vikast opened 5 years ago

vikast commented 5 years ago

Followed the installation notes here https://noshemr.wordpress.com/download-2/

Found that some additional steps are required after latest windows update..

After step 4, installing cmder.. Ensure Intel Virtualization is Enabled in BIOS otherwise agent.cmd won't run also, set "openssh authenticating agent" service to start manual or automatic in services.msc also, remove openssh path variable "%SystemRoot%\System32\OpenSSH"

By doing all of above I can reach step 8 till "vagrant up" now the VM is created and running but it exits with this error

==> default: Running provisioner: shell...
    default: Running: inline script
    default: SIOCADDRT: Network is unreachable
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

any idea how can I fix this and get Nosh running?