0% found this document useful (0 votes)
196 views

How To Reformat HD From GPT Partitions To NTFS Partitions For Windows 7 Install

-Guideline -New Generation Laptop -Internal Hardisk -GPT to NTFS -Windows 7 to Windows 10

Uploaded by

Shaza Hazarul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
196 views

How To Reformat HD From GPT Partitions To NTFS Partitions For Windows 7 Install

-Guideline -New Generation Laptop -Internal Hardisk -GPT to NTFS -Windows 7 to Windows 10

Uploaded by

Shaza Hazarul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

How to reformat HD from GPT partitions to NTFS partitions for Windows 7 install?

- Super User

sign up

log in

tour

help

search

Questions
Tags
Users
Badges
Unanswered
Ask Question

Sign up

Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How to reformat HD from GPT partitions to NTFS partitions for Windows 7 install?
asked

I want to install Windows 7 on a brand new machine that is currently running windows 8.

2 years ago

viewed 97846 times

The drive is divided into 6 partitions: one for the OS, three reserved for OEM, one for MRS and one
as primary.

active

The error message says Windows cannot be installed on GPT partitions. Windows must be
installed on an NTFS formatted partition.

Related
0 Can Windows 7 be installed

Please can anyone help me achieve the desired NTFS partitions?


windows-7

windows

installation

on an extended partition?
1 Install Windows 7 x64 from

partitioning

share improve this question

1 year ago

edited Jun 26 '13 at 20:45


Hennes
40.8k

a separate partition on
same hard drive (no
DVD/USB)?

asked Dec 6 '12 at 19:49


dana maria

52

87

16

0 Partition issue trying to

install Windows 7 Starter


add a comment
0 Installing windows on GPT

partition

3
Answers

active

oldest

votes

6 How to create NTFS

partition in Linux to install


Windows 7 from USB?
1 windows 8 and 0x84

partition

First of all GPT and NTFS are two different items.

1 Partition Issue with

A disk on a modern desktop is usually partitioned in either MBR or GPT.

Those partitions are then formatted with a filesystem, such as FAT, ext2, NTFS, ...

Windows 8.1 Installation


2 Clean Install of Windows 8

on Newly Installed SSD

You can install windows 7 by either:


1. Using an UEFI equipped motherboard, booting the windows DVD, partitioning the drive with
GPT and installing windows on a NTFS partition.
2. Using a BIOS equipped motherboard, booting the windows DVD, partitioning the drive with a
MBR and installing windows on a NTFS partition.
If you boot with a old fashioned BIOS and try to install windows on a GPT partitioned disk then you
will get an error. This is probably what is happening in your case. (An assumption since you did not
specify the precise error you get).
You solve that, either wipe the old disk and then reinstall, or change your motherboard to the right
boot mode. (Some, not all, support both EUFI and BIOS modes).

0 How to partition hard drive

from MBR to GPT for


Windows 8.1 UEFI install
0 Install windows in a partition

without OS, without


formatting it

Hot Network
Questions

My parents are taking over my life, I


think I'm going insane

How can Pyth be improved?

To wipe the disk: Boot the windows DVD, press SHIFT and F10 to get a command prompt and
use diskpart with the clean option. If you have multiple harddisks then make sure you select the
correct one.
share improve this answer

Is it possible to build non-linear


resistor using linear potentiometer

Referencing variables in a shell


script

edited Jun 26 '13 at 20:46

answered Dec 6 '12 at 20:07


Hennes
40.8k

52

87

add a comment

http://superuser.com/questions/515891/how-to-reformat-hd-from-gpt-partitions-to-ntfs-partitions-for-windows-7-install[10/9/2015 8:02:58 PM]

How to encourage a 2 year old


toddler to complete colouring a
sketch?

more hot questions

How to reformat HD from GPT partitions to NTFS partitions for Windows 7 install? - Super User

Use any Windows 7 or 8 startup disk. When you're asked what hard drive to install to, press
F10 and a Command Prompt window will appear.

Shift

5
Enter the following commands:
DISKPART
LIST DISK
SELECT DISK #

(Where # is the number you saw in the previous step.)


CLEAN
CONVERT MBR
CREATE PARTITION PRIMARY SIZE=50000

(The size is in MB, so enter the amount that you want to use for your system partition.)
FORMAT FS NTFS LABEL "SYSTEM" QUICK

Close the Command Prompt, refresh the installer window and it should show the new partition
layout. Select the partition you created to install Windows 7 or 8, and click Next.
WARNING: COMPLETE HARD DISK WILL BE CONVERTED AND ALL DATA WILL BE LOST.
share improve this answer

edited Oct 29 '13 at 18:32


Jawa
2,640

answered May 4 '13 at 10:50


JerryBlue

19

29

51

add a comment

GPT is a modern partition table. Contrary NTFS is a filesystem, which is different from a partition
table. Windows 7 needs the old MSDOS partition table and a partition formated with the NTFS
filesystem.
As you already have several partitions on the drive you need to reformat the whole drive and use
the MSDOS partition table. The disadvantage is that MSDOS partition tables only support 4
primary partitions, one of those can be made into an extended partition that supports more logical
partitions, but not every OS is able to boot from such a logical partition.
There is no way I know of to convert a drive on the fly from one table to another. Back up your data
and try it out. Or as an alternative buy a second drive, you can then use MSDOS partition tables
on it and keep the GPT on the other one.
share improve this answer

answered Dec 6 '12 at 19:55


Baarn
4,539

23

52

2 Several tools can convert from GPT to MBR (aka MSDOS) or vice-versa. My own GPT fdisk
(rodsbooks.com/gdisk) is one of them. There are limits to such conversions, though, because of the
requirements and limitations of the two table types. As Hennes says, it's also possible to install Windows 7 in
EFI mode on a GPT disk. The trick is in forcing the installer to boot in EFI mode....

Rod Smith
Dec 8 '12 at
4:48
add a comment

protected by Community Aug 8 '13 at 10:16

Thank you for your interest in this question. Because it has attracted low-quality answers, posting an answer now
requires 10 reputation on this site.

Would you like to answer one of these unanswered questions instead?

http://superuser.com/questions/515891/how-to-reformat-hd-from-gpt-partitions-to-ntfs-partitions-for-windows-7-install[10/9/2015 8:02:58 PM]

How to reformat HD from GPT partitions to NTFS partitions for Windows 7 install? - Super User

Not the answer you're looking for? Browse other questions tagged
partitioning

windows-7

windows

installation

or ask your own question.

question feed

tour
help
blog
chat
data
legal
privacy policy
work here
advertising info
mobile
contact us
feedback

TECHNOLOGY

LIFE / ARTS

Stack Overflow

Programmers

Server Fault

Unix & Linux

Super User
Web Applications
Ask Ubuntu

Ask Different (Apple)


WordPress
Development

Database
Administrators

Photography

CULTURE /
RECREATION
English Language &
Usage

SCIENCE

OTHER

Mathematics

Stack Apps

Cross Validated (stats)

Meta Stack Exchange


Area 51

Drupal Answers

Science Fiction &


Fantasy

SharePoint

Graphic Design

Mi Yodeya (Judaism)

Theoretical Computer
Science

User Experience

Movies & TV

Travel

Physics

Mathematica

Seasoned Advice
(cooking)

Christianity

MathOverflow

Arqade (gaming)

Chemistry

Webmasters

Geographic Information
Systems

Game Development

Electrical Engineering

TeX - LaTeX

Android Enthusiasts

ExpressionEngine
Answers

Information Security

more (13)

Salesforce

Home Improvement

Skeptics

Bicycles

Biology

Personal Finance &


Money

Role-playing Games

more (5)

Academia

more (21)

more (9)

site design / logo 2015 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required

rev 2015.10.8.2876

http://superuser.com/questions/515891/how-to-reformat-hd-from-gpt-partitions-to-ntfs-partitions-for-windows-7-install[10/9/2015 8:02:58 PM]

Stack Overflow Careers

You might also like