Skip to content

Commit dbb84db

Browse files
committed
fix: redirects, broken pages
1 parent dcb84c8 commit dbb84db

3 files changed

Lines changed: 383 additions & 42 deletions

File tree

docs/faq/install-faq/reverting-atlas.md

Lines changed: 248 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,252 @@ Alternatively, give feedback in our GitHub Discussions or Discord, as mentioned
3333
!!! tip "Looking to reinstall/install Atlas?"
3434
Follow the [Atlas installation guide](../../getting-started/install/before-continuing.md) instead. This page is for reverting Atlas.
3535

36-
--8<--
37-
../../getting-started/install/install-playbook.md:style
38-
../../getting-started/install/install-playbook.md:iso
39-
../../getting-started/install/install-playbook.md:iso1
40-
--8<--
36+
## :material-disc: **1.** Download an ISO
37+
<!-- --8<-- [end:iso] -->
38+
39+
Before installing Atlas, you need a clean ISO to fully reinstall Windows.
40+
41+
<!-- --8<-- [start:iso1] -->
42+
Choose your desired Windows version's ISO file, which will be used later in the guide.
43+
44+
<span class="noJs">The buttons below download an ISO directly from Microsoft's servers. They get the latest version of your desired Windows version for [Intel, AMD, and ARM CPUs](https://www.tenforums.com/tutorials/132836-check-what-processor-cpu-windows-pc.html#option1).</span>
45+
46+
<noscript>
47+
<b>The documentation's Windows ISO downloader doesn't show for you due to the documentation being loaded without JavaScript.</b>
48+
See the alternatives below.
49+
</noscript>
50+
51+
!!! question "Which version should I choose?"
52+
For AMD and Intel CPUs, download the x86_64 (x64) version. For Qualcomm Snapdragon or other supported ARM SoCs, download the ARM64 version
53+
54+
??? grey-tip "Alternatives (x86_64 Only)"
55+
56+
!!! tip
57+
Even though the downloader we use in our docs use Microsoft's servers, you can also download the ISO directly from Microsoft or use the Windows Media Creation Tool.
58+
59+
<div id="official-microsoft-sources"></div>
60+
=== "Official Microsoft Sources"
61+
62+
### [Windows 11 :material-download:](https://www.microsoft.com/en-us/software-download/windows11)
63+
64+
- Click the link above and select **Windows 11 (multi-edition ISO for x64 devices)** in the dropdown, then click **Confirm.**
65+
- Select your desired language and press confirm.
66+
- Click **64-bit Download** to begin your download.
67+
68+
=== "Windows Media Creation Tool"
69+
70+
1. Download the [Windows 11 :material-download:](https://go.microsoft.com/fwlink/?linkid=2156295) Media Creation Tool, then open it
71+
1. Click the **Accept** button to agree to the Microsoft license terms
72+
1. Select **Create installation media (USB flash drive, DVD, or ISO file) for another PC**, click **Next**, and choose:
73+
- **Language:** Your desired language
74+
- **Edition:** Windows 11
75+
1. Choose the **ISO file** option, then choose the download location
76+
1. After the ISO has completed downloading, click **Finish**
77+
78+
<!-- --8<-- [end:iso1] -->
4179
{% include 'msdl.md' %}
42-
--8<--
43-
../../getting-started/install/install-playbook.md:drivers
44-
../../getting-started/install/install-playbook.md:reinstalling
45-
../../getting-started/install/install-playbook.md:reinstalling1
46-
../../getting-started/install/install-playbook.md:reinstalling2
47-
../../getting-started/install/install-playbook.md:windowsOldNotice
48-
../../getting-started/install/install-playbook.md:reinstalling3
49-
--8<--
50-
51-
## **4.** :material-desktop-classic: Continue with setup
52-
53-
You should now be at the regular Windows initial setup and back on stock Windows.
80+
81+
<!-- --8<-- [start:drivers] -->
82+
## :material-ethernet: **2.** Network Drivers
83+
84+
By default, Windows may not have your computer's network drivers, meaning after reinstalling, your computer could have no internet connection.
85+
86+
For this reason, we **strongly** recommend that you do one of the following:
87+
88+
- Download your network drivers beforehand and store them on external storage
89+
- Have the ability to download and transfer network drivers from another device later
90+
91+
!!! question "Where do I get my network drivers?"
92+
!!! info inline ""
93+
![](../../assets/images/device-manager-nic.webp)
94+
95+
You can find your computer's network drivers online by searching for your device or motherboard's official support page.
96+
97+
If you can't find it, try searching online for your network device's name in Device Manager instead.
98+
99+
If multiple of the latest network drivers are available, download them all.
100+
101+
102+
103+
<!-- --8<-- [end:drivers] -->
104+
105+
106+
## :material-microsoft-windows: **3.** Reinstalling Windows
107+
108+
Before continuing, we **strongly** recommend you back up any valuable data to an external drive or [a cloud service](../../getting-started/install/before-continuing.md).
109+
110+
=== ":material-microsoft: No USB Drive (recommended)"
111+
112+
<!-- --8<-- [start:windowsOldNotice] -->
113+
**Only if you have enough free storage**, after finishing the Windows reinstall, `Windows.old` will be at the start of your Windows drive, containing your old data. You can retrieve data from the folder and delete it afterward, which this guide [covers later](#7-your-old-windows-installation).
114+
<!-- --8<-- [end:windowsOldNotice] -->
115+
116+
This method only works if you're already on Windows.
117+
118+
1. Disconnect any cables providing internet to your computer, such as an ethernet cable. Do not reconnect any until instructed to do so
119+
120+
1. Right-click the previously downloaded ISO file and select **Open With** -> **File Explorer**
121+
122+
1. Open **This PC** in File Explorer, and remember the ISO's drive letter (e.g. `H`) for the next step. The drive should look similar to ![Windows Setup icon](../../assets/images/win-setup.webp){ .twemoji } **CCCOMA_X64FRE_EN-GB_DV9**
123+
124+
1. Press ++win+r++ to open the Run dialog
125+
126+
1. Inside the Run dialog, type in the previously remembered drive letter, and then **without a space**, type `:\sources\setup.exe` after it. [**Example:** `H:\sources\setup.exe`](../../assets/images/win-setup-run-dialog.webp)
127+
128+
1. Press ++enter++ on the Run dialog, and accept the User Account Control prompt
129+
- The message ["Make sure BitLocker Drive Encryption is suspended"](../../assets/images/bitlocker-error-setup.jpg) could appear from the Windows Setup when you press ++enter++. Refer to our [BitLocker decrypting instructions](../../faq/install-faq/decrypting-using-bitlocker.md) to resolve this, then retry from step 5 onwards
130+
131+
1. Select **No thanks** when prompted for updates, then uncheck the box for **I want to help make the Windows installation better**
132+
133+
1. If prompted, click **I don't have a product key**, as Windows should auto-activate later
134+
- If Windows doesn't auto-activate, you can enter a key later within Windows
135+
136+
1. Choose your edition of Windows.
137+
<!-- --8<-- [end:reinstalling] -->
138+
<!-- --8<-- [start:atlasEditions] -->
139+
140+
!!! note "Supported Editions"
141+
142+
- Windows Pro
143+
- Windows Pro for Workstations
144+
- Windows Enterprise (excluding LTSC, IoT LTSC)
145+
146+
**Windows Home is not supported.** If the Windows Setup did not give a choice of edition and it installs Windows Home anyway, you can always change Windows edition later by changing your Windows product key once Windows has finished installing, without having to reinstall anything.
147+
<!-- --8<-- [end:atlasEditions] -->
148+
149+
!!! note "Windows 11 Requirement Error?"
150+
If you encounter an error stating your PC doesn't meet the requirements, you might need to enable TPM 2.0 in your BIOS/UEFI. See our guide: [:link: Enabling TPM 2.0](../../faq/general-faq/enabling-tpm.md)
151+
152+
<!-- --8<-- [start:reinstalling1] -->
153+
154+
1. Accept the license agreement and click **Custom: Install Windows only (advanced)**
155+
156+
1. Select your Windows drive, click **Next**, click **OK** to the warning about `Windows.old`, and let the installation finish
157+
158+
=== ":material-usb-flash-drive: USB Drive"
159+
160+
This method works on Linux and Windows.
161+
162+
1. Download the latest release of [Ventoy :material-download:](https://github.com/ventoy/Ventoy/releases/) and extract it wherever you feel comfortable.
163+
- Linux users can get it using a package manager
164+
165+
1. Inside the Ventoy folder, run **Ventoy2Disk**
166+
167+
1. In the opened window, select your USB drive and click **Install**
168+
- This will destroy all data on the USB drive!
169+
170+
1. Copy your downloaded ISO file into the USB drive (labeled Ventoy)
171+
172+
1. Disconnect any cables providing your computer internet, such as an ethernet cable
173+
- Do not reconnect to the internet until instructed to
174+
175+
1. Restart your computer, boot into your BIOS' boot menu, then select the USB drive
176+
177+
??? failure "'Security Violation' Error"
178+
179+
??? tip "Video Demonstration"
180+
<center>
181+
<video src="/assets/videos/enroll-key-vtoy.mp4" controls muted></video>
182+
<p>Credit to [Ventoy](https://ventoy.net/doc_secure.html) for the video demonstration.<p>
183+
</center>
184+
185+
![vtoy-verification-error-0x1A](../../assets/images/vtoy-secure-error.png){ align=right width=200 }
186+
187+
If you get an error screen saying there was a 'Security Violation,' follow the steps below:
188+
189+
1\. Press ++enter++ to load **MokManager**
190+
191+
2\. Press any key to begin key management
192+
193+
3\. Choose **Enroll Key From Disk**
194+
195+
- The controls are arrow keys to move and ++enter++ to select
196+
197+
4\. Choose `VTOYEFI`
198+
199+
5\. Choose `ENROLL_THIS_KEY_IN_MOKMANAGER.cer`
200+
201+
6\. Choose **Continue**, then **Yes**, and finally **Reboot**
202+
203+
7\. Boot from the USB again, as the issue should be resolved
204+
205+
------
206+
207+
If it is still not working, try 'Hash Enrollment,' as detailed in [Ventoy's guide](https://ventoy.net/doc_secure.html).
208+
209+
1. Once booted into the Ventoy menu, select the Windows ISO using the arrow keys, press ++enter++, click **Boot in normal mode**, and press ++enter++ again
210+
211+
1. **If you're installing Windows 11,** once booted into the Windows Setup, click 'Next' twice, then click 'Previous version of setup' in the bottom left corner of the window
212+
213+
1. Select your preferred language preferences, click **Next**, then click **Install Now**
214+
215+
1. If prompted, click **I don't have a product key**, as Windows will activate automatically later (as long as you have previously activated Windows legitimately)
216+
217+
1. Choose your Windows edition
218+
<!-- --8<-- [end:reinstalling1] -->
219+
--8<-- "installation.md:atlasEditions"
220+
221+
!!! note "Windows 11 Requirement Error?"
222+
If installing Windows 11 and you encounter an error stating your PC doesn't meet the requirements, you might need to enable TPM 2.0 in your BIOS/UEFI. See our guide: [:link: Enabling TPM 2.0](../../faq/general-faq/enabling-tpm.md)
223+
224+
<!-- --8<-- [start:reinstalling2] -->
225+
226+
1. Accept the license agreement and click **Custom: Install Windows only (advanced)**
227+
228+
1. At the 'Where do you want to install Windows?' screen, choose one of the following:
229+
230+
=== "Keeping data (recommended)"
231+
!!! note "Previous Windows data"
232+
<!-- --8<-- [end:reinstalling2] -->
233+
<!-- --8<-- "installation.md:windowsOldNotice" -->
234+
<!-- --8<-- [start:reinstalling3] -->
235+
- Identify the disk partition you want to install Windows to by looking at the total sizes, then select it
236+
- Click **Next**, then click **OK** to the warning about `Windows.old`
237+
238+
=== "Deleting data on one drive"
239+
!!! danger "This permanently deletes data!"
240+
Make sure to follow the instructions carefully to ensure you don't delete the wrong partitions.
241+
242+
- Identify the drive number you want to install Windows to
243+
- You can identify your drives by their total sizes
244+
- One by one, carefully delete **your drive number's** disk partitions
245+
- Select the unallocated space of your drive number
246+
- Click **Next**
247+
248+
=== "Deleting data on all drives"
249+
!!! danger "This permanently deletes data on all drives!"
250+
251+
- One by one, delete each disk partition in the window
252+
- Select the unallocated space of the drive you want to install Windows to
253+
- You can identify your drives by their total sizes
254+
- Click **Next**
255+
256+
1. Wait for Windows to install
257+
<!-- --8<-- [end:reinstalling3] -->
258+
259+
## :material-cog: **4.** Initial setup (OOBE)
260+
261+
You can either watch the video or use the 'Written Instructions' for this section.
262+
263+
=== "Video"
264+
265+
<center>
266+
<video src="/assets/videos/win11-OOBE.mp4" controls muted width="560" height="420"></video>
267+
</center>
268+
269+
=== "Windows 10"
270+
??? info "Written Instructions"
271+
Go through the setup, but make sure to:
272+
273+
- Click **I don't have internet** when prompted to connect to the internet
274+
- Click **Continue with limited setup** or **Domain join** after the 'Internet' page
275+
- Deny each option in the **Privacy** section
276+
- Deny Cortana
277+
278+
<center>
279+
<video src="/assets/videos/win10-OOBE.mp4" controls muted width="560" height="420"></video>
280+
</center>
281+
282+
## :material-desktop-classic: **5.** Continue with setup
283+
284+
You should now be at the regular Windows Desktop and back on stock Windows.

0 commit comments

Comments
 (0)