How to install windows 11 on a MBR drive

Discussion in 'Windows 11' started by jimt-47, Sep 8, 2023.

  1. jimt-47

    jimt-47 MDL Novice

    Dec 3, 2022
    38
    2
    0
    Is it possible to install windows 11 on a MBR drive? If so how?
     
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,449
    1,344
    120
    It is possible and exactly the same as Windows 10, Windows 8, etc. I have done it myself many times.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Jessie Pinkman

    Jessie Pinkman MDL Addicted

    Aug 25, 2016
    551
    275
    30
    same way ya install it on a GPT drive just select it when making the iso on a stick using rufus
     
  4. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
  5. jimt-47

    jimt-47 MDL Novice

    Dec 3, 2022
    38
    2
    0
    I misstated my issue - sure you can Install Windows 11 on a MBR drive but it changes it to GPT drive. I want to install Windows 11 and have on a MBR - NOT GPT

    If I try to change it from GPT to MBR it will no longer boot. So I want Widows 11 to boot from a MBR
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    https://forums.mydigitallife.net/th...windows-11-on-a-mbr-drive.87428/#post-1804900
    Please read the info on the OP of that linked thread, nothing is changed to GPT, it bypasses the system requirements so it can be installed on unsupported systems.
     
  7. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    To boot fro MBR you need

    #1 A native BIOS only machine OR a UEFI machine with the CSM feature enabled (NOT a very recent UEFI class 3 machine, which lacks the CSM option)

    #2 (obviously a disk initialized as MBR)

    #3 The partition where you intend to start your boot process set as ACTIVE

    #4 The bootloader files properly installed (use bcdboot with the switch /F BIOS or /F all)

    Obviously again if we are talking of an OS installed as UEFI then the disk was converted to MBR you need to be sure that all the points above are checked

    Instead, if you're going to install a fresh OS on a blank disk, only the steps #1 and #2 are necessary, the setup process will take care of the rest (but in case of W11 you need to use RUFUS to fix your boot media)
     
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,771
    7,711
    210
    For fresh install, obviously, you need to boot the installations media in non-UEFI mode in the first place. Then, Setup will create MBR-partition-style disks. Booting the installation media in UEFI mode will always create GPT-partition-style disks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    An advise needed only using a media created using the official media creation tool.

    Using rufus you choose since the beginning if you want a MBR or GUID media, so you can't go wrong during the actual installation.
     
  10. atgpud2003

    atgpud2003 MDL Addicted

    Apr 30, 2015
    620
    111
    30
    Make sure the BIOS is disable UEFI.. It works for me MBR... I have 1 PC technician PC used MBR.. Mostly my other PC use UEFI...

    Big Note: Some are newer Bios if you are plan use SSD instead Hard-drive is Bootable, Make sure your Bios Set ACHI (port xx): SoildState or Hard Disk.. If you plan use SSD then be sure check bios set SoildState.. I had happen with my server won't boot these problems, I caught my eye to change it and it work...

    ATGPUD2003
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,771
    7,711
    210
    I'm always talking about official media. With custom media, you oughta know what yer doin'.

    Even Rufus can create dual-style media, although it's kinda hidden behind the ALT+E cheatcode.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    Unless you have a very old machine which does not support UEFI, you are better off installing on UEFI.
    On an old computer, it is possible to use BIOS, but at the same time you are better off staying with Windows 10 - latest release - 19045 - 22H2.
     
  13. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    yes possible but recommanded are uefi for large disk drive
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    It's not recommended, for very large (2TB+) drives is the only option.

    Whatever... almost no one installs the OS on a large drive, the typical scenario, is to use a fast and small SSD for the OS, and a slow and large HDD (or QLC SSD for data).

    But even if you use a single large SSD as your only disk, just use native VHDs initialized as MBR. There is really no point in using GUID for the OS
     
  15. Bezalel

    Bezalel MDL Senior Member

    Apr 30, 2012
    251
    28
    10
    Use the official media to boot to a repair command prompt. Use DiskPart to partition the drive. Use DISM to apply the WIM or ESD file. Use REAgentC to build the recovery partition. Reboot.

    Your PC should now boot to the OOBE where you can complete the setup.