Jump to content

[W11] [GUIDE] How to clean install Windows 11 natively

Go to solution Solved by MrCutiePatootie,

Hello everyone.

 

I’ve been watching everyone’s thoughts on Windows 11 and can’t help but notice that everyone’s been installing it via Windows 10 upgrade, or via VM. Like, ugh it’s not natural!

 

This is how you natively clean install Windows 11.

Note that this will erase all your data, so be sure to use a spare SSD.

 

Assuming you already have the USB installer, boot into it until you get to the setup.

From the setup screen:

 

1. Press Shift + F10 to open Command Prompt.

2. Type ‘diskpart’ and press Enter.

3. Create your partitions via diskpart:

     3a. Type ‘list disk’ press Enter.

     3b. Select your disk ‘sel disk x’ where x = your primary drive. Type ‘clean’ to format the drive. Type "convert gpt" if your drive wasn't already formatted as GPT.

     3c. Type ‘create partition efi size=100’ press Enter.

     3d. Type ‘format quick fs=fat32 label=“System”’ press Enter.

     3e. Type ‘assign letter=“S”’ press Enter.

     3f. Type ‘create partition msr size=16’ press Enter.

     3g. Type ‘create partition primary’ press Enter.

     3h. Format partition by entering command ‘format quick fs=ntfs label=“Windows”’, press Enter.

     3i. Type ‘assign letter=“W”’ press Enter.

4. See all your volumes by typing ‘list vol’ and you should see the partitions you just created. The EFI partition may not show up and that’s ok, and you should see your Windows and System partitions with assigned letters. Take note of the assigned letter for your USB installer.

5. Exit diskpart by typing ‘exit’ and press Enter.

6. Type ‘dism /Get-WimInfo /WimFile:X:\sources\install.wim’ and press Enter. (Where X is your USB installer)

7. You should be presented a list of Windows 11 versions assigned via Indexes. Select a version of Windows you want to install and take note of the index number.

8. Now type in ‘dism /Apply-Image /ImageFile:X:\sources\install.wim /Index:n /ApplyDir:W:\’ (Where X is your USB installer, n is the Index number, and W is the Windows partition we created in diskpart). Press Enter and wait.

9. Create the boot loader by typing ‘bcdboot W:\Windows /s S: /f UEFI’ (Where W is the Windows partition, S is the system partition we created in diskpart.)

10. Reboot and enjoy Windows 11 in it’s native glory.

 

image.jpeg.8182d7a96445ff1424114b51a59e76f5.jpeg

Hello everyone.

 

I’ve been watching everyone’s thoughts on Windows 11 and can’t help but notice that everyone’s been installing it via Windows 10 upgrade, or via VM. Like, ugh it’s not natural!

 

This is how you natively clean install Windows 11.

Note that this will erase all your data, so be sure to use a spare SSD.

 

Assuming you already have the USB installer, boot into it until you get to the setup.

From the setup screen:

 

1. Press Shift + F10 to open Command Prompt.

2. Type ‘diskpart’ and press Enter.

3. Create your partitions via diskpart:

     3a. Type ‘list disk’ press Enter.

     3b. Select your disk ‘sel disk x’ where x = your primary drive. Type ‘clean’ to format the drive. Type "convert gpt" if your drive wasn't already formatted as GPT.

     3c. Type ‘create partition efi size=100’ press Enter.

     3d. Type ‘format quick fs=fat32 label=“System”’ press Enter.

     3e. Type ‘assign letter=“S”’ press Enter.

     3f. Type ‘create partition msr size=16’ press Enter.

     3g. Type ‘create partition primary’ press Enter.

     3h. Format partition by entering command ‘format quick fs=ntfs label=“Windows”’, press Enter.

     3i. Type ‘assign letter=“W”’ press Enter.

4. See all your volumes by typing ‘list vol’ and you should see the partitions you just created. The EFI partition may not show up and that’s ok, and you should see your Windows and System partitions with assigned letters. Take note of the assigned letter for your USB installer.

5. Exit diskpart by typing ‘exit’ and press Enter.

6. Type ‘dism /Get-WimInfo /WimFile:X:\sources\install.wim’ and press Enter. (Where X is your USB installer)

7. You should be presented a list of Windows 11 versions assigned via Indexes. Select a version of Windows you want to install and take note of the index number.

8. Now type in ‘dism /Apply-Image /ImageFile:X:\sources\install.wim /Index:n /ApplyDir:W:\’ (Where X is your USB installer, n is the Index number, and W is the Windows partition we created in diskpart). Press Enter and wait.

9. Create the boot loader by typing ‘bcdboot W:\Windows /s S: /f UEFI’ (Where W is the Windows partition, S is the system partition we created in diskpart.)

10. Reboot and enjoy Windows 11 in it’s native glory.

 

image.jpeg.8182d7a96445ff1424114b51a59e76f5.jpeg

Edited by Kilrah
Formatting. Added convert gpt pointed out by Kilrah.
Link to comment
Share on other sites

Link to post
Share on other sites

As explanation this basically does what the GUI installer would through the command line, and in the process bypasses the checks that the installer does.

 

You should not need this if you have a fairly recent system with a TPM, either discrete or integrated e.g. Intel PTT available since 4th gen Core, in this case just make sure TPM/PTT is enabled in UEFI. On AMD it seems it's called fTPM. 

 

One extra note, before step 3c you may need to do "convert gpt" if your drive wasn't already formatted as GPT.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Tan3l6 said:

Use Rufus. Even installs on external drives (SSDs)

Rufus is the first step to make the install drive, but won't do anything about the unsupported hardware message.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Kilrah said:

Rufus is the first step to make the install drive, but won't do anything about the unsupported hardware message.

Will test that right now...

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

Installing with Rufus on a "compatible system" to an external SSD/drive it boots fine on an "incompatible" system (8GB Q8200 system) MBR, not GPT though.

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Tan3l6 said:

Installing With Rufus on a "compatible system" to an external SSD/drive it boots fine on an "incompatible" system (8GB Q8200 system)

The guide is primarily to those having troubles installing Windows 11. It's a workaround to bypass the "This PC can't run Windows 11" error that comes up after selecting a Windows version to install.

Link to comment
Share on other sites

Link to post
Share on other sites

25 minutes ago, Kilrah said:

One extra note, before step 3c you may need to do "convert gpt" if your drive wasn't already formatted as GPT.

Thanks for pointing this out!

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, Tan3l6 said:

Installing with Rufus on a "compatible system" to an external SSD/drive it boots fine on an "incompatible" system (8GB Q8200 system) MBR, not GPT though.

Again you don't "install with Rufus", Rufus just creates the install media. Yes you can move an already installed system to another machine, but this is about installing on a machine where it doesn't let you. 

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

15 minutes ago, Kilrah said:

Again you don't "install with Rufus", Rufus just creates the install media. Yes you can move an already installed system to another machine, but this is about installing on a machine where it doesn't let you. 

Nope, not only install media.

 

image.png.8dbec8ea7c5728b1a715fc6cd189e865.png

 

also the "incompatible system" just needs "windows to go" installation from a compatible system...

I tried on my Q8200 system to install from an 11 USB installer stick and installation failed. Made Windows to go with Rufus and the drive I installed Windows 11 to, boots into 11 fine, and it works.

 

With Rufus and an external SSD you need to selct "List USB hard drives" btw.

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

Then be clear, what people typically use rufus for is creating the install media - should have mentioned you were making a WTG install. 

 

And it's still not the same as making a native install which this is about. With a small variation of this guide you can install directly on the Q8200 🙂

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, Kilrah said:

Then be clear, what people typically use rufus for is creating the install media - should have mentioned you were making a WTG install. 

 

And it's still not the same as making a native install which this is about. With a small variation of this guide you can install directly on the Q8200 🙂

Well i did mention that it was installed on external drive/SSD. (or did i forget?)

Also the external drive can be made to local install most likely with WinToUSB (have not tested it yet) 

So it's a matter of convenience what method to use.

image.png.f56e22398f519d75ae9a8fc6647f7da6.png

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

Variant for installing natively on a legacy/BIOS system:

 

Note that this will erase all your data, so be sure to use a spare SSD.

 

Assuming you already have the USB installer, boot into it until you get to the setup.

From the setup screen:

 

1. Press Shift + F10 to open Command Prompt.

2. Type ‘diskpart’ and press Enter.

3. Create your partitions via diskpart:

     3a. Type ‘list disk’ press Enter.

     3b. Select your disk ‘sel disk x’ where x = your primary drive. Type ‘clean’ to format the drive. Type "convert mbr" if your drive wasn't already formatted as MBR.

     3c. Type ‘create partition primary’ press Enter.

     3d. Type 'active' press Enter

     3e. Format partition by entering command ‘format quick fs=ntfs label=“Windows”’, press Enter.

     3f. Type ‘assign letter=“W”’ press Enter.

4. See all your volumes by typing ‘list vol’ and you should see your Windows partition with assigned letter. Take note of the assigned letter for your USB installer.

5. Exit diskpart by typing ‘exit’ and press Enter.

6. Type ‘dism /Get-WimInfo /WimFile:X:\sources\install.wim’ and press Enter. (Where X is your USB installer)

7. You should be presented a list of Windows 11 versions assigned via Indexes. Select a version of Windows you want to install and take note of the index number.

8. Now type in ‘dism /Apply-Image /ImageFile:X:\sources\install.wim /Index:n /ApplyDir:W:\’ (Where X is your USB installer, n is the Index number, and W is the Windows partition we created in diskpart). Press Enter and wait.

9. Create the boot loader by typing ‘bcdboot W:\Windows /s W: /f BIOS’ (Where W is the Windows partition.)

10. Type 'bootrec /fixmbr' to install the MBR

11, fitting. Reboot and enjoy Windows 11 in it’s native glory from another era...

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

6 hours ago, Kilrah said:

*snip*

Thanks BTW, kept making typos on a few command lines, your post avoided me some Google search 🤣

 

IMG_20210617_163031_copy_1612x907.jpg

 

It's now installed on an old HP with a i7 3770 ,16GB of RAM, an R9 290x, and 1TB of spinning rust ! : 😁

If you need help with your forum account, please use the Forum Support form !

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/17/2021 at 4:00 PM, Org13-Xanadu said:

Hello everyone.

 

I’ve been watching everyone’s thoughts on Windows 11 and can’t help but notice that everyone’s been installing it via Windows 10 upgrade, or via VM. Like, ugh it’s not natural!

 

This is how you natively clean install Windows 11.

Note that this will erase all your data, so be sure to use a spare SSD.

 

Assuming you already have the USB installer, boot into it until you get to the setup.

From the setup screen:

 

1. Press Shift + F10 to open Command Prompt.

2. Type ‘diskpart’ and press Enter.

3. Create your partitions via diskpart:

     3a. Type ‘list disk’ press Enter.

     3b. Select your disk ‘sel disk x’ where x = your primary drive. Type ‘clean’ to format the drive. Type "convert gpt" if your drive wasn't already formatted as GPT.

     3c. Type ‘create partition efi size=100’ press Enter.

     3d. Type ‘format quick fs=fat32 label=“System”’ press Enter.

     3e. Type ‘assign letter=“S”’ press Enter.

     3f. Type ‘create partition msr size=16’ press Enter.

     3g. Type ‘create partition primary’ press Enter.

     3h. Format partition by entering command ‘format quick fs=ntfs label=“Windows”’, press Enter.

     3i. Type ‘assign letter=“W”’ press Enter.

4. See all your volumes by typing ‘list vol’ and you should see the partitions you just created. The EFI partition may not show up and that’s ok, and you should see your Windows and System partitions with assigned letters. Take note of the assigned letter for your USB installer.

5. Exit diskpart by typing ‘exit’ and press Enter.

6. Type ‘dism /Get-WimInfo /WimFile:X:\sources\install.wim’ and press Enter. (Where X is your USB installer)

7. You should be presented a list of Windows 11 versions assigned via Indexes. Select a version of Windows you want to install and take note of the index number.

8. Now type in ‘dism /Apply-Image /ImageFile:X:\sources\install.wim /Index:n /ApplyDir:W:\’ (Where X is your USB installer, n is the Index number, and W is the Windows partition we created in diskpart). Press Enter and wait.

9. Create the boot loader by typing ‘bcdboot W:\Windows /s S: /f UEFI’ (Where W is the Windows partition, S is the system partition we created in diskpart.)

10. Reboot and enjoy Windows 11 in it’s native glory.

 

image.jpeg.8182d7a96445ff1424114b51a59e76f5.jpeg

See this link they have an Solution to come up with only easy method

 

Install Windows 11 on Any Laptop, PC – Telegraph

Link to comment
Share on other sites

Link to post
Share on other sites

For those who need to bypass TPM requirements or any hardware requirements. Here is a video version of the command line install here.

 

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

So this is just a Windows 11 Beta then? If so when is Microsoft going to release it?

Link to comment
Share on other sites

Link to post
Share on other sites

End of year for OEMs, beginning of next for retail.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

is there a way to download it without losing all my apps and data from my pc ?

also, how do I find the ISO

Link to comment
Share on other sites

Link to post
Share on other sites

11 hours ago, Padblaze said:

is there a way to download it without losing all my apps and data from my pc ?

also, how do I find the ISO

If you enroll your computer in the windows insider dev channel you will get it through windows update. 

There is no official iso download that I have found yet. 

Only links that were provided to ones uploaded by themselves. 

Maybe try creating one with uupdump.net tool that downloads the files from Microsoft and constructs an iso from them. 

If you use that, I would suggest only creating an iso for a single type (ie home or pro). I had issues when I was trying to do multiples. 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 4 months later...

NICE, thank you!

AMD Ryzen R9 5900X  | Arctic Liquid Freezer II 360  |  GIGABYTE X570S AERO G  |  2x32GB G'skill TridentZ 4000MHz  | MSI RX 6900 XT Gaming Z Trio 16GB Dark Base Pro 900 (Orange)  | TOSHIBA 4TB 3.5" Drive - Game Drive | Crucial MX200 250GB 2.5" SSD - Boot Drive | Cooler Master V750 PSU |

 

Living Room PC: AMD Ryzen 2400G | MSI RX VEGA 56 8GB AERO | 2x8 GB Crucial Ballistix 2400MHz | Intenso 250GB SSD | Seagate 500 GB HDD | Node 202 + 850W PSU |

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×