Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSDCloud does not automatically reboot when finished #54

Closed
christiandekker opened this issue Mar 20, 2023 · 3 comments
Closed

OSDCloud does not automatically reboot when finished #54

christiandekker opened this issue Mar 20, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@christiandekker
Copy link

Describe the bug
OSDCloud does not automatically reboot when finished. Option 'restart computer after WinPE' is selected under Deployment Options in OSDCloudGUI. After OS Deployment, just the two minimized screens (one CMD, one PowerShell) are visible. Close these screens will initiate a reboot.

To Reproduce
Steps to reproduce the behavior:
Perform OS Deployment using OSDCloudGUI

Expected behavior
Automatic reboot after OS Deployment

Screenshots
N/A

Additional context
OSD Module version: 23.3.17.1

@EskimoRuler
Copy link

Just noticed this as well, the $Global:InvokeOSDCloud variable 'Restart' changed to 'restartComputer' in the MainWindow.ps1 file.

But in the OSDCloud.ps1 file, it is still referencing the name 'Restart', so the default '$false' value is passed.

Looks like the change was made in the 23.2.28.1 release.

@OSDeploy
Copy link
Owner

I'm aware and have the issue fixed. Just waiting on me to push the update in the next day

@OSDeploy OSDeploy self-assigned this Mar 29, 2023
@OSDeploy OSDeploy added the bug Something isn't working label Mar 29, 2023
@OSDeploy
Copy link
Owner

This has been resolved in released OSD 23.3.29.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants