Jump to content

I am installing windows 10 onto a old laptop I have. When I got to install it it says "Windows cannot be installed to this disk. The selected disk drive has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks." How can I convert the storage device to a GPT without being able to use windows?

Link to comment
https://linustechtips.com/topic/1429211-gpt-disk/
Share on other sites

Link to post
Share on other sites

Below method will erase all data on the disk:

 

During windows installation, press F8 to open up command prompt.

Enter the below commands:

diskpart
list disk
select disk 1
clean
convert gpt

Make sure you select the correct disk when using "select disk x".

Link to comment
https://linustechtips.com/topic/1429211-gpt-disk/#findComment-15382984
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×