Cannot perform clean install of windows 11

Peterr

Fantastic Member
Joined
Mar 31, 2011
Messages
1,174
Through Google I have checked everything in my computer and my connectivity.
I used to perform a clean install until windows 11 with the media creation tool.
When I insert the media creation tool now it says different negative things like it is MBR which I have already converted to GPT + I couldn't connect.
After weeks of conversing with Asus In micro center I am stumped.
I have ordered a cube with three outlets and instead of going through my current surge suppressor I'm going to try to plug the computer directly into the new one.
Can you help me to get Windows 11 cleanly installed without these failures?
When I boot I get a no signal then signal. I have tried different ports and cables. My current cable is VESA certified. I have tried HDMI to no avail and am using Display port-I tried different ports and they appear ok. The screen shows display port. There appears to be a connectivity issue but I am no expert
TY
 

Solution
Yes—I can help, but we need to separate two different problems that often get mixed together:
1) Windows setup says “MBR” / won’t install (almost always a boot-mode vs disk partition style mismatch, or the disk wasn’t actually converted the way Windows Setup needs), and
2) “No signal → signal” on boot (often normal during POST/resolution changes, but it can also indicate BIOS/GPU/monitor handshaking issues—especially over DisplayPort).
Below is a clean, reliable “known-good” install method that bypasses the usual traps.

A. The most reliable way to do a true clean Windows 11 install (UEFI + GPT)​

1) Physically simplify the machine (important)​

  • Unplug all drives except the one you...
Yes—I can help, but we need to separate two different problems that often get mixed together:
1) Windows setup says “MBR” / won’t install (almost always a boot-mode vs disk partition style mismatch, or the disk wasn’t actually converted the way Windows Setup needs), and
2) “No signal → signal” on boot (often normal during POST/resolution changes, but it can also indicate BIOS/GPU/monitor handshaking issues—especially over DisplayPort).
Below is a clean, reliable “known-good” install method that bypasses the usual traps.

A. The most reliable way to do a true clean Windows 11 install (UEFI + GPT)​

1) Physically simplify the machine (important)​

  • Unplug all drives except the one you want Windows installed to (disconnect SATA power/data or remove other NVMe).
    • This prevents Windows from placing boot files on the “wrong” drive.
  • Unplug unnecessary USB devices (leave only keyboard/mouse + the installer USB).

2) BIOS/UEFI settings (this is where MBR/GPT confusion usually comes from)​

Enter BIOS/UEFI and set:
  • Boot Mode: UEFI only
  • Disable CSM / Legacy boot (CSM is the #1 reason you get MBR/legacy behavior)
  • Enable TPM 2.0 (on ASUS it may be called fTPM / “Firmware TPM” / “PTT” depending on CPU platform)
  • Secure Boot: Enabled (or “Windows UEFI mode”)
Then save and reboot.

3) Boot the USB the right way​

When you open the boot menu, you’ll often see two entries for the USB, like:
  • UEFI: <USB name> ✅ (choose this)
  • <USB name> (legacy) ❌
Always choose the one that starts with UEFI:.
If you boot the installer in legacy mode, Windows will behave like it wants MBR even if you converted things earlier.

4) At the Windows Setup “Where do you want to install Windows?” screen: wipe & force GPT​

If you truly want clean install and don’t need data on that drive:
  1. Press Shift + F10 to open Command Prompt
  2. Run:
Code:
diskpart
list disk
select disk 0
clean
convert gpt
exit
Notes:
  • Make sure you select the correct disk number.
  • clean erases the drive completely.
  1. Back in Setup, click Refresh, then select the Unallocated Space and click Next.
    Windows will create the EFI/System partitions automatically.
This eliminates almost every “MBR/GPT” install failure.

B. If the “couldn’t connect” is happening during Windows 11 setup/OOBE​

Windows 11 sometimes tries to force an internet connection during first boot (OOBE). If your network driver isn’t available yet, it can block you.
You can bypass it:
  1. When you’re stuck on the “Let’s connect you to a network” screen, press Shift + F10
  2. Type:
OOBE\BYPASSNRO
  1. Press Enter, PC will reboot, and you should get an option like “I don’t have internet” → continue with local setup.
(After you’re in Windows, you can install chipset/LAN/Wi‑Fi drivers from ASUS using another PC/USB if needed.)

C. About the “No signal → signal” on boot (DP/HDMI)​

Some “no signal” briefly is normal (GPU initializes, resolution switches, BIOS handoff). But if it’s excessive or you can’t reliably see BIOS/USB boot screens:
Quick checks:
  • Make sure the monitor cable is plugged into the graphics card outputs, not the motherboard video outputs.
  • If your monitor has a setting for DisplayPort mode, try forcing DP 1.2 (sometimes DP 1.4/DSC handshakes cause black screens during POST).
  • If you have a TV/second monitor: test it once (just to rule out monitor handshake quirks).
  • If possible, update the motherboard BIOS to the latest stable version from ASUS (BIOS updates often fix boot/display/UEFI issues).

The 4 questions that will let me pinpoint what’s happening on your PC​

Reply with these and I’ll tailor exact steps to your hardware:
1) Exact error text you see about MBR (word-for-word if possible).
2) Are you seeing that error after booting from the USB (Windows Setup), or inside Windows while running Media Creation Tool?
3) What are your main components? (ASUS motherboard model + CPU + GPU + target drive type: NVMe/SATA)
4) When you open the boot menu, do you see two USB entries (one starting with UEFI:)?
If you can answer #1 and #2, we can usually fix this in one pass.
 

Solution
I'll try to get back an answer as much as I can I set the flash drive 2 GPT after formatting it and afterwards windows seems to change it back to MBR - It seems I can't create the appropriate flash drive for a Windows clean update I have followed the steps exactly and use several flash drives The MBR seems to be the big problem and I have read your information I have an Assus mobo Z790-v.
I had the same problem with the old monitor so I bought a new one and I have A VESA Certified cable I also tied the cable from the store I've tried both Display Port and HDMI With the correct imput source Set up
 

What you’re seeing is a very common misunderstanding: the Windows 11 USB installer can show up as “MBR” and that’s not automatically a problem. In fact, the Media Creation Tool often makes a USB that looks MBR for broad compatibility, and UEFI PCs can still boot it perfectly fine. The real MBR/GPT problem is almost always:
  • you’re booting the installer in Legacy/CSM mode, or
  • your target SSD is still MBR / has old partitions, or
  • there are multiple drives attached and Setup is getting confused.
Below is the “works almost every time” approach for an ASUS Z790‑V.

1) Stop trying to “convert the flash drive to GPT”​

For Windows install media, you do not need to set the USB to GPT manually.
Use one of these instead (pick ONE):

Option A (recommended): Media Creation Tool​

  • Run Microsoft’s Media Creation Tool and let it create the USB.
  • Don’t format/convert it afterward.

Option B: Rufus (if MCT keeps failing)​

In Rufus:
  • Partition scheme: GPT
  • Target system: UEFI (non CSM)
  • File system: FAT32 (if offered)
    Then write the ISO.
(If FAT32 isn’t possible because of a large install.wim, Rufus handles this—don’t “fix” it afterward.)

2) Fix the BIOS settings that cause the “MBR” install error​

On ASUS boards, the MBR/GPT install failures almost always trace back to CSM (Legacy).
Go into BIOS (Del/F2 at boot) and set:
  • CSM: Disabled
  • Boot mode: UEFI only
  • Secure Boot: Enabled
    • Usually: OS Type = Windows UEFI mode
  • TPM: Enabled (on Intel this is typically PTT)
Save & reboot.

3) Boot the USB in UEFI mode (critical)​

When you press F8 (Boot Menu on many ASUS boards), you’ll usually see two entries for the USB, like:
  • UEFI: <your USB name> ✅ choose this
  • <your USB name> (no “UEFI”) ❌ don’t choose this
If you boot the non‑UEFI entry, Windows Setup behaves like Legacy and then complains about MBR/GPT.

4) Force the target SSD to GPT during Setup (true clean install)​

Best practice: temporarily disconnect any other drives (extra SSD/HDD) so only the Windows target drive is connected.
When you get to “Where do you want to install Windows?” do one of these:

Simple method​

  • Select every partition on the target drive → Delete
  • When it becomes Unallocated Space → select it → Next

Guaranteed method (my go-to if you keep getting MBR messages)​

Press Shift + F10 and run:
Code:
diskpart
list disk
select disk 0
clean
convert gpt
exit
Then click Refresh in Setup and install to the unallocated space.
Warning: clean wipes the selected drive completely.

5) About the “No signal → signal” during boot​

A brief “no signal” can be normal as the GPU switches modes, but since you’ve fought this across monitors/cables:
  • Confirm the cable is connected to the GTX 1050 Ti outputs (not the motherboard video).
  • In BIOS, look for something like:
    • Primary Display / Initiate Graphics Adapter: set to PCIe/PEG
  • If DisplayPort is flaky during POST, try HDMI just for installation/BIOS work, then switch back to DP later.
  • Strongly consider updating the Z790‑V BIOS to the latest stable release from ASUS (BIOS updates often fix UEFI/boot/display handshake issues).
(Your surge protector vs wall outlet is very unlikely to be the cause of “USB became MBR” or UEFI/CSM issues.)

Two quick questions (answer these and I’ll tell you exactly which branch you’re on)​

1) What is the exact wording of the MBR error you get in Windows Setup? For example, is it:
  • “Windows cannot be installed to this disk. The selected disk has an MBR partition table…”
    or
  • “The selected disk is of the GPT partition style…”
    2) Are you creating the USB from inside an existing Windows install, and does the USB boot into Windows Setup successfully (yes/no)?
If you reply with the exact message text, I can give you the precise fix for that specific MBR/GPT mismatch.
 

You don’t need to convert the USB to GPT. The Windows 11 Media Creation Tool makes it MBR on purpose so it works on all systems. That’s normal. On your ASUS Z790-V, set BIOS to UEFI only, disable CSM, enable Secure Boot, and in the boot menu choose the entry that says “UEFI: USB name” not the plain USB option. During install delete all partitions and let Windows create them fresh. This is a boot mode issue not a cable or monitor problem.
 

You’re correct on the main point: you do not need to “convert the USB to GPT” for a Windows 11 installer. The partition style of the USB is not what determines whether Windows installs as UEFI/GPT—the boot mode you use (UEFI vs Legacy/CSM) does.

Why your Windows USB showing as MBR is normal​

  • The Windows 11 Media Creation Tool commonly produces installer media that looks MBR in Disk Management because it’s meant to boot on the widest range of PCs.
  • A USB can be MBR-partitioned and still boot perfectly in UEFI mode (what matters is selecting the UEFI boot entry in your boot menu).

ASUS Z790-V: BIOS/UEFI settings to force a UEFI install​

1) Enter BIOS (Del/F2 at boot)
2) Disable CSM / Legacy
  • Boot/CSM: CSM = Disabled
  • Boot mode: UEFI only (wording varies)
3) Secure Boot
  • Set OS Type to Windows UEFI mode (if present)
  • Enable Secure Boot
    • If it’s greyed out, use “Install/Restore default Secure Boot keys” (or similar) and try again.
4) Save changes and reboot to the one-time boot menu (often F8 on ASUS)

Boot menu: pick the correct USB entry​

In the boot menu you’ll typically see two entries for the same stick:
  • UEFI: <USB name> ← pick this
  • <USB name> (no UEFI prefix) ← this is the legacy/CSM path
If you boot the non-UEFI entry, Windows Setup will often try to install in legacy mode (MBR), or you’ll hit “can’t install to this disk” / Secure Boot confusion later.

During Windows Setup: clean partitioning (UEFI/GPT)​

At “Where do you want to install Windows?”:
  • Select each partition on the target drive → Delete until it’s all Unallocated space
  • Click Next and let Setup create the EFI/MSR/Primary partitions automatically
Warning: deleting partitions wipes that drive completely—back up first.

Quick sanity checks (if you want to confirm it installed correctly)​

After install:
  • Win+R → msinfo32
    • BIOS Mode should say UEFI
    • Secure Boot State should say On
  • Disk Management → the OS disk should be GPT

If it still won’t install or won’t boot the USB​

  • Recreate the USB with Media Creation Tool (use a different USB stick if possible)
  • Try a rear USB port (direct to motherboard, avoid hubs/front panel for install)
  • Temporarily disable Fast Boot in BIOS (sometimes hides devices during POST)
If you tell me the exact error message you get (or what screen it fails on), I can narrow it down fast—boot mode vs storage driver (Intel RST/VMD) vs the installer USB itself.
 

First I wanted you all to know that Male is going to my junk folder instead of to my inbox I'm trying to correct it on my end without much luck Secondly I contacted Asus the motherboard company and they advised me to send the motherboard to them I told them I just had the entire computer diagnosed at Micro Center with no problem it seems healthy I have done everything you have told me to do I let Ru do the job after I download the ISO file After that I just boot from appropriate Boo daughter follow along and when just before partitions are made and deleted that's when the problem occurs besides that when I boot this computer up it says no signal display port or no signal HDMI and then boots into the operating system immediately I don't think this no signal is Normal I hope this information provides some food for thought for you I will again try to correct mail issue Thank you for your time I have tried all of it to no avail
 

Peterr, thanks—based on what you’ve said, I think we need to pivot away from “USB is MBR/GPT” (that part is usually a red herring) and focus on the two things that do commonly break Windows Setup right at the moment it’s about to create partitions / start installing on modern Z790 boards: Intel VMD/RAID (storage driver) and multiple-drive / boot-order confusion. Your description that it fails right before partitions are made/deleted is the key clue.
Also: the brief “No signal (DP/HDMI) → boots into Windows” can be a real annoyance, but it often ends up being a monitor/GPU handshake timing issue and not the cause of Windows Setup failing. We’ll tackle it after we get the installer stable.

1) First: the email going to Junk​

That’s almost always on the mail provider side (Outlook/Live/Gmail filters).
Try these:
  • Mark one WindowsForum message as “Not junk”
  • Add the forum “From” address to Safe senders
  • Create a rule: “if subject contains WindowsForum / windowsforum.com → move to Inbox”
    If you tell me whether you’re using Outlook/Live, Gmail, Yahoo, etc., I can give exact clicks.

2) The Windows 11 clean install failure: do this exact “Z790-safe” path​

Step A — Disconnect everything except essentials (seriously important)​

  1. Power off.
  2. Disconnect all other drives except the single SSD you want Windows on (unplug SATA drives; remove/disable extra NVMe if present).
  3. Unplug all USB devices except keyboard/mouse and the installer USB.
This eliminates a ton of “setup can’t create partitions” style failures.

Step B — Check/disable Intel VMD (most likely culprit on Z790)​

On many ASUS Z790 boards, VMD (Intel Volume Management Device) can make your NVMe appear as a RAID/VMD device that Windows Setup may not handle without drivers.
In BIOS (Advanced Mode):
  • Look for something like:
    • VMD Setup Menu
    • Intel Rapid Storage Technology
    • SATA Mode = RAID / Intel RST
  • For troubleshooting, set storage to the simplest mode:
    • Disable VMD (at least for the NVMe slot you’re installing to)
    • If there’s a setting for RAID vs AHCI: choose AHCI (unless you intentionally use RAID)
Then try Windows Setup again.
If you actually need VMD/RAID ON: you must click Load driver in Windows Setup and provide the Intel RST/VMD F6 driver from ASUS/Intel on a second USB stick. But for a normal single-drive install, disabling VMD is the cleanest test.

Step C — Use a “boring” USB port and boot entry​

  • Plug the installer USB into a rear USB 2.0 port (if your case has only blue ports, use a rear port directly on the motherboard—avoid front-panel hubs).
  • In the one-time boot menu, pick UEFI: <USB name> (not the non-UEFI entry).

Step D — Wipe the target disk from inside Setup (forces correct GPT layout)​

When you reach “Where do you want to install Windows?”:
  1. Press Shift + F10
  2. Run:
Code:
diskpart
list disk
select disk 0
clean
convert gpt
exit
Then click Refresh, highlight the Unallocated Space, and click Next.

3) I need the exact error text to finish this (one screenshot is enough)​

Right now we still don’t know which of the common failure messages you’re getting (they lead to different fixes).
At the exact moment it fails (the screen where you said it happens), please post the message word-for-word or a photo, such as:
  • “We couldn’t create a new partition or locate an existing one”
  • “Windows cannot be installed to this disk… MBR/GPT…”
  • “Windows could not prepare the computer to boot into the next phase…”
  • Any error code like 0x80300024, etc.

4) About the “No signal” at boot (after we stabilize install)​

Once we get the install working, we can reduce the black-screen/handshake issue by trying:
  • BIOS: Disable Fast Boot
  • BIOS: set POST Delay to 3–5 seconds (if available)
  • Temporarily use HDMI just for BIOS/installer (DP can be flaky during POST on some monitor/GPU combos)
  • Ensure monitor is on the correct input before power-on (some monitors auto-switch poorly)
But I don’t want to chase that until we know the Windows Setup error.

Quick questions (answer these and I’ll give a very targeted next post)​

1) What SSD are you installing to (NVMe model / SATA model)?
2) In BIOS, do you see VMD or Intel RST enabled right now?
3) What is the exact Windows Setup error message when it fails (or attach a picture)?
If you can provide the exact error text, we can usually get you past this in one or two tries—especially on a Z790 platform.
 

What you’re seeing is a very common misunderstanding: the Windows 11 USB installer can show up as “MBR” and that’s not automatically a problem. In fact, the Media Creation Tool often makes a USB that looks MBR for broad compatibility, and UEFI PCs can still boot it perfectly fine. The real MBR/GPT problem is almost always:
  • you’re booting the installer in Legacy/CSM mode, or
  • your target SSD is still MBR / has old partitions, or
  • there are multiple drives attached and Setup is getting confused.
Below is the “works almost every time” approach for an ASUS Z790‑V.

1) Stop trying to “convert the flash drive to GPT”​

For Windows install media, you do not need to set the USB to GPT manually.
Use one of these instead (pick ONE):

Option A (recommended): Media Creation Tool​

  • Run Microsoft’s Media Creation Tool and let it create the USB.
  • Don’t format/convert it afterward.

Option B: Rufus (if MCT keeps failing)​

In Rufus:
  • Partition scheme: GPT
  • Target system: UEFI (non CSM)
  • File system: FAT32 (if offered)
    Then write the ISO.
(If FAT32 isn’t possible because of a large install.wim, Rufus handles this—don’t “fix” it afterward.)

2) Fix the BIOS settings that cause the “MBR” install error​

On ASUS boards, the MBR/GPT install failures almost always trace back to CSM (Legacy).
Go into BIOS (Del/F2 at boot) and set:
  • CSM: Disabled
  • Boot mode: UEFI only
  • Secure Boot:Enabled
    • Usually: OS Type = Windows UEFI mode
  • TPM: Enabled (on Intel this is typically PTT)
Save & reboot.

3) Boot the USB in UEFI mode (critical)​

When you press F8 (Boot Menu on many ASUS boards), you’ll usually see two entries for the USB, like:
  • UEFI: <your USB name> ✅ choose this
  • <your USB name> (no “UEFI”) ❌ don’t choose this
If you boot the non‑UEFI entry, Windows Setup behaves like Legacy and then complains about MBR/GPT.

4) Force the target SSD to GPT during Setup (true clean install)​

Best practice: temporarily disconnect any other drives (extra SSD/HDD) so only the Windows target drive is connected.
When you get to “Where do you want to install Windows?” do one of these:

Simple method​

  • Select every partition on the target drive → Delete
  • When it becomes Unallocated Space → select it → Next

Guaranteed method (my go-to if you keep getting MBR messages)​

Press Shift + F10 and run:
Code:
diskpart
list disk
select disk 0
clean
convert gpt
exit
Then click Refresh in Setup and install to the unallocated space.
Warning: clean wipes the selected drive completely.

5) About the “No signal → signal” during boot​

A brief “no signal” can be normal as the GPU switches modes, but since you’ve fought this across monitors/cables:
  • Confirm the cable is connected to the GTX 1050 Ti outputs (not the motherboard video).
  • In BIOS, look for something like:
    • Primary Display / Initiate Graphics Adapter: set to PCIe/PEG
  • If DisplayPort is flaky during POST, try HDMI just for installation/BIOS work, then switch back to DP later.
  • Strongly consider updating the Z790‑V BIOS to the latest stable release from ASUS (BIOS updates often fix UEFI/boot/display handshake issues).
(Your surge protector vs wall outlet is very unlikely to be the cause of “USB became MBR” or UEFI/CSM issues.)

Two quick questions (answer these and I’ll tell you exactly which branch you’re on)​

1) What is the exact wording of the MBR error you get in Windows Setup? For example, is it:
  • “Windows cannot be installed to this disk. The selected disk has an MBR partition table…”
    or
  • “The selected disk is of the GPT partition style…”
    2) Are you creating the USB from inside an existing Windows install, and does the USB boot into Windows Setup successfully (yes/no)?
If you reply with the exact message text, I can give you the precise fix for that specific MBR/GPT mismatch.
These are some photos of my BIOS I am still working on all your other information but I thought this could help..
I made some changes you ecommended. I am only a fai tech peson and some is had me. Keyboad malfunction
 

Attachments

  • bios 5.webp
    bios 5.webp
    44.9 KB · Views: 0
  • bios 10.webp
    bios 10.webp
    32.4 KB · Views: 0
  • bios 1.webp
    bios 1.webp
    46.9 KB · Views: 0
  • bios 4.webp
    bios 4.webp
    35.9 KB · Views: 0
  • bios 14.webp
    bios 14.webp
    46.9 KB · Views: 0
  • bios7.webp
    bios7.webp
    35.9 KB · Views: 0
Your BIOS photos help a lot—and they actually show some good news:
  • TPM is enabled (“Enable Firmware TPM”).
  • Secure Boot is in Windows UEFI mode and Secure Boot Mode = Standard.
  • On the overview screen, Intel Rapid Storage Technology is set to OFF (in your photo).
    All of that is consistent with a normal Windows 11 UEFI install path.
So at this point, if Windows Setup is still failing right when it’s about to create partitions / start installing, the most likely causes are (1) storage controller/VMD behavior, (2) the target SSD not being seen “normally” by Setup, or (3) something about the install target / other drives—not that your USB “became MBR”.
Below is what I’d do next, in the smallest set of steps that usually breaks the logjam on ASUS Z790.

1) In BIOS: go into VMD Setup Menu and disable VMD (test)​

One of your photos shows Advanced → System Agent (SA) Configuration and there is a “VMD Setup menu” entry visible.
Even if Intel Rapid Storage Technology is “Off”, VMD can still redirect NVMe access in a way that makes Windows Setup choke unless the Intel F6 driver is loaded.

Do this for troubleshooting:​

  • Advanced → System Agent (SA) Configuration → VMD Setup Menu
  • Set VMD Controller = Disabled
  • Also disable VMD for any listed NVMe ports/slots (if it shows per-slot toggles)
Save and reboot, then try the install again.
If this suddenly works, we’ve proven it was a VMD/RST driver-path issue.

2) Physically disconnect all other drives (must-do test)​

Even if it’s annoying, do this once:
  • Leave only the single 500GB SSD connected (the one you want Windows on).
  • Disconnect any other NVMe/SATA drives and unplug external drives.
This prevents Setup from attempting to place EFI/boot partitions on another disk and failing at the “partition creation” step.

3) When you get to the disk screen: use DiskPart “clean” (don’t just delete partitions)​

When you reach “Where do you want to install Windows?”:
Press Shift + F10 and run:
Code:
diskpart
list disk
select disk 0
clean
convert gpt
exit
Then click Refresh and install to the Unallocated Space.
This removes any weird leftover metadata (old RAID signatures, old EFI structures, etc.) that “Delete partition” sometimes doesn’t fully clear.

4) The one thing I still need: what EXACTLY is the error at the moment it fails?​

Right now you keep describing the timing (“just before partitions are made/deleted”), but the exact message decides the fix.
Please post the exact wording (or a photo) of the error in Windows Setup. Common ones are:
  • We couldn’t create a new partition or locate an existing one…”
  • Windows cannot be installed to this disk. The selected disk has an MBR partition table…
  • Windows could not prepare the computer to boot into the next phase of installation…”
  • Error code 0x80300024 (or similar)
Even one blurry phone pic is fine.

5) About the “No signal → boots into Windows”​

I agree with you that it can be abnormal if you never reliably see the ASUS logo/POST screen. But it’s often separate from the installer failure.
After we get Setup working, we’ll tighten that up with:
  • BIOS: Disable Fast Boot
  • Add a POST delay (3–5 seconds) if ASUS provides it
  • Temporarily use HDMI for BIOS/installer work (DP handshake during POST is a common pain)

Quick reply checklist (so I can give you the exact next move)​

1) In VMD Setup Menu, is VMD currently enabled? (Yes/No)
2) Is your Windows target drive NVMe or SATA SSD (brand/model if you know it)?
3) What is the exact Windows Setup error text when it fails?
Once I have the error text, I can tell you whether you should be loading an Intel storage driver, changing one BIOS storage switch, or replacing the install target/USB port strategy.
 

1- System agent VMD controller turned off. Could not stop had to reenter bios and enable In order to start
2- BIOS first page= I see AHCI Asus BW- 16D1HT, and under that I see RAID - CT 500T500 SSDB (500.16 gigabyte) Do not know how to select AHCI Unless it already is.
3- About to install Windows after hearing from you. Only mouse and keyboard will be plugged in.
4- Do I keep these new settings or do I revert to the ones before we made when I've installed Windows or when we're done?
5- Going to Rear port and when it asks where do you want to install I will perform 'convert to GPT'.
 

That’s excellent detail — and what you’re seeing (SSD listed under “RAID – CT500T500…”) is the smoking gun.

What it means​

Your NVMe SSD is currently being presented to the system through Intel RST / VMD (RAID mode). That’s why:
  • When you turned VMD Controller OFF, your current Windows couldn’t boot (it likely blue-screened / “inaccessible boot device”), so you had to go back into BIOS and re-enable it to “start”.
  • Windows Setup often fails right when it tries to create the EFI/MSR/System partitions unless the Intel RST/VMD driver is loaded.
So you have two valid paths. Pick one and stick with it.

Path A (simplest / recommended for a single SSD): Install in AHCI (VMD OFF)​

This gives the most “normal” Windows install, but it will temporarily prevent your current Windows from booting until the reinstall is complete.
  1. In BIOS:
    • Disable VMD Controller
    • Make sure any Intel RST/RAID options are off for NVMe (if there are per-slot VMD toggles, disable them too)
  2. Immediately boot the Windows 11 USB installer (don’t try to boot your existing Windows).
  3. In Windows Setup → Shift+F10 → DiskPart:
    Code:
    diskpart
    list disk
    select disk 0
    clean
    convert gpt
    exit
  4. Install to the Unallocated Space.
After Windows is installed, keep VMD OFF. Do not turn it back on, or the new Windows install may stop booting.

Path B (most compatible with your current configuration): Keep VMD ON and load the Intel RST driver during Setup​

This is usually the best choice if your BIOS insists on showing the SSD as RAID and you don’t want to fight mode switching.

Steps​

  1. Leave BIOS as-is for now:
    • VMD ON (since your PC boots only that way right now)
    • Secure Boot/TPM settings you showed are fine.
  2. Prepare the storage driver:
    • On another PC (or your current Windows), download the Intel RST / VMD “F6” driver for your ASUS Z790-V from ASUS Support.
    • Extract it so you have folders/files like iaStorVD.inf / iaStorAC.inf etc.
    • Put that extracted driver folder on a second USB stick (or on the same installer USB if there’s room and you’re comfortable copying a folder onto it).
  3. Boot the Windows 11 installer USB (rear port is good).
  4. When you reach “Where do you want to install Windows?”
    • If you don’t see the SSD properly, click Load driver
    • Browse to the USB folder with the extracted Intel RST/VMD driver
    • Load it (after it loads, your SSD should appear normally)
  5. Then do your clean GPT install:
    • Shift+F10 → DiskPart:
      Code:
      diskpart
      list disk
      select disk 0
      clean
      convert gpt
      exit
    • Install to unallocated space.
After Windows is installed, keep VMD ON (don’t switch to AHCI later).

Answers to your questions​

2) “How do I select AHCI?”​

What you’re seeing (“AHCI Asus BW-16D1HT” + “RAID CT500T500…”) usually means:
  • Your SATA controller is AHCI (DVD drive)
  • Your NVMe is under VMD/RST (RAID presentation)
AHCI vs RAID for NVMe is controlled by VMD / Intel RST settings, not the DVD line.

4) “Do I keep these new settings or revert after install?”​

Do not switch storage mode after Windows is installed.
Pick Path A (AHCI/VMD OFF) or Path B (VMD ON + driver), then leave it that way permanently unless you’re ready to reinstall again (or do advanced driver/registry prep).

5) “Rear port + convert to GPT”​

Yes — rear port is good. And yes, DiskPart clean + convert gpt is the cleanest way (just be 100% sure you select the correct disk number).

One quick thing before you start (prevents 0x80300024 / partition-creation issues)​

  • Disconnect any other internal drives (extra SSD/HDD) if you have them.
  • Only target SSD connected.

When you try again​

If it still fails, please post the exact error message from Setup (or a photo of the error). The wording matters a lot.
If you tell me whether you want Path A (AHCI) or Path B (keep VMD/RAID), I’ll give you the exact BIOS menu trail for your Z790-V to match that choice.
 

Before I proceed if I choose not to do this can I backtrack with the changes we've made with your help or if I go forward can I use my computer normally?
 

Yes—you can backtrack, and yes—you can use your computer normally afterward. The key is which change you’re talking about, because some BIOS changes only affect how the SSD is presented to Windows.

What you can safely “undo” (backtrack)​

1) VMD / Intel RST (the big one)

  • If you turn VMD OFF and your current Windows won’t boot, you can go right back into BIOS and turn VMD back ON and you’ll be back where you started (that’s exactly what you already did).
  • You’re not “damaging” anything by toggling it—you’re just changing the storage mode that Windows expects.

2) Secure Boot / TPM

  • Enabling TPM and setting Secure Boot to “Windows UEFI mode” is generally safe and reversible.
  • If you ever wanted to revert: BIOS usually has Load Optimized Defaults (or similar), then save/exit.

3) “Worst case” reset​

If you get stuck in a weird BIOS state, you can:
  • Use Load Optimized Defaults in BIOS, or
  • Clear CMOS (only if needed; usually not).

If you go forward: can you use the computer normally?​

Yes—as long as you don’t change storage mode after Windows is installed.
You have two “stable end states”:

Path A (VMD OFF / AHCI-style NVMe access)​

  • You install Windows with VMD OFF.
  • After install: leave VMD OFF forever (normal daily use is fine).
  • If you later turn VMD ON, the new Windows may not boot.

Path B (VMD ON / Intel RST “RAID” presentation)​

  • You install Windows with VMD ON (and load Intel RST/VMD driver in Setup if needed).
  • After install: leave VMD ON forever (normal daily use is fine).
  • If you later turn VMD OFF, Windows likely won’t boot.
So: normal use is absolutely possible—just don’t flip VMD/RST afterward unless you’re intentionally reconfiguring storage.

Before you proceed (strongly recommended)​

  • If there’s anything you care about on the SSD: backup first. A clean install + diskpart clean will wipe it.
  • Take photos of the BIOS pages you changed (you’ve already started doing this—perfect).
If you tell me which path you prefer (A: VMD OFF, or B: VMD ON), I’ll tell you the safest way to proceed with the install while keeping a clear “return to previous state” option.
 

I am not capable of doing these steps and wish retrack my steps and fix the BIOS if I click F5 and then enable UEFI Will I be OK or is it something else I have to change if I'm opting out
 

If you’re opting out and just want the PC to boot normally again, you can recover—but I would not rely on “F5 then enable UEFI” alone, because the one setting that most affects whether your current Windows boots is VMD / Intel RST.

The important point​

From what you told me earlier, your current Windows only boots when VMD is Enabled (you had to re-enter BIOS and re-enable it to start). So if you reset defaults and VMD ends up Disabled, Windows may not boot until you turn it back on again.

Safest “backtrack” method (minimal changes)​

1) Enter BIOS (Del at startup)
2) Press F9 (Search) and type VMD
3) Open VMD Setup Menu and set:
  • VMD Controller = Enabled (or ON)
  • If there are per-slot VMD toggles, enable them as they were
4) Go to Boot tab:
  • Set Boot Option #1 = Windows Boot Manager (your SSD)
5) Press F10 = Save & Exit
If it boots into Windows normally after this, stop there.

About F5 (Load Optimized Defaults)

You can use F5, but do it only if you’re comfortable with possibly needing one extra step afterward.

If you choose F5:​

1) In BIOS press F5 (Load Optimized Defaults)
2) Then immediately check these two items before saving:
  • VMD Controller: set it to Enabled (if your Windows needs it)
  • Boot Option #1: set to Windows Boot Manager
3) F10 Save & Exit

“Enable UEFI” clarification​

On ASUS boards, “UEFI” usually isn’t one single on/off switch. What matters is:
  • Booting Windows Boot Manager (UEFI boot entry)
  • CSM disabled (often), but if you’re just trying to get back to a bootable system, you can leave CSM alone unless you changed it.

If you get stuck in a boot loop after changing something​

Go back into BIOS and do just this:
  • Re-enable VMD
  • Set Boot Option #1 = Windows Boot Manager
  • Save/Exit
That returns you to the “known working” state in most cases.

Quick question so I can tell you the exact safest option:​

Right now, does the PC still boot into Windows successfully as-is (yes/no)?
  • If YES: don’t press F5—leave it alone.
  • If NO: use the “minimal changes” method above (re-enable VMD + set Windows Boot Manager first).
 

Yes—in the future, you can use F5 in ASUS BIOS to Load Optimized Defaults, but there are two important cautions:

1) What F5 will (and won’t) do​

  • F5 resets BIOS settings to defaults (it does not “fix” Windows—just resets firmware settings).
  • After F5, your PC may or may not boot depending on what your Windows install expects (especially storage mode).
Because your SSD showed up as RAID / Intel RST/VMD earlier, after using F5 you may need to re-check:
  • VMD / Intel RST (Enabled/Disabled)
  • Boot Option #1 = Windows Boot Manager
    Then press F10 to Save & Exit.
If Windows fails to boot after an F5 reset, it’s usually because one of those two items changed.

2) About the R key not working

That’s usually not a BIOS “feature”—it’s typically keyboard-related (or the BIOS isn’t seeing the keyboard properly).
Try this if you ever need to change BIOS settings and keys don’t respond:
  1. Use a simple wired USB keyboard (avoid wireless/Bluetooth for BIOS).
  2. Plug it into a rear USB 2.0 port (black port if you have one).
  3. Try a different keyboard if possible (to rule out a failing key switch).
  4. If it’s a laptop-style keyboard with an Fn layer, make sure you’re not in an alternate mode.

If you ever get totally stuck​

You can also clear CMOS (motherboard jumper/button) which resets BIOS too—similar effect to F5, just more “hard reset.” Only do that if needed.
When you get a moment, tell me:
  • Does the PC boot into Windows normally right now?
  • Is the R key not working only in BIOS, or also in Windows?
 

I made you change to Retreat and I booted up and it seems fine The R key functions odd in the forum I but not with Word Thank you very much for your help I'll contact you in the future if I feel more confident
 

Good — if you reverted/backtracked and the PC now boots normally, you’re in a safe place again.

About using F5 (Load Optimized Defaults) in the future​

Yes, you can use F5, but remember this rule:
  • After an F5 reset, always verify two things before you press F10 (Save & Exit):
    1) Boot Option #1 = Windows Boot Manager (your SSD)
    2) VMD / Intel RST storage setting matches what your current Windows expects
    • If Windows was installed while the SSD was presented as RAID/VMD, and F5 turns VMD off, Windows may stop booting until you re-enable it.
If you ever do use F5, take a quick photo of the Boot page and the storage/VMD page afterward so you can confirm what changed.

“R key is odd in the forum but fine in Word”​

That strongly suggests it’s browser/forum-editor related, not the keyboard itself. The quickest checks:
1) Try the forum in a different browser (Edge vs Chrome/Firefox).
2) Try an Incognito/Private window (this disables most extensions).
3) If it works in Incognito, disable extensions one-by-one (Grammarly / “key shortcut” / password managers can interfere with typing).
4) Confirm Windows keyboard layout: Settings → Time & language → Language & region → Keyboard (make sure it didn’t switch layouts).
If you come back later and want to try the clean install again, post the exact Windows Setup error wording (or a photo of it). That’s what determines the correct fix.
Any time you’re ready, I’m here.
 

Back
Top