You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Evernow edited this page Apr 16, 2021
·
3 revisions
Rufus does not show GPT, only MBR.
Description:
You see this when your USB drive's partition table is MBR instead of GPT, this has the simple fix of simply using a built in utility called DISKPART to recreate the USB under GPT.
Fix
Open the start menu and look for the Command Prompt, make sure to run it as administrator.
Type the command diskpart then press enter.
Type the command list disk then press enter. You will see your connected disks show up.
Type the command select disk followed by the number of the USB stick you are using for this.
**REMINDER: ALL DATA ON THIS DISK WILL BE DELETED! **
Type the command clean then enter.
**REMINDER: ALL DATA ON THIS DISK WILL BE DELETED! **
Type the command convert gpt and press enter.
After it is successfully done, close Rufus then open it again.
Make sure that Partition scheme is "GPT, Target system is UEFI (non CSM), and that File system is "Fat32"