Stuck in Post-Setup

Acho

New Member
I am still a beginner with NTLite and I don't know what the problem is. I tried with windows 11, then windows 10 but I still can't get the Virtual machine to work.
Can someone with more experience check my preset and help? Thanks in advance !
 

Attachments

  • Auto-saved 9b15b131.xml
    6.5 KB
P.S I am stuck on the Just a moment screen and the file is from my last attempt where i waited for good 30 minutes before shutting down the VM
 
Some of your Post-Setup installers don't have the correct silent install flags.

You can verify the intended flags without running a full Windows install, by opening an Admin CMD shell and running the same command line. If you have to click on anything to finish app install, it's not silent enough.

Corrected:
Code:
VirtualBox-7.0.4-154605-Win.exe --silent
aida64extreme700.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
 
Some of your Post-Setup installers don't have the correct silent install flags.

You can verify the intended flags without running a full Windows install, by opening an Admin CMD shell and running the same command line. If you have to click on anything to finish app install, it's not silent enough.

Corrected:
Code:
VirtualBox-7.0.4-154605-Win.exe --silent
aida64extreme700.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
This didn't fix the problem. I waited for 1 hour this time and nothing happened.Do i have to check the "Skip unattended install" option?
 
Instead of guessing, switch to Post-setup User box and install from there.
That will show you which of these prompted, as Machine box does not support any kind of UI interaction so it sits there.

But it may be even simpler than that, installing Visual Studio from Post-setup is not recommended, it will take too much time.
I recommend to first download the entire "layout", see here, and don't add that to the image, too big.
Potentially you can put it on your other partition and run it from there via a post-setup command, not adding the file itself.
 
Instead of guessing, switch to Post-setup User box and install from there.
That will show you which of these prompted, as Machine box does not support any kind of UI interaction so it sits there.

But it may be even simpler than that, installing Visual Studio from Post-setup is not recommended, it will take too much time.
I recommend to first download the entire "layout", see here, and don't add that to the image, too big.
Potentially you can put it on your other partition and run it from there via a post-setup command, not adding the file itself.
So i just drag them and then give them the same parameters as before?
 
Back
Top