feat(os-recovery): add WinRE recovery deployment flow#236
Draft
mchave3 wants to merge 11 commits into
Draft
Conversation
Collaborator
Author
|
Obsolete-code audit completed before WinRE testing. Cleanup commit ac4e1e8 removes stale recovery launcher fallbacks, removes an old deploy-config exclusion name, and wires the OS Recovery page to the published documentation URL. Verified with full solution build, full solution tests (800 passed), PowerShell parser check, and stale-symbol search. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds OS Recovery as a WinRE-based last-resort redeployment path for Foundry.
Reason
A remote user may need to redeploy Windows when normal ISO/USB deployment is not available and the existing Windows installation is unusable. OS Recovery lets a provisioned device start Foundry from WinRE through
Troubleshoot > Advanced options > Foundry Recovery.Main changes
Foundry.Connect, 7-Zip, time zone data, and sanitized minimal configuration.Foundry.Deploy, Autopilot payloads, network roaming artifacts, certificates, OA3 tools, and media secrets out of the WinRE payload.Foundry.Deployat recovery boot.Documentation
Docusaurus documentation was updated separately in
foundry-osd/foundry-osd.github.iowith commite115a2a.Testing
dotnet build .\src\Foundry.slnx -c Debug -p:Platform=x64dotnet test .\src\Foundry.slnx -c Debug -p:Platform=x64 --no-builddotnet test .\src\Foundry.Deploy.Tests\Foundry.Deploy.Tests.csproj --filter "ProvisionOsRecoveryStepTests|RecoveryTargetDiskResolverTests|DeploymentLaunchPreparationServiceTests"dotnet test .\src\Foundry.Localization.Tests\Foundry.Localization.Tests.csprojscripts/Test-FoundryOsRecoveryWinRe.ps1npm run buildinfoundry-osd.github.io