{"id":5061,"date":"2021-03-28T21:51:26","date_gmt":"2021-03-28T21:51:26","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=5061"},"modified":"2021-03-28T21:51:26","modified_gmt":"2021-03-28T21:51:26","slug":"how-to-convert-system-drive-from-mbr-to-gpt-with-a-machine-without-a-recovery-partition-mbr2gpt-exe","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/random\/how-to-convert-system-drive-from-mbr-to-gpt-with-a-machine-without-a-recovery-partition-mbr2gpt-exe","title":{"rendered":"How to convert system drive from MBR to GPT with a machine without a recovery Partition ( MBR2GPT.exe )"},"content":{"rendered":"<ol><li>Create a system repair disc (<a href=\"http:\/\/windows.microsoft.com\/en-US\/windows7\/Create-a-system-repair-disc\" target=\"_blank\" rel=\"noopener\">http:\/\/windows.microsoft.com\/en-US\/windows7\/Create-a-system-repair-disc\u00a0<img decoding=\"async\" title=\"This link is external to TechNet Wiki. It will open in a new window.\" src=\"https:\/\/social.technet.microsoft.com\/wiki\/cfs-file.ashx\/__key\/communityserver-components-sitefiles\/10_5F00_external.png\" alt=\"Jump\" border=\"0\" aria-hidden=\"true\" \/>\u00a0<\/a>). You can skip this step if you have a Windows installation media. Is a good measure to reboot and verify you can start your system from this disc.<\/li><li>Identify which disk you want to convert (usually is #0). This can be done by looking at the number in the Windows Disk Management.<\/li><li>Download gptgen from here\u00a0<a href=\"http:\/\/sourceforge.net\/projects\/gptgen\" target=\"_blank\" rel=\"noopener\">http:\/\/sourceforge.net\/projects\/gptgen\u00a0<img decoding=\"async\" title=\"This link is external to TechNet Wiki. It will open in a new window.\" src=\"https:\/\/social.technet.microsoft.com\/wiki\/cfs-file.ashx\/__key\/communityserver-components-sitefiles\/10_5F00_external.png\" alt=\"Jump\" border=\"0\" aria-hidden=\"true\" \/>\u00a0<\/a>. (You could use the Windows Disk Management Tool for this too. (diskmgmt.msc)) This tool will allow you to convert your MBR disc to GPT with the data included.\u00a0<\/li><li><strong>ATTENTION: After this step, your computer CANNOT BOOT until the whole process is completed. DO NOT Shut Down Unless Instructed to!\u00a0<\/strong><p>Unzip gptgen and then run CMD with elevated\u00a0privileges. (replace the 0 with the identified disk number).<\/p><p>This *will* result in a BSOD\u00a0shortly after and it&#8217;s to be expected:<\/p><code><\/code><p><code><strong><em>gptgen.exe -w\u00a0<\/em><\/strong><a><strong><em>\\\\.\\physicaldrive0<\/em><\/strong><\/a><\/code><\/p><\/li><li>Boot using your Windows installation or previously generated system repair disc.<\/li><li>Choose language and preferences, and then select\u00a0<em>Repair Your Computer<\/em>\u00a0-&gt;\u00a0<em>Troubleshoot<\/em>\u00a0-&gt;\u00a0<em>Advanced options<\/em>\u00a0-&gt;\u00a0<em>Command Prompt<\/em><\/li><li>We will need the disk partitioning tool. With this, we will recreate the boot partitions. Type:<code><\/code><p><code><strong><em>diskpart<\/em><\/strong><\/code><\/p><\/li><li>Identify the boot disk where Windows is located, typing:<p><code><strong><em>list disk<\/em><\/strong><\/code><em>\u00a0<\/em><\/p><p>\u00a0Something like this should appear:<\/p><p>&nbsp;<\/p><code><\/code><p><code><strong>\u00a0\u00a0\u00a0\u00a0\u00a0 Disk ###\u00a0 Status\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Size\u00a0\u00a0\u00a0\u00a0 Free\u00a0\u00a0\u00a0\u00a0 Dyn\u00a0 Gpt<\/strong><\/code><\/p><code><\/code><p><code><strong>\u00a0\u00a0\u00a0\u00a0\u00a0 --------\u00a0 -------------\u00a0 -------\u00a0 -------\u00a0 ---\u00a0 ---<\/strong><\/code><\/p><p><code><em><strong>\u00a0\u00a0\u00a0 * Disk 0\u00a0\u00a0\u00a0 Online\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 128 GB\u00a0\u00a0\u00a0\u00a0\u00a0 0 B\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *<\/strong><\/em><\/code><\/p><\/li><li>Once identified, select the disk (replace with the correct number):<code><\/code><p><code><strong><em>select disk 0<\/em><\/strong><\/code><\/p><\/li><li>Verify the partitions:<p><code><strong><em>list partition<\/em><\/strong><\/code><\/p><\/li><li>Something\u00a0similar at\u00a0the info below should appear.<p><code><strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<em>\u00a0Partition ###\u00a0 Type\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Size\u00a0\u00a0\u00a0\u00a0 Offset<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 -------------\u00a0 ----------------\u00a0 -------\u00a0 -------<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Partition 1\u00a0\u00a0\u00a0 Primary\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 350 MB\u00a0 1024 KB<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Partition 2\u00a0\u00a0\u00a0 Primary\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 126 GB\u00a0\u00a0 350 MB<\/em><\/strong><\/code><\/p><\/li><li>Delete the previous system partition:<p><code><strong>\u00a0\u00a0<em>select partition 1<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0 delete partition<\/em><\/strong><\/code><\/p><code><\/code><\/li><li>Create the new boot partition, Microsoft reserved partition:<p><code><strong>\u00a0<em>\u00a0create partition EFI size=100 offset=1<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0format quick fs=fat32 label=\"System\"<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0assign letter=S<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0create partition msr size=128 offset=103424<\/em><\/strong><\/code><\/p><\/li><li>If you list the partitions again, you should have ended up with something like this:<p><code><strong>\u00a0\u00a0\u00a0<em>\u00a0\u00a0\u00a0 Partition ###\u00a0 Type\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Size\u00a0\u00a0\u00a0\u00a0 Offset<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 -------------\u00a0 ----------------\u00a0 -------\u00a0 -------<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Partition 1\u00a0\u00a0\u00a0 System\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 100 MB\u00a0 1024 KB<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Partition 2\u00a0\u00a0\u00a0 Reserved\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 128 MB\u00a0\u00a0 101 MB<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Partition 3\u00a0\u00a0\u00a0 Primary\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 126 GB\u00a0\u00a0 229 MB<\/em><\/strong><\/code><\/p><\/li><li>Ensure that your Windows installation is mounted, replacing 3 with the volume number of the Windows installation (usually 1):<p><code><strong>\u00a0<em>\u00a0list volume<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0 select volume 3<\/em><\/strong><\/code><\/p><p><code><strong><em>\u00a0 assign letter=C<\/em><\/strong><\/code><\/p><\/li><li>Exit diskpart:<p><code><strong>\u00a0\u00a0<em>exit<\/em><\/strong><\/code><\/p><\/li><li>Generate boot partition data, replacing C: with the letter of the Windows installation (usually C:):<p><code><strong>\u00a0<em>\u00a0bcdboot c:\\windows \/s s: \/f UEFI<\/em><\/strong><\/code><\/p><\/li><li>Cross your fingers and then\u00a0<code><strong>restart your computer!<\/strong><\/code><\/li><\/ol><p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Create a system repair disc (http:\/\/windows.microsoft.com\/en-US\/windows7\/Create-a-system-repair-disc\u00a0\u00a0). You can skip this step if you have a Windows installation media. Is a good measure to reboot and verify you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[3045,3461,3039,3462,3040,3459,3460,1213],"class_list":["post-5061","post","type-post","status-publish","format-standard","hentry","category-random","tag-convert","tag-eufi","tag-gpt","tag-gptgen","tag-mbr","tag-mbt2gpt","tag-recovery-parition","tag-windows-10"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5061","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=5061"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5061\/revisions"}],"predecessor-version":[{"id":5062,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5061\/revisions\/5062"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=5061"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=5061"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=5061"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}