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

Resolution for Issue #331: Successful Fix Implementation #333

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

AlexKintis
Copy link

@AlexKintis AlexKintis commented Apr 3, 2024

This is my fix of the #331 issue.

To address the issue encountered during the installation of Windows 11, a solution has been identified and successfully applied. The problem surfaced when attempting to boot into Windows 11 and proceed with the installation phase. A specific message was encountered that hindered the process:

# This PC can't run Windows 11

This PC doesn't meet the minimum system requirements to install this version of Windows. For more information, visit https://aka.ms/WindowsSysReq

To overcome this obstacle, a modification was made to the installation configuration. The boot_commands sections of the file windows_11.json, which is crucial for guiding the installation process, was relocated. Initially situated outside the scope of the primary installation instructions, it was moved directly into the Autounattend.xml file located within the answer_files/11 directory. This adjustment is clearly delineated in the provided diff documentation.

This change effectively resolved the issue, allowing for a smooth and error-free installation of Windows 11. By integrating the boot_commands directly into the Autounattend.xml file, the installation process is now streamlined, bypassing the previously encountered message and facilitating a successful installation.

Copy link
Owner

@StefanScherer StefanScherer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! That's a great improvement to make the build more stable.
LGTM

@StefanScherer StefanScherer merged commit c40bde3 into StefanScherer:main Apr 18, 2024
@AlexKintis AlexKintis deleted the issue-331 branch April 20, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants