Разметка диска для встроенного по uefi не поддерживается windows 10

This tutorial was created by For more Windows 10 tutorials, head here.

A common problem that Windows users have encountered when trying to update Windows 10 is the “Unsupported Disk Layout for UEFI Firmware” error. This error basically means that the partition structure of your hard drive is not supported by the version of Windows 10 that you want to upgrade to.

This error can be resolved by creating a Microsoft Reserved Partition (MSR), which is used on Unified Extensible Firmware Interface (UEFI)/GUID Partition Table (GPT) disks. Without getting too technical, we will outline the steps to fix this error when attempting to update. 

1. Run Command Prompt as Administrator

Go to Start -> Windows System. Expand Windows System and right click on Command Prompt ->More -> Run as administrator. This will open the Command Prompt in administrator mode. You can now begin to type in the commands that follow. 

2. Run Diskpart.exe and Create the MSR Partition 

a. Open Diskpart.exe by simply typing diskpart and Enter

b. Type list disk. After doing this you will see all of your disks listed. If there is a * marked under GPT then your system is using the GPT partition structure, and you can proceed to the following steps. If not, then your hard drive will need to be converted to the GPT format, and you’ll need to perform a clean install of Windows 10. 

>c. Now execute the following commands in sequence: 
• select disk # (where # is the actual disk number as displayed in list disk in step b)
• List partition – This will display all partitions on the selected disk
• create partition msr size=128 – This command will create a 128MB partition (a size recommended by Microsoft)
• list partition — Verify that that the partition was created
• exit – Leave diskpart.exe and close command prompt. 

Get Tom’s Hardware’s best news and in-depth reviews, straight to your inbox.

3. Try the Windows 10 Upgrade Again

You can now try to upgrade your system again. If for some reason you were not able to successfully complete the steps above, or you are still receiving the same error, then it’s better to back up all your data and do a fresh install and let the Windows installation format your disk to the recommended GPT format.

Чем асинхронная логика (схемотехника) лучше тактируемой, как я думаю, что помимо энергоэффективности — ещё и безопасность.

Hrethgir 14.05.2025

Помимо огромного плюса в энергоэффективности, асинхронная логика — тотальный контроль над каждым совершённым тактом, а значит — безусловная безопасность, где безконтрольно не совершится ни одного. . .

Многопоточные приложения на C++

bytestream 14.05.2025

C++ всегда был языком, тесно работающим с железом, и потому особеннно эффективным для многопоточного программирования. Стандарт C++11 произвёл революцию, добавив в язык нативную поддержку потоков,. . .

Stack, Queue и Hashtable в C#

UnmanagedCoder 14.05.2025

Каждый опытный разработчик наверняка сталкивался с ситуацией, когда невинный на первый взгляд List<T> превращался в узкое горлышко всего приложения. Причина проста: универсальность – это прекрасно,. . .

Как использовать OAuth2 со Spring Security в Java

Javaican 14.05.2025

Протокол OAuth2 часто путают с механизмами аутентификации, хотя по сути это протокол авторизации. Представьте, что вместо передачи ключей от всего дома вашему другу, который пришёл полить цветы, вы. . .

Анализ текста на Python с NLTK и Spacy

AI_Generated 14.05.2025

NLTK, старожил в мире обработки естественного языка на Python, содержит богатейшую коллекцию алгоритмов и готовых моделей. Эта библиотека отлично подходит для образовательных целей и. . .

Реализация DI в PHP

Jason-Webb 13.05.2025

Когда я начинал писать свой первый крупный PHP-проект, моя архитектура напоминала запутаный клубок спагетти. Классы создавали другие классы внутри себя, зависимости жостко прописывались в коде, а о. . .

Обработка изображений в реальном времени на C# с OpenCV

stackOverflow 13.05.2025

Объединение библиотеки компьютерного зрения OpenCV с современным языком программирования C# создаёт симбиоз, который открывает доступ к впечатляющему набору возможностей. Ключевое преимущество этого. . .

POCO, ACE, Loki и другие продвинутые C++ библиотеки

NullReferenced 13.05.2025

В C++ разработки существует такое обилие библиотек, что порой кажется, будто ты заблудился в дремучем лесу. И среди этого многообразия POCO (Portable Components) – как маяк для тех, кто ищет. . .

Паттерны проектирования GoF на C#

UnmanagedCoder 13.05.2025

Вы наверняка сталкивались с ситуациями, когда код разрастается до неприличных размеров, а его поддержка становится настоящим испытанием. Именно в такие моменты на помощь приходят паттерны Gang of. . .

Создаем CLI приложение на Python с Prompt Toolkit

py-thonny 13.05.2025

Современные командные интерфейсы давно перестали быть черно-белыми текстовыми программами, которые многие помнят по старым операционным системам. CLI сегодня – это мощные, интуитивные и даже. . .

Many Windows users who have upgraded to Windows 10 from an older version of the Operating System experience an issue where their computers simply can’t download and install Windows Updates. Windows Updates come with a plethora of different improvements and fixes, and not being able to download and install them is a pretty significant issue. Users affected by this issue see the following error message when their computer attempts to try and download Windows Updates via Windows Update:

Windows 10 couldn’t be installed. Windows can’t be installed because this PC has an unsupported disk layout for UEFI firmware.

Here’s the whole shebang behind this problem: This problem is almost always seen in computers that have both UEFI and BIOS firmware (they are basically hybrids), and this problem is caused because Windows 10 – and, by extension, any Windows Updates for Windows 10 – can’t be installed on an MBR (Master Boot Record) disk on a UEFI computer (even if that computer is only half-UEFI) and can only be installed on a GPT (GUID Partition Table) disk on such a computer. Most users who have older versions of Windows installed on MBR disks can successfully upgrade to Windows 10, but once they do, problems such as this one arise.

UEFI firmware is the latest and greatest in computer firmware and is designed to gradually replace BIOS completely. On the other hand, GPT is the latest and greatest partitioning scheme for Hard Disks and is meant to replace MBR. GPT and UEFI are both associated with each other as Windows 10 – and Windows Updates for Windows 10 – can only be installed on a computer with UEFI firmware if they are installed on a GPT disk.

Affected users see the error message described above because their computers are trying to install Windows Updates on an at least half-UEFI computer, but the HDD or SSD that their instance of Windows 10 is installed on has an MBR layout and not a GPT layout. The simple solution to this problem would be to change the layout of the HDD or SSD in question to GPT, but doing so on a disk that has Windows installed on it has a pretty high chance of corrupting the instance of Windows installed on it and making the disk entirely unbootable.

That being the case, the most viable solution to this issue is to clean-install Windows 10 from scratch, and while doing so, formatting the entire HDD or SSD in question so that it is converted to GPT during the installation of a fresh instance of Windows 10 on it. Since the entire HDD/SSD that your current instance of Windows 10 is installed on will be wiped clean in the process, you should back up any and all important data stored on it. To do so, you can simply create a system image of your entire computer and then restore it once you have successfully clean-installed Windows 10, but if you don’t know how to create a system image, simply move any and all files you don’t want to lose to an external storage device (such as an external HDD/SSD or USB flash drive) and then restore them and reinstall all of your installed applications and programs following the clean-install.

In order to clean-install Windows 10 on your computer, simply follow this guide. However, during the clean-install, when you get to the ‘Where do you want to install Windows?’ screen, complete the following steps:

One by one, click on each and every single one of the partitions of the HDD/SSD that your current instance of Windows 10 is installed on to select them, and then click on Delete to delete them.

Once you have deleted all of the partitions of the HDD/SSD in question, the disk will show up as Drive X Unallocated Space (X being the number assigned to the disk) with its total size being the entirety of the disk. Click on Drive X Unallocated Space to select it and then click on Next.

Once you do so and go through with the clean-installation of Windows 10, Windows will automatically turn the unallocated space on the disk into actual partitions, and the disk will also be converted to GPT along the way.

Kevin Arrows

Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Привет, друзья. Как установить Windows на GPT-диск, если BIOS не поддерживает загрузку с флешки UEFI? Если бы BIOS вовсе был без UEFI, мы бы просто установили систему на MBR-диск. Но здесь тонкий нюанс – мы говорим не о тотальном отсутствии поддержки UEFI, а лишь об отсутствии возможности загрузиться с флешки UEFI для установки операционной системы на GPT-диск. Бывает и такое. А может быть вы, друзья, оказались в щепетильной ситуации, когда нет ни флешки, ни болванки, чтобы записать установочный образ Windows, но вам срочно нужно переустановить систему на GPT-диске? В этом случае вы также попали по адресу. В этой статье будем и решать первый вопрос, и, в частности, перестанавливать Windows без загрузочного носителя. И для этого прибегнем к помощи бесплатной программы WinToHDD.

Но прежде несколько слов о проблеме, обусловившей появление идеи этой статьи. 

Идея написания этой статьи возникла благодаря проблеме, с которой столкнулся один мой товарищ. Он сменил относительно современную материнскую плату с полноценным BIOS UEFI на другую — более функциональную, однако более старую, в которой нет полноценного BIOS UEFI, но есть поддержка так называемого Hybrid EFI. Это материнка Gigabyte GA-PH67-DS3-B3, последнее обновление BIOS для которой было выпущено ещё в 2012 году. Производство этой материнки попало на переходной период, когда BIOS UEFI только начинал продвигаться на рынке компьютерных комплектующих. И не все ещё производители материнок понимали, что делать с новым форматом BIOS – реализовывать его, удорожая тем самым конечную стоимость изделия, или забить на него и сделать всё по старинке. Компания Gigabyte Technology решила сесть на два стула сразу – сделать в BIOS Award поддержку гибридного EFI.

Что такое Hybrid EFI в исполнении Gigabyte Technology? Это режим совместимости с ПО EFI в части поддержки GPT-дисков

На компьютере с такой материнкой можем свободно загружаться с дисков со стилем разметки GPT и работать с Windows. Но лишь при условии, что Windows была установлена на другом железе с полноценной поддержкой BIOS UEFI. Или если мы установили систему с DVD-диска, предварительно включив в BIOS для привода EFI-поддержку. А вот установить Windows с флешки UEFI на компьютере с такой материнкой мы не можем. Её BIOS Award не видит загрузочные флешки как флеш-устройства в принципе, а тем более как устройства UEFI, видит только как USB-HDD. Безусловно, мы можем загрузиться с флешки с МBR-загрузчиком и даже пройдём первые этапы установки Windows. Но на этапе выбора места установки увидим пресловутое:

Не будь у такой материнки гибридного UEFI, оставалось бы только одно решение проблемы – конвертирование диска из GPT в MBR. Реализация же гибридного UEFI даёт нам шанс побороться и использовать преимущества установки Windows на GPT-диски. В идеале мой товарищ мог бы записать Windows 8.1 или 10 на болванку и установить систему с DVD-диска, но вот незадача – не работает привод. Следовательно, у него остался только вариант с использованием стороннего ПО для установки/переустановки Windows. Я ему посоветовал программу WinToHDD.

WinToHDD – малоизвестная программа, являющая собой альтернативный стандартному способ установки Windows. В бесплатной редакции Free может:

• Переустанавливать систему на текущем жёстком диске;

• Устанавливать систему на другой подключённый к компьютеру жёсткий диск;

• Клонировать Windows на другой жёсткий диск;

• Создавать загрузочную флешку для переустановки Windows в случае, если система не загружается;

• Использовать для установки не только ISO-образы, но также образы WIM, ESD, SWM.

Основная проблема, которую призвана решить WinToHDD – это отсутствие установочного носителя, когда нужно срочно переустановить систему, но под рукой нет ни флешки, ни болванки. Попутно программа решает ещё и такие проблемы как:

• Описанная выше невозможность загрузки с флешки UEFI;

• Отсутствие установочного образа ISO, а наличие только образа WIM или ESD;

• Выбор более функциональных редакций системы для OEM-устройств со вшитой в BIOS информацией об установке редакции Home; 

• Установка Windows 7 на GPT-диск.

Напомню, друзья, Windows 7 нельзя привычным способом установить на GPT-диск. Такая привилегия доступна только для Windows 8.1 и 10. На страницах сайта мы не единожды обходили это ограничение, вот можете почитать здесь. С WinToHDD мы сможем обойти это ограничение более простым юзабильным способом. Отсюда, кстати, следует уточнение, что описываемые в этой статье способы установки касаются версий Windows 7, 8.1 и 10.

Но, приступим к делу. Скачиваем бесплатную редакцию программы WinToHDD здесь:

И устанавливаем её непосредственно в ту систему, которую будем переустанавливать.

Переустановить Windows 8.1 или 10, если они загружаются и, хоть с горем пополам, но работают, можно с использованием штатной функции возврата компьютера в исходное состояние. Однако в таком случае после переустановки диск С будет захламлён временными файлами установки и папкой Windows.old. Программа WinToHDD же позволяет выполнить чистую переустановку системы с форматированием диска С, при этом не требует загрузочного носителя. Плюс к этому, мы можем переустановить не только ту версию и редакцию системы, что была до этого, а использовать для переустановки любой дистрибутив Windows 7, 8.1 или 10, который хранится у нас на несистемных разделах или других дисках.

Итак, друзья, имеем обычный GPT-диск с типичной для EFI-систем структурой технических разделов – раздел с названием «Восстановить», а также разделы EFI и MSR. Наглядно эту структуру демонстрируют менеджеры дисков, в нашем случае программа AOMEI Partition Assistant. Структура техразделов на разных системах может отличаться, но раздел EFI всегда должен присутствовать.

Запускаем программу WinToHDD. Жмём «Переустановка».

Далее указываем файл образа дистрибутива, в моём случае это ISO-образ установки Windows 10. Выбираем редакцию системы.

В следующем окошке увидим, как WinToHDD сама распознала места установки Windows. Программа автоматически выбирает в качестве места установки системы текущие EFI-раздел и диск С. Просто жмём «Далее».

Затем нам трижды нужно нажать «Да» в таких вот вопрошающих окошках.

Программа подготовит свои временные данные для существования в режиме предзагрузки и перезагрузит компьютер. Далее сможем наблюдать прогресс установки.

Затем система подготовит устройства и выйдет на завершающий установочный этап.

Вот, собственно, и всё.

***

А как переустановить Windows, если система не загружается или вирусы не позволяют нам предпринять действия типа описанных выше? В таком случае нам понадобится либо второй жёсткий диск, либо флешка.

Чтобы переустановить нефункционирующую систему, нам потребуется второй жёсткий диск с рабочей Windows Vista и выше. Если второго жёсткого диска с запасной рабочей Windows нет, можно диск с нерабочей системой подключить к другому компьютеру с рабочей системой. Или наоборот. Другой вариант: если у вас есть внешний жёсткий диск или вместительная флешка (нужно как минимум 13 Гб), вы можете установить на них портативную Windows 7, 8.1 или 10 с помощью технологии Windows To Go.

Любым из способов реализовав присутствие второго жёсткого диска, устанавливаем в его систему программу WinToHDD. Но прежде её запуска в окне AOMEI Partition Assistant посмотрим на структуру диска с нерабочей Windows. Нам нужно убедиться, что структура технических разделов не повреждена.

Если техразделы не уничтожены, форматируем EFI-раздел. Я буду делать это в AOMEI Partition Assistant, но вы, друзья, можете использовать любой иной менеджер дисков, только не штатную утилиту управления дисками. Она не даст отформатировать EFI-раздел.

Далее форматируем системный раздел, он же диск С нерабочей Windows.

Теперь запускаем программу WinToHDD. Кликаем «Новая установка».

Указываем путь к установочному образу. Выбираем редакцию Windows.

Далее выбираем диск назначения – тот, что с нерабочей Windows. И на его открывшейся карте ставим галочки двух разделов:

• EFI-раздела, такой с файловой системой FAT32 по идее должен быть единственным доступным для выбора и 

• Диска С, здесь уже программа нам предоставляет выбор любого NTFS-раздела.

Ставим возле обоих разделов галочки «Форматирование». Жмём «Далее».

Ждём, пока скопируются файлы установки новой системы. Затем перезагружаем компьютер и выставляем загрузку с того жёсткого диска, на который мы только что установили Windows.

Далее нам останется только ждать завершающего этапа установки, чтобы внести первичные системные настройки.

Если структура технических разделов повреждена, а это, кстати, могут быть не только видимые в окне менеджера дисков изменения, WinToHDD не захочет устанавливать Windows. В таком случае нам нужно переразметить техразделы. Данные на несистемных разделах не пострадают. Я, опять же, буду пользоваться AOMEI Partition Assistant. Удаляем все технические разделы EFI-системы.

Высвободилось порядка 600 Мб, все они не нужны, ведь создавать мы будем всего лишь один технический раздел – раздел EFI. Кликаем системный раздел и выбираем опцию «Изменить размер».

Оставим EFI-разделу 100 Мб.

Остальные порядка 500 Мб пока что будут болтаться сзади системного раздела. Их я потом присоединю либо к системному разделу E, либо к разделу с данными G.

Теперь кликаем те 100 Мб, что мы оставили для EFI-раздела, и жмём «Создать раздел».

Создаём раздел и обязательно указываем файловую систему FAT32.

Применяем все эти операции. И теперь у нас для новой Windows на GPT-диске готово два её раздела – EFI и будущий диск С.

Теперь работаем с программой WinToHDD. Проводим новую установку Windows, как было рассмотрено выше, в п. 4.1 статьи. На этапе выбора места установки указываем нужный жёсткий диск и только что вручную сформированные раздел EFI и будущий диск С.

***

Многих наверняка удивит простейшая структура EFI-системы, состоящая (кроме системного) всего лишь из одного техраздела EFI. Тем не менее таким образом мы получим работоспособную операционную систему. WinToHDD разрывает, казалось бы, нерушимые шаблоны функционирования Windows на GPT-дисках. Вот, друзья, наглядная демонстрация возможностей программы – Windows 7 на GPT-диске с одним лишь техническим EFI-разделом.

Если переустанавливаемая Windows не загружается, при этом другого жёсткого диска нет, выход из ситуации – загрузочная флешка с WinToHDD. С такой флешки можно загрузиться в режиме Legacy и обойти ограничение в виде невозможности установки системы на GPT-диск. Создаётся такая загрузочная флешка внутри программы WinToHDD: в главном окне выбираем пункт «Multi-Installation USB», указываем флешку и следуем далее за программным мастером.

Загрузившись с флешки, выбираем функцию новой установки и проделываем все те операции, что мы рассмотрели в п. 4 статьи.

Правда, загрузочная флешка с одной программой WinToHDD и без менеджера дисков не поможет в случае повреждения техразделов EFI-системы. Тогда придётся искать в сети функциональный Live-диск с WinToHDD или её аналогами (типа утилиты WinNTSetup) на борту. Кстати, Live-диск с программами AOMEI Partition Assistant и WinNTSetup 3 на борту я для вас, друзья, создал сам с помощью AOMEI PE Builder, все детали здесь.

Are you having problems installing Windows on your target GPT or MBR drive? On this page, we’ll thoroughly discuss this issue in two parts and you can follow to find respective solutions toward different errors. 

Workable Solutions Step-by-step Troubleshooting
Fix Can’t Install Windows on GPT Disk Fix 1. Convert GPT Disk to MBR Disk using EaseUS Partition Master…Full steps
Fix 2. Enable UEFI Boot Option in BIOS…Full steps
Fix 3. Convert MBR to GPT via EaseUS Partition Master…Full steps
Fix 4. Convert MBR to GPT using DiskPart…Full steps
Fix Windows Cannot Be Installed the This Disk Fix 1. Convert Dynamic Disk to Basic Disk…Full steps
Fix 2. Remove HDD Protection and Change SATA Controller Mode…Full steps
Fix 3. Repair Your HDD…Full steps
Fix 4. Format the Partition to NTFS…Full steps

Check out and find the easiest solution to resolve your problem, installing Windows on your PC without any issue now.

Note that if you have saved important data on the target disk, back up your data first as some of the following fixes may remove data on your target drive. 

Part 1. Fix «Can’t Install Windows on GPT Disk» Error

Applies to: Fix «Windows Cannot Be Installed on GPT Partition Drive’ or «Can’t Install Windows on GPT» error.

Problem: Can’t Install Windows on GPT Disk

«I’m trying to install Windows 10 on a new SSD, but the computer keeps giving me this message ‘Windows cannot be installed on this disk. The selected disk is of the GPT partition style.’ What does this mean? Do I have to convert the GPT disk to MBR? Or to enable UEFI boot mode in BIOS?«

You won’t be able to install Windows on GPT disk if you are receiving this notice from your PC as listed below:

Error 1. «Windows cannot be installed to this disk. The selected disk is of the GPT partition style.»

Can't install Windows on GPT

Error 2. «Windows cannot be installed on this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only installed on GPT disks».

Windows can only be installed on GPT disk

Those two errors mean that the Windows cannot be installed on GPT drive. Don’t be panic. In the following, we’ll explain why you cannot install Windows to the selected disk and list practical solutions to help you out.

You May Also Like:

Why You Fail to Install Windows on GPT Drive

1. You forget to enable UEFI boot option. Or the motherboard supports Legacy BIOS only. (Error 1)

2. If you receive Error 2, you must learn something about UEFI and BIOS. Know the differences and relations between them.

Usually, when you install Windows on UEFI-based PC using Windows Setup, the target disk must be set up to UIEFI mode or BIOS compatibility mode. If your computer is booted in UEFI mode,while your target disk is not configured UEFI mode, you’ll met Error 2. 

4 Fixes to Resolve «Cannot Install Windows on GPT Disk» Error

Here, we’ll provide you with 4 effective methods to fix this error issue and relative errors. Note that the former method is presented, the higher success rate it will be.

Fix 1. Convert GPT Disk to MBR Disk using EaseUS Partition Master [Error 1]

When the computer doesn’t support UEFI, you cannot install the Windows on GPT drive unless you convert the disk from GPT to MBR.

Professional partition manager software — EaseUS Partition Master can organize your hard drive and change the partition style easily. You can easily convert GPT to MBR with the help of this software, making disk available to install Windows again:

Step 1. Install and launch EaseUS Partition Master on your computer, go to the Disk Converter section.

Step 2. Select «Convert GPT to MBR» and click «Next» to continue.

convert GPT to MBR

Step 3. Select the target GPT disk that you want to convert to MBR, and click «Convert» to start the conversion.

convert GPT to MBR

Read Also: Windows 10 Won’t Install on SSD

Fix 2. Enable UEFI Boot Option in BIOS to Fix Windows Cannot Install on GPT Drive Error

If you are faced with Error 1 —  «Windows cannot be installed to this disk. The selected disk is of the GPT partition style.», you can boot to UEFI mode if your motherboard supports UEFI. 

Step 1. Reboot the PC and press the key that opens the boot device menu. You can press the Esc, F2, F9, F12, or another key to enter the boot menus.

Step 2. Boot into UEFI mode and locate the boot options menu.

Step 3. Confirm in the Boot Priority List that the USB UEFI OS Boot option is at the top of the list. Save your changes and continue to install Windows.

boot to uefi mode

Fix 3. Convert MBR to GPT to using EaseUS Partition Master

If you encounter Error 2, you can fix the «The Selected Disk Has an MBR Partition Table» error by converting MBR disk to GPT disk.

On the UEFI system, Windows can only be installed to GPT disks or something similar. That’s because MBR is compatible with BIOS while GPT is compatible with UEFI.

The steps are similar to those of converting GPT to MBR. The difference is that you need to convert to GPT with the help of EaseUS Partition Master:

Step 1. Download and launch EaseUS Partition Master on your computer.

Step 2. Go to Disk Converter, select «MBR => GPT» and click «Next» to continue.

convert MBR to GPT - 1

Step 3. Select the target MBR disk that you tend to convert to GPT, and click «Convert» to start the conversion.

convert MBR to GPT - 2

You May Also Like:

Fix 4. Convert MBR to GPT using DiskPart 

Aims to resolve Error 2. 

Step 1. Turn off the PC and put in the Windows installation DVD or USB.

Step 2. Boot the PC from the DVD or USB.

Step 3. In Windows Setup, press «Shift + F10» to start Command Prompt.

Step 4. Enter the following command in order:

  • diskpart
  • list disk
  • select disk
  • clean
  • convert gpt
  • exit

Step 5. Close Command Prompt.

After removing «Can’t install Windows on GPT disk» error, you can now continue installing Windows on your PC. You can refer to Install Windows 10 on GPT disk for a detailed tutorial guide. 

Part 2. Fix «Windows Cannot Be Installed the This Disk» Error

Applies to: Fix «Windows Cannot Be Installed to This Disk» Error.

Error: Windows Cannot Be Installed to This Disk

When you are going to install Windows 10/8/7, you might receive different kinds of errors saying Windows cannot be installed to this disk. Here are some common errors that you might receive:

Error 1.  «Windows cannot be installed to this hard disk space. The partition contains one or more dynamic volumes that are not supported for installation».

Windows cannot be installed on the disk due to dynamic issue

Error 2. «Windows cannot be installed to this disk. This computer’s hardware may not support booting to this disk. Ensure the disk’s controller is enabled in the computer’s BIOS menu.»

Windows cannot be installed on the disk due to disk controller issue

Error 3. «Windows cannot be installed to this disk. The disk may fail soon. If other hard disks are available, install Windows to another location.»

Error 4. «Windows cannot be installed to the hard disk space. Windows must be installed to a partition formatted in NTFS.»

Why Windows Cannot Be Installed to The Selected Disk

Why you could receive these errors? What are the main reasons? According to the error messages, the main reasons are as follows:

1. Users can only make a fresh install on a dynamic volume only when the volume was converted from a basic disk and was a boot partition or system partition. (Error 1)

2. Hardware protection and SATA Controller mode could bring up Error 2.

3. If you get Error 3, you can take your hard disk failure into account.

4. An incompatible file system of the partition to be installed with Windows. Microsoft rules that Windows must be installed to a partition formatted in NTFS since Windows Vista. (Error 4)

You can now selectively choose one of the solutions to fix Windows cannot be installed to the disk issue on your own PC.

Fix 1. Convert Dynamic Disk to Basic Disk

If you receive Error 1 — «Windows cannot be installed to this hard disk space. The partition contains one or more dynamic volumes that are not supported for installation», convert dynamic to basic disk.

EaseUS Partition Master also helps you convert dynamic disk to basic disk easily and quickly.

Here are the detailed steps:

Step 1. Install and open EaseUS Partition Master and go to Disk Converter.

Step 2. Select the disk conversion mode that suits your need:

  • Convert Basic to Dynamic: change a Basic disk to Dynamic.
  • Convert Dynamic to Basic: change a Dynamic disk to Basic.

Step 3. Select the target disk — Basic or Dynamic, confirm you’ve select the correct disk and click «Convert» to start.

Convert Basic to Dynamic Disk

Convert Dynamic to Basic Disk

Fix 2. Remove HDD Protection and Change SATA Controller Mode (for Error 2)

If you receive this message «Windows cannot be installed to this disk. This computer’s hardware may not support booting to this disk. Ensure the disk’s controller is enabled in the computer’s BIOS menu.» — Error 2, you should do two things:

Phrase 1. Remove Hard Disk Protection

Check if your hard disk protection is enabled. If it is, contact the salesperson and remove the protection according to his instructions.

Here is a quick guide that you can follow to remove write protection from hard drive using DiskPart:

Step 1. Start > Run  -> type CMD and press enter.

Step 2. Type diskpart and press enter.

Step 3. Type the following command lines and hit enter each time:

  • list volume
  • select volume # (# is the number of your HDD.)
  • attributes disk clear read-only
  • clean

Step 4. Type exit and hit Enter. Close DiskPart to finish the process.

After this, you’ve successfully removed write protection from your hard drive. If you need more practical solutions, refer to How to Remove Write Protection on SSD for help.

Phrase 2. Change SATA Controller Mode

This error may indicate that the BIOS settings of your computer are not properly configured. Make sure you have changed the SATA Controller mode in BIOS. Then, you can try setting BIOS to the factory and go back to the default setting.

Fix 3. Repair Your HDD to Fix «Windows Cannot Be Installed to the Hard Disk Space»

Error 3 — «Windows cannot be installed to this disk. The disk may fail soon.» occurs when there’s something wrong with your HDD. What to do with a dying HDD? How to repair it? You should stop Windows installation and then clone or back up important data immediately. Then, you can start repairing your HDD.

Also read: How to Repair HDD without losing data

Fix 4. Format the Partition to NTFS

This method aims to solve Error 4. When partitions on the target disk are not with the NTFS file system, Windows cannot be installed to the disk.

Changing a volume’s file system is not an easy task for those who are not familiar with computer management and command line. Thus, an easy and safe solution is needed.

Comprehensive partition manager software — EaseUS Partition Master can fully meet this requirement. It enables you to format HDD to NTFS easily.

For this case, you need to create a bootable drive and then format hard drive from USB.

After fixing Windows cannot be installed to this disk or GPT/MBR drive error, you can then continue installing Windows on your target disk in your PC. 

Manual Service for Fixing ‘Can’t Install Windows On GPT’ or ‘Windows Cannot Be Installed’ Error

Alongside following the above-provided solutions, you still have another option, which is to customize a manual service and let EasUS experts resolve this issue for you. You no longer need to worry about taking a wrong step while following the guidelines above. Everything can ben efficiently resolved and Windows can run on your GPT disk successfully.

EaseUS experts are available to provide you with 1-on-1 manual services (24*7) and help fix different Windows configuration issues. Our experts will offer you FREE evaluation services and efficiently diagnose and resolve Windows update errors, Windows installation, or daily OS issues using their decades of experience.

  • 1. Fix Windows update errors, such as update failure, unable to upgrade Windows, etc.
  • 2. Serve to download and install the latest Windows operating system on PC with success.
  • 3. Provide fixes for daily Windows system errors with drivers, permission, account settings, etc., issues.

Conclusion

This page covers 4 fixes to get rid of «Can’t install Windows on GPT disk» error and 4 practical methods to remove «Windows cannot be installed to the drive» error for all levels of Windows users. 

If you are faced with any one of the errors, you can find answers here. If your target disk has unsupported partition styles disallow you installing Windows on it, EaseUS Partition Master helps convert GPT to MBR, Convert MBR to GPT, and even change Dynamic to Basic disk.

This software plays an important role during the fixing process. Why not get it now.

Extended Reading: Cannot Install Windows FAQs

Besides the above issues, if you have further concerns about installing Windows on GPTor MBR disk, check the questions and answer below.

You may get a clue:

1. How do I fix Windows cannot be installed to this disk MBR?

How do you fix ‘Windows cannot be installed to this disk’? The solution is easy to conclude: change MBR to GPT.

Here are two methods that you can try:

  • Method 1. Change MBR to GPT using EaseUS Partition Master (as presented on this page in Fix 3 Part 1)
  • Method 2. Run DiskPart to change MBR disk to GPT (as presented on this page in Fix 4 Part 1)

2. Can GPT boot into Windows?

Yes. GPT can be used to boot Windows OS as long as you have a Windows system installed on the disk or you have migrated your computer operating system on the disk.

If you need a guide to migrate OS to GPT, follow this link for help: How to Move Windows 10 to Another Drive (HDD/SSD). 

3. How do I change GPT partition to BIOS?

Mostly, GPT partition supports UEFI boot mode and BIOS compatibility mode. In order to change GPT partition to Legacy BIOS mode, you need to follow the following tips:

  1. #1. Check if your computer motherboard supports BIOS boot mode. (Check BIOS)
  2. #2. If the motherboard supports BIOS boot, then you need to check if your disk is with the MBR partition style.
  3. If not, convert GPT to MBR disk using provided method on this page in Part 1. 
  4. #3. Install Windows that support BIOS boot on the disk.
  5. #4. Finish Windows installation, enter BIOS and set the computer to boot on the MBR disk which was with GPT partition.
  6. #5. Save the changes, and restart PC. 

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Почему ярлык на рабочем столе стал белым windows 7
  • 0x1900101 windows 10 при обновлении
  • Windows media player apk
  • Windows 10 disable auto updates
  • Как создать нового пользователя на windows 10 на экране блокировки