При чистой установке Windows на компьютер при выборе раздела диска для установки появляется сообщение, что установка Windows на данный диск невозможна, потому что на нем используется таблица раздетом MBR:
Windows 11 can’t be installed on disk 0 partition 1 The selected disk has an MBR partition table. On EFI systems, the operating system can only be installed on GPT disks.
Невозможно установить Windows в раздел 1 диска 0. Выбранный диск содержит таблицу разделов MBR. В системах EFI операционная система можно установлена только на GPT-диск.
Это сообщение указывает на то, что компьютер загружен в UEFI режиме, но на диске, который вы выбрали для установки Windows, создана таблица разделов MBR. На UEFI компьютере (в нативном режиме) установка Windows возможна только на диск с таблицей разделов GPT. Возможные способы продолжить установку Windows в этом случае:
- Если на диске нет важных данных, или он пустой, можно конвертировать таблицу разделов MBR в GPT (все данные на диске будут очищены). Это самый простой и быстрый вариант.
- Если на диске имеются разделы с важными для вас данными, можно конвертировать таблицу разделов MBR в GPT без удаления имеющихся разделов на диске. Для этого потребуется некоторое время.
Еще одним вариантом является переключение в настройках BIOS/UEFI компьютера типа загрузки с EFI на Legacy BIOS (CSM). В этом случае возможна установка Windows на MBR диск. Но на современных компьютерах нет никаких преимуществ от использования устаревшей MBR в качестве таблицы разделов на диске и legacy BIOS режима загрузки. Поэтому лучше всего использовать именно GPT (GUID) таблицу разделов.
Конвертируем таблицу разделов MBR в GPT с очисткой разделов
- Прямо на экране выбора диска при установке Windows нажмите сочетание клавиш
Shift+F10
чтобы открыть командную строку - В командной строке выполните:
diskpart - Выведите список дисков компьютера:
list disk - В данном случае отсутствует символ
*
в столбце Gpt. Это означает, что на диске используется таблица разделов MBR - Выберите диск, на который будет выполняться установка диска. В нашем случае доступен только один диск Disk 0:
select disk 0 - Очистите диск (это удалит на нем все разделы и данные!!):
clean - Конвертируйте таблицу разделов в GPT:
convert gpt - Выполните команду list disk и проверьте, что для диска 0 теперь используется таблица разделов gpt (появилась звездочка)
- Сверните окно командной строки и переключитесь в окно установщика Windows. Нажмите кнопку Refresh, чтобы обновить информацию о дисках. Выберите неразмеченную область на диске 0. После конвертации таблицы разделов в GPT вы можете продолжить установку Windows на диск (кнопка Next стала активной).
Если на диске имеются данные, можно конвертировать таблицу разделов MBR в GPT без удаления существующих разделов.
- Откройте командную строку на этапе выбора диска, нажав
Shift+F10 - В современные дистрибутивы Windows 11 и 10 включена утилита mbr2gpt.exe, которая позволяет конвертировать таблицу разделов, не удаляя имеющиеся разделы.
- Проверим, что на диске используется таблица разделов MBR и созданы разделы:
diskpart
list disk
select disk 0
list part
exit
- Проверим, что возможна конвертация таблицы разделов диска 0 в GPT:
mbr2gpt.exe /disk:0 /validate
- Запускаем конвертацию:
mbr2gpt.exe /convert /disk:0 /allowFullOS - После этого можно переключиться в окно установщика и продолжить установку Windows.
Нужно отметить, что утилита mbr2gpt.exe позволяет конвертировать только системные диски, на один из разделов которых установлена Windows. Если диск не является системный, утилита вернет ошибку Disk layout validation failed.
Если вы хотите конвертировать в GPT несистемный диск, придется использовать один из бесплатных инструментов. Например, Minitool Partition Wizard, EaseUS Partition Master или Acronis Disk Director.
Скачайте загрузочный ISO образ с любой из этих утилит и запишите его на USB флешку. Загрузите компьютер с этой флешкой и выполните конвертацию MBR в GPT, выбрав соответствующий пункт в меню (на скриншоте окно Minitool Partition Wizard).
После конвертации диска вы сможете выполнить на него чистую установку Windows.
Поскольку ПК приобретается раз в несколько лет, а его комплектующие периодически заменяются, программные и аппаратные компоненты порой плохо соответствуют друг другу. Сам ПК может быть достаточно старым, но вы укомплектовали его современным SSD. Уже не первый год доступна Windows 10, а вы до сих пор отдаете предпочтение привычной «семерке».
Помимо таких заметных каждому вещей, как производительность процессора и интерфейс ПО, есть значимые характеристики, которые начинают представлять интерес только в тех случаях, когда становятся причиной сбоев.
К ним относится и формат таблиц разделов HDD или SSD. Вы могли и не слышать о существовании характеристики накопителя, которая неожиданно огорчила, препятствуя установке Windows 7, 10 или 8.
ПК «говорит», что установка Windows невозможна. Причина: таблица разделов диска — GPT или MBR. Увы, технологии прошлого не всегда «дружат» с современными. К счастью, это легко исправимо.
Не получается поставить ОС на GPT-диск. Решения, которые помогут
Содержание
- Не получается поставить ОС на GPT-диск. Решения, которые помогут
- Настоящее (UEFI и GPT) и прошлое (BIOS и MBR)
- Выбор метода
- Помните:
- BIOS или UEFI
- Чаще всего не получается установить Windows 7
- Преобразование GPT в MBR
- Невозможно поставить ОС на диск с MBR-разделами
- Преобразование MBR в GPT. Вся информация будет удалена
- Как не потерять данные при преобразовании
- Как обойтись без преобразования
Существуют две возможности:
- Установка ОС на диск GPT.
- Преобразование в MBR.
Настоящее (UEFI и GPT) и прошлое (BIOS и MBR)
Раньше материнская плата ПК оснащалась ПО BIOS. Оно осуществляло диагностику и анализ железа, а затем загружало ОС, опираясь на загрузочную запись раздела MBR.
В более современных моделях роль BIOS выполняет UEFI. Загружается быстрее и поддерживает:
- Безопасную загрузку.
- HDD, зашифрованные на аппаратном уровне.
- Драйвера UEFI.
- GPT-диски.
GPT превосходит MBR по важным параметрам:
- Работает с HDD большего объема.
- Большее число разделов на HDD.
Выбор метода
Пытаться все же установить систему на «несовместимый HDD» или преобразовать его в MBR и тем самым сделать так, что ошибка больше появляться не будет. В каждом случае решение зависит от ряда факторов:
- Для старого ПК со старомодным BIOS и 32-битным процессором оптимальным решением будет преобразование GPT в MBR.
- Обладателям ПК с 64-битным процессором и UEFI предпочтительно установить систему на GPT-диск.
Помните:
- Предельный объем MBR-диска — 2 терабайта.
- Возможность создания на MBR-диске более четырех разделов затруднено.
BIOS или UEFI
Когда вы заходите в BIOS и видите старомодный синий экран — перед вами традиционный BIOS. Если интерфейс с современной графикой и поддержкой мыши — это UEFI.
Чаще всего не получается установить Windows 7
Сложности с установкой системы на GPT-диск с большей вероятностью возникают у пользователей, которые предпочитают Windows 7.
Для установки Windows на диск со стилем разделов GPT необходимо соблюсти два условия:
- 64-битная ОС.
- Загрузка в режиме EFI.
Исхожу из того, что вы устанавливаете 64-битную версию Windows. Это означает, что сообщение об ошибке появляется по причине несоответствия второму требованию.
Не исключено, что будет достаточно поменять настройки BIOS. Зайдите в него, нажав предусмотренную для этого клавишу. Вы увидите, какую клавишу нажимать в процессе загрузки компьютера. В ноутбуках чаще всего применяется F2, в настольных моделях — Delete.
Поменяйте загрузку CSM (Compatibility Support Mode) на UEFI.
Ищите в разделах «BIOS Setup», «BIOS Features» или подобных по смыслу. В SATA определите режим AHCI, а не IDE.
Для седьмой (и еще более древних) версий Windows нужно также выключить Secure Boot.
BIOS вашей модели компьютера может выглядеть иначе. Названия пунктов меню также могут быть другими. Но смысл всегда сохраняется.
После изменения и сохранения вами новых параметров BIOS у вас появится возможность установки системы на GPT-диск. Если вы устанавливаете ОС с DVD, то сообщение об ошибке при повторной попытке установки, скорее всего, не появится.
В случае установки с USB-накопителя сообщение может отобразиться опять. В этой ситуации необходимо пересоздать установочную флешку таким образом, чтобы она поддерживала загрузку UEFI.
Если накопителем поддерживаются два метода загрузки, удалите файл «bootmgr» в корневой директории флешки. Тем самым вы предотвратите возможность загрузки в режиме BIOS. Если нужна загрузка в режиме BIOS, удалите каталог «efi». Не делайте этого в тех случаях, когда есть хоть малейшие сомнения. Можно повредить дистрибутив.
Преобразование GPT в MBR
Если вы располагаете ПК с классическим BIOS и собираетесь поставить Windows 7, этот вариант будет лучшим (и, возможно, единственным). В процессе преобразования вся информация с накопителя будет удалена.
Во время работы мастера установки ОС нажмите F10 и Shift. В некоторых моделях ноутбуков — F10, Fn и Shift. В открывшейся командной строке последовательно введите такие команды:
— diskpart
— list disk (запишите номер подлежащего преобразованию диска)
— select disk N (вместо N — записанный номер)
— clean (команда очистит диск)
— convert mbr
— create partition primary
— active
— format fs=ntfs quick (быстрое форматирование в файловой системе NTFS)
— assign
— exit
Невозможно поставить ОС на диск с MBR-разделами
Вероятна обратная ситуация. Появляется ошибка:
«Установка Windows на данный диск невозможна. На выбранном диске находится таблица MBR-разделов. В системах EFI Windows можно установить только на GPT-диск»
Она означает, что вы пытаетесь установить систему с DVD или USB-накопителя в режиме EFI. Таблица разделов HDD или SSD старая — MBR. В этом случае вы можете:
- Преобразовать SSD или HDD в GPT.
- В UEFI или BIOS поменять установленный способ загрузки с Legacy на EFI.
Первый вариант предпочтительнее, поскольку проще и быстрее. Помните, что информация со всех разделов накопителя будет полностью потеряна.
Преобразование MBR в GPT. Вся информация будет удалена
В установщике системы запустите командную строку:
- F10 и Shift (на настольных ПК).
- F10, Fn и Shift (на некоторых ноутбуках).
В открывшемся окне:
- Последовательно вводите показанные команды.
- Нажимайте Enter после ввода каждой из них.
Последовательность команд:
— diskpart
— list disk (запишите номер подлежащего преобразованию диска)
— select disk N (вместо N — записанный номер)
— clean (команда очистит диск)
— convert gpt
— exit
Когда команды применены:
- Закройте окно командной строки.
- Нажмите «Обновить» в окне выбора разделов.
- Нажмите «Создать» для формирования нескольких разделов на HDD или SSD.
- Выберите свободное пространство и запустите установку ОС.
Более простой способ преобразования с потерей информации на накопителе:
- Удалите все разделы на HDD или SSD.
- Выберите свободное пространство.
- Нажмите «Далее».
Результатом ваших действий станет автоматическое преобразование в GPT. Следующим шагом стартует установка ОС.
Как не потерять данные при преобразовании
Используйте стороннюю утилиту Minitool Partition Wizard Bootable. Скачайте ISO-образ и запишите его на флешку, отформатированную в FAT32. Необходимые условия:
- Используется загрузка EFI.
- В BIOS выключена функция «Secure Boot».
Загрузите ПК с созданного вами накопителя. В окне программного инструмента:
- Выберите HDD или SSD таблицу разделов которого нужно преобразовать.
- В левой части окна программы выберите пункт «Convert MBR Disk to GPT Disk».
- Примените изменения нажатием кнопки «Apply».
- Дайте положительный ответ на предупреждение утилиты.
- Ждите завершения преобразования. Время, которое потребуется, зависит от объема накопителя и занятого пространства на нем.
Если диск системный, может появиться сообщение о том, что его преобразование невозможно. Чтобы все же преобразовать его:
- Выберите раздел загрузчика ОС, который располагается в самом начале.
- Удалите его, нажав «Delete» и подтвердив действие кнопкой «Apply». Вместо него вы можете тут же создать новый раздел загрузчика, но уже в файловой системе FAT32.
- Повторите действия для преобразования таблицы разделов.
Как обойтись без преобразования
Зайдите в BIOS и установите режим загрузки CSM (Compatibility Support Mode) или Legacy, отключив EFI. Отключите «Secure Boot».
Ранее я подробно рассмотрел процессы чистой установки Windows 10 и Windows 7.
Какие другие затруднения возникали у вас при установке Windows?
4.8
8
голоса
Рейтинг статьи
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.»
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».
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.
Step 3. Select the target GPT disk that you want to convert to MBR, and click «Convert» to start the conversion.
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.
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.
Step 3. Select the target MBR disk that you tend to convert to GPT, and click «Convert» to start the conversion.
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».
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.»
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. Check if your computer motherboard supports BIOS boot mode. (Check BIOS)
- #2. If the motherboard supports BIOS boot, then you need to check if your disk is with the MBR partition style.
- If not, convert GPT to MBR disk using provided method on this page in Part 1.
- #3. Install Windows that support BIOS boot on the disk.
- #4. Finish Windows installation, enter BIOS and set the computer to boot on the MBR disk which was with GPT partition.
- #5. Save the changes, and restart PC.
Windows is undoubtedly the most commonly used computer operating system worldwide, and it is no surprise that many laptop and computer users have a cause to reinstall it at some point or the other. Unfortunately, windows reinstallation can be a laborious and challenging operation.
While some people may be fortunate and not encounter any errors, others will have some issues. For example, installing Windows on your personal computer can run into several problems. One of such problems is an error code saying, “Windows can only be installed to GPT disks.”
This error is easy to solve if one understands the meaning behind the message. Hence, it would be helpful to understand what GPT is all about in the first place and the cause of the error message before getting to the bottom of it all. For context, the GPT stands for GUID Partition Table, which is a partition structure and the most sophisticated one.
This is why more recent operating systems, like Windows 10, will only install on disks using the GPT partition layout. The primary reason you might encounter this error is that your PC, which uses the EFI standard BIOS (UEFI), requires Windows to be installed on the GPT disk, but your hard drive is using the MBR standard format. However, there are ways to overcome this challenge.
This article will give insight on how to fix this error and tips on how to prevent the error in the future.
Why This Error Happens
There are a number of reasons why you might receive this error code, namely:
- Using a different driver format
The error code appears if you try to install newer versions of Windows to any disk that does not comply with a GUID partition table format, such as an MBR disk; this is not possible. Instead, you must use a GPT disk.
- Using newer Windows versions
Much older versions of Windows do not require a GPT disk, but if you try installing a newer version such as Windows 10, you might encounter this error.
Read on to learn how to fix this.
3 Ways to Resolve This Issue
The ways to go about fixing this error include checking BIOS setup, changing the hard drive’s format from the Command Prompt, and changing the hard drive’s format directly from Windows.
Fix 1: Adjust BIOS Settings
To check BIOS setup, it is required to enter into the BIOS. BIOS. Here is the navigation path: Windows>Power>Restart>BIOS>Boot Order or Boot Sequence>EFI Boot Source(disable)>Start system.
1) Move your cursor to the Windows icon located at the bottom left corner of your desktop and click it.
2) At the bottom left corner of the screen, an icon that looks like a “0” with a “1” sticking out of it will appear. If you hover your cursor over this icon, the
word “Power” will appear beside it. Click on this icon.
3) Doing the above will bring up a small menu on the bottom left side of your screen. Click on the “restart” option on that menu and wait for the restart.
4) While restarting, press the BIOS key when you see the logo for your laptop’s manufacturer appear on the screen. Manufacturers may utilize different BIOS keys. However, the most popular ones are F1, F2, F10, F12, or DEL. For example, Dell mainly uses F2.
5) On the page that appears, look for “Boot Order or Boot Sequence“; it should be on the left-hand side of the page towards the top. Click on it once you find it.
6) Next, search for “EFI Boot Source” and click on the circle beside it, so it becomes empty.
7)Then click “Apply” at the bottom right corner of the page to save your changes.

Fix 2: Convert Drive via Command Line
To do this, follow this navigation path: Windows install>Restart>Command Prompt>Diskpart>List disk>Select disk x>Clean>Convert Gpt>Exit Command Prompt>Choose GPT disk
Steps:
1) Connect whatever medium contains the version of Windows you wish to install to the laptop
2) Restart your computer.
3) When the laptop boots up once more and the menu for installation appears, press down on the “Shift” key followed by F10. This will generate a new cmd window.
4) Type “diskpart” into this cmd window, without the quotation marks, and press the Enter key.
5) Once you have done the above, input “list disk” in the same manner as the preceding step. Doing so generates information about your hard drive and whether it uses a GPT partition or not
6) Select which disk you need to reformat next. All the files will be deleted while reformatting; therefore, you might wish to make a backup of them first.
7) At the Command Prompt, enter the following command: select disk + PC disk number (without the plus sign) and hit the “enter” key to run it

9) Afterward, copy and paste this command “convert GPT” (without the quotation marks) and run it.
10) Lastly, copy and paste this command “exit” (without the quotation marks) and run it. The installation of Windows 10 should continue after this.
11) When a menu appears requesting the location you would like to install your operating system, choose the location you just made compliant with the GUID partition table standard.
Fix 3: Reformat Drive in Windows
This is the navigation path: Windows>Disk Management>Delete all partitions>Disk (right-click)>Convert to GPT disk>Disk(right-click)>Create partition.
1) Navigate your cursor to the Windows icon and press the right mouse button to bring up a list. Look for Disk Management on that list and press the left mouse button to choose it.
2) This will bring up the Disk Management menu. On this menu, look for the Volumes tab at the page’s top left corner. You need to delete all the volumes under this tab aside from the first on the list. To do this, hover your mouse over each volume (aside from the first one), press the right mouse button, and choose “Delete” from among the options that appear
3) Next, hover your mouse over the first volume you left behind, press the right mouse button, and look for “Convert+your desired format” (it must be a GUID partition table). Step 2 must be done first for this option to appear.
4) After the above has been completed, hover your mouse over the volume, press the right mouse button and choose “Create Partition.”
5) Windows can now be installed in any partition you choose.
Final Notes
The ways you can fix the “windows can only be installed to GPT disk” during windows installation include checking the BIOS firmware, converting the hard drive’s format from the command prompt, and changing the hard drive’s format directly from windows.
Common Questions
What is a GPT partition style?
A component of the UEFI specification is the GPT. Accordingly, your computer should be installed over the GPT disk if it is UEFI-based. The GPT partition style enables you to construct an unlimited number of partitions, fully utilizing drives larger than 2TeraByte. In addition, if you compare GPT with MBR, you will find that GPT is considerably safer and much more compatible with contemporary hardware.
What is MBR?
It simply means Master Boot Record (MBR), which is the information in the first sector of a removable drive or hard disk. For the computer’s main storage or random access memory to be booted (loaded), the MBR must know how and where the system’s operating system (OS) is placed (RAM).
Is GPT faster than MBR?
Yes. If you compare the booting process with the MBR disk, then GPT is faster and more stable. Therefore, you will experience greater PC performance if you start your Windows computer from a GPT drive.
Can Windows 10 be installed on GPT?
You can easily install Windows 10 Operating system on the GPT drive if your computer is UEFI-based. Furthermore, you can as well install Windows 8 or 8.1
When you attempt to install Windows 10 on your PC, you might find it quite frustrating to lose all your vital data. However, if you happen to possess a GPT partition disk and want to install Windows 10 without risking your data, consider yourself lucky. In this article, we will walk you through straightforward steps to accomplish this task without compromising any of your valuable files.
Table of Contents
If your computer supports UEFI boot mode, you can easily install Windows 10 on a GPT partition without losing any data. In this article, you will learn the step-by-step instructions to do the same, so keep reading!
Can you Install Windows on GPT Partition?
Yes, you can install Windows 10 on a GPT partition if your computer’s motherboard supports UEFI (Unified Extensible Firmware Interface) boot mode. UEFI is a modern firmware interface that enables advanced features, including support for GPT partitions. If your computer is UEFI-compatible, you can effortlessly install Windows 10 on a GPT partition without any issues.
Follow these detailed steps to know how:
Step 1: Check Your Partition Style
1. Press the Windows key to open the start menu and search for Computer Management.
2. Right-click on the disk where Windows is installed.
3. Click on Properties.
4. Click on the Volumes tab and look for the Partition style. This will show you if your partition style is GPT or MBR.
Step 2: Check Your BIOS Mode
If your partition style is already GPT, you can skip this step. However, if your partition style is MBR and you want to install Windows 10 on a GPT partition, you need to check your BIOS mode. UEFI boot mode is necessary for GPT partitions.
Here’s how to check your BIOS mode:
1. Reboot your PC and access the BIOS settings by pressing Esc, F2, F8, F12, Del, or another key (depending on your motherboard).
2. Look for an option that says either Legacy or UEFI. If it says Legacy, check if there’s an option to switch it to UEFI.
If there’s no option to switch to UEFI, you won’t be able to install Windows on a GPT partition. However, if you can switch to UEFI mode, you’re good to proceed.
Also Read: 3 Ways to Check if a Disk Uses MBR or GPT Partition in Windows 10
Step 3: Install Windows 10 on GPT Partition
If your Windows is already installed on a GPT partition but you want to perform a fresh installation, follow these steps without losing any data:
Note: You’ll lose the data on the C drive (where Windows 10 is installed), but data on the other drives (D, E, F, etc.) will remain intact.
1. Make a Bootable Pen Drive
1. Connect a USB pen drive with a minimum capacity of 8 GB and ensure there’s no data on it.
2. Rename your C drive to Win-10 for easy access during the Windows installation.
3. Visit the official Microsoft website and download the Media Creation Tool.
4. Run the Media Creation Tool and choose the option to Create installation media when prompted.
5. Select USB flash drive as the installation media and follow the on-screen instructions to make the pen drive bootable.
2. Install Windows on GPT Partition
1. Reboot your PC and access the BOOT Menu by pressing F12 or the appropriate key for your motherboard.
2. Choose the bootable pen drive with UEFI written on it.
3. Follow the on-screen instructions, and when prompted with Which type of installation do you want. Choose Custom: Install Windows only.
4. You’ll see four partitions: System, MSR (Reserved), Primary (C drive/Win-10), and Recovery. Delete these four partitions one by one. Ensure not to delete any other partitions to safeguard your data.
5. After deleting the four partitions, click on the Unallocated Space.
6. Click New, and then click Apply and OK.
7. Three partitions will be created. Choose the Primary partition (the one you just created) to install Windows.
8. Click Next and follow the on-screen instructions to complete the installation.
By following these steps, your data will remain safe. This method is particularly useful when you have a large amount of data, such as 50 GB or 60 GB, which cannot fit on a standard pen drive with only 16 GB capacity.
Also Read: How to Convert GPT Disk to MBR Disk in Windows 10
Is It Possible to Install Windows 10 on GPT Partition in Legacy BIOS Mode?
No, it is not possible to install Windows 10 on a GPT partition in Legacy BIOS mode. Legacy BIOS mode only supports booting from MBR-partitioned disks. To install Windows 10 on a GPT partition, your system must support UEFI mode, which is a more modern replacement for BIOS.
How To Convert MBR Partition to GPT And Legacy Mode To UEFI
If your motherboard currently operates in Legacy mode but supports UEFI, you can switch to GPT and UEFI using the following methods:
Method 1: Using MBR2GPT.exe
This method is available for Windows versions 1730 or later. Here’s how you can check your Windows version:
1. Press Windows + R keys.
2. Type winver in the Run box and press enter key to check your Windows version.
Note: If your Windows version is 1730 or later, follow these steps:
1. Press the Windows key to open the Start menu and search for Recovery options.
2. Click on Restart now in Recovery options.
3. Windows will restart and take you to the Advanced Startup menu.
4. From the list of options, navigate to Troubleshoot, select Advanced options, and click on Command Prompt.
5. In the command prompt, type mbr2gpt /validate and hit enter. Then type mbr2gpt /convert and hit enter.
Note: You can also specify the disk you want to convert by using the command mbr2gpt /convert /disk:# (replace # with the actual disk number, e.g., mbr2gpt /convert /disk:1).
6. Now, boot the system and enter the BIOS setup by pressing Del, Esc, or any other key (varies by PC).
7. In the BIOS or Boot tab, look for where Legacy is written. Change it to UEFI.
Method 2: Using Third-Party Software AOMEI Partition Assistant
AOMEI Partition Assistant is paid software, but it offers a free trial period. Here’s how you can use it:
Note: We do not endorse or support the use of third-party software. Please use them at your own risk.
1. Download and install AOMEI Partition Assistant.
2. Right-click on the MBR disk you want to convert and choose Convert to GPT.
3. Click OK, select Apply, and then Proceed.
4. Your PC will boot into AOMEI Pre-OS mode.
5. After the conversion completes, access your BIOS settings by pressing Del, F2, Esc, or any other key (depending on your PC).
6. Go to the BIOS or Boot tab and look for where Legacy is written. Change it to UEFI.
If you want more methods or detailed information, you can read our dedicated guide on Convert MBR to GPT Disk Without Data Loss in Windows 10.
We hope this guide has helped you successfully install Windows 10 on a GPT partition without experiencing any data loss. If you encounter any issues during the installation process or have any other questions or suggestions, please feel free to let us know in the comments section below. Happy computing!
