I have successfully installed Windows 11 (v21996.1) on the new computer with SSD with MBR partition table. The installation was performed from the command line using install.wim file and dism command. The machine is new and supports both UEFI and Legacy boot, but I like to have each version of Windows installed on a single partition and also like the simplicity of the Legacy mode. Initially I tried to tweak the BIOS settings and then run the standard installation, but it always ended up in some "incompatibility" error. Using dism solves all those problems. Here is step-by-step summary.
1) Partition the drive with a third party tool. I use GParted, but any other modern partitioning utility should be ok.
2) Extract install.wim file from the ISO (it is located in \sources directory) and save it on a flash drive or on one of the logical partitions created in p.1) above.
3) Boot to Win 11 installation media and run the dism command, following the instructions starting from p. 2.1 here:
4) Make the OS partition active
diskpart
list disk
list vol
select disk x
select vol y
active
list vol
Active flag (*) will be shown in the left column.
5) Install the BCD (Boot Configuration Data) using bcdboot command (p. 2.9 at the link above):
G:\Windows\System32\bcdboot G:\Windows /s G:
Parameter /s might not be required on some systems (especially when installing the first instance of Windows) but it won't do any harm to use it all the time.
6) Update Master Boot Record and Partition Boot Sector
bootsect /nt60 G: /mbr
Replace drive letter G: as needed (it is the OS partition). If /mbr is skipped only Partition Boot Sector will get updated.
-------------
Hardware
ASUS UEFI/BIOS v311 x64
- Fast Boot - disabled
- Secure Boot - disabled (OS Type = Other OS)
- CSM - enabled
- Boot Device Control - Legacy OPROM only
- Boot from Storage Devices - Legacy only
- Boot from PCI-E/PCI Expansion Devices - Legacy only
500 GB M.2 NVMe SSD - 3 primary + 3 logical NTFS partitions
500 GB SATA3 HD - disabled from BIOS (3 primary + 2 logical NTFS partitions)
CPU - Intel Core i5-9400
Chipset - B360
1) Partition the drive with a third party tool. I use GParted, but any other modern partitioning utility should be ok.
2) Extract install.wim file from the ISO (it is located in \sources directory) and save it on a flash drive or on one of the logical partitions created in p.1) above.
3) Boot to Win 11 installation media and run the dism command, following the instructions starting from p. 2.1 here:
Apply Windows Image using DISM Instead of Clean Install
How to Apply Windows Image using DISM Instead of Clean Install to Reduce Time
www.tenforums.com
4) Make the OS partition active
diskpart
list disk
list vol
select disk x
select vol y
active
list vol
Active flag (*) will be shown in the left column.
5) Install the BCD (Boot Configuration Data) using bcdboot command (p. 2.9 at the link above):
G:\Windows\System32\bcdboot G:\Windows /s G:
Parameter /s might not be required on some systems (especially when installing the first instance of Windows) but it won't do any harm to use it all the time.
6) Update Master Boot Record and Partition Boot Sector
bootsect /nt60 G: /mbr
Replace drive letter G: as needed (it is the OS partition). If /mbr is skipped only Partition Boot Sector will get updated.
-------------
Hardware
ASUS UEFI/BIOS v311 x64
- Fast Boot - disabled
- Secure Boot - disabled (OS Type = Other OS)
- CSM - enabled
- Boot Device Control - Legacy OPROM only
- Boot from Storage Devices - Legacy only
- Boot from PCI-E/PCI Expansion Devices - Legacy only
500 GB M.2 NVMe SSD - 3 primary + 3 logical NTFS partitions
500 GB SATA3 HD - disabled from BIOS (3 primary + 2 logical NTFS partitions)
CPU - Intel Core i5-9400
Chipset - B360
Last edited:
My Computer
System One
-
- OS
- Windows 11