Home> Common Problem> body text

What should I do if it prompts 'The selected disk adopts gpt partition format'

藏色散人
Release: 2022-11-21 14:17:31
Original
32473 people have browsed it

Solution to the prompt "The selected disk uses the gpt partition format": 1. Open the run window; 2. Open the command prompt; 3. Enter the command "diskpart" and press the Enter key; 4. Enter the "list disk" command and press Enter; 5. Delete all partitions on this disk; 6. Enter "convert mbr" to convert the hard disk to MBR format.

What should I do if it prompts 'The selected disk adopts gpt partition format'

The operating environment of this tutorial: Windows 10 system, Dell G3 computer.

What should I do if "the selected disk is in gpt partition format"?

Windows cannot be installed to this disk. The selected disk uses GPT partition format solution...

An error message appears during Windows system installation. It cannot be installed to this disk. The selected disk Adopt GPT partition format. To solve this problem, you need to convert the hard disk to MBR format. After conversion, the system can be installed normally.

What should I do if it prompts The selected disk adopts gpt partition format

#1. Press the Windows key and R key at the same time to open the run window.

What should I do if it prompts The selected disk adopts gpt partition format

#2. Enter cmd in the run window and press Enter to open the command prompt.

What should I do if it prompts The selected disk adopts gpt partition format

3. Enter the command diskpart and press the Enter key.

4. Enter the list disk command and press Enter. This command will list all physical disks on the computer.

What should I do if it prompts The selected disk adopts gpt partition format

Enter select disk 1 and press Enter. Note: Here you are selecting a disk and the selected disk is where you want to install the system, but the error message "The selected disk uses GPT partition format" error is prompted.

What should I do if it prompts The selected disk adopts gpt partition format

Enter clean and press Enter. This command deletes all partitions on this disk.

What should I do if it prompts The selected disk adopts gpt partition format

Enter convert mbr and press Enter. This command converts the hard disk to MBR format.

What should I do if it prompts The selected disk adopts gpt partition format

Note: This method will delete all partitions on the hard disk and cause data loss. It is best to back up the data on the hard disk before operating. If you want to perform lossless conversion, you need to use third-party partition management software for conversion.

For more related knowledge, please visit theFAQcolumn!

The above is the detailed content of What should I do if it prompts 'The selected disk adopts gpt partition format'. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!