mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-07-10 09:05:45 +02:00
80 lines
4.2 KiB
Plaintext
80 lines
4.2 KiB
Plaintext
<!--------------------------------------MBRsd Stuff BELOW----------------------------------->
|
|
|
|
<ul style=align="left" type="disc">
|
|
<li><b>First, plug your SD Card into your PC and check if it's Partition style is already MBR.</b>
|
|
</li>
|
|
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/XyTaMT5yhAY?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MBR_Check.gif" border="0"/></a><br>
|
|
<ol type="A">
|
|
<li>Right-click "This PC" or "My Computer" and select "Manage", a new window will open, on left panel click "Disk Management".
|
|
<ul style=align="left" type="square">
|
|
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd>⊞ Win</kbd>+<kbd>E</kbd> keyboard combination.
|
|
</ul>
|
|
<li>In the Disk Management window, right-click the disk you want and select "Properties".
|
|
<li>In the disk's properties window, select the "Volumes" tab.
|
|
<li><b>If the "Partition style" is already Master Boot Record (MBR), you can skip the rest of this step.</b>
|
|
</ol>
|
|
<br>
|
|
<li><b>If your SD Card is not already MBR you must convert it using any <u>one</u> of the methods below.</b>
|
|
</ul>
|
|
<br>
|
|
|
|
<!--------------------------------------Side Spoiler Buttons----------------------------------->
|
|
|
|
<div style>
|
|
<button class="tablinks btn btn--large btn--primary" id="defaultOpen5" style="font-size: x-large;" onclick="openTab('StyleGroupSD', 'MINITOOLSD')">1. MiniTool</button>
|
|
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('StyleGroupSD', 'DISKPARTSD')">2. DiskPart</button>
|
|
<br><br>
|
|
|
|
<!--------------------------------------MINITOOL----------------------------------->
|
|
|
|
|
|
<div id="MINITOOLSD" class="StyleGroupSD">
|
|
<b><u>Method 1: MiniTool Partition Wizard</u></b><br>
|
|
<ul style=align="left" type="square">
|
|
<li>If you have files on the SD Card you want to keep, you can convert the Partition style to MBR without losing data using MiniTool Partition Wizard.
|
|
<li>Even though your data should be preserved, there are no guarantees and you should still back up your files.
|
|
<li>If your SD Card is not already in the desired format (e.g. FAT32) you will have to format it during the next step anyway so there's no point in using this method.
|
|
</ul>
|
|
|
|
<br>
|
|
<ol type="A">
|
|
<li><a href="https://tiny.cc/minitoolfree" target="_blank">Download MiniTool Partition Wizard</a>, install it and start the program.
|
|
</li>
|
|
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/_YY-FKA5GaQ?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MiniTool.gif" border="0"/></a><br>
|
|
|
|
<li>Within the MiniTool window, right-click the GPT disk you want to convert and choose "Convert GPT Disk to MBR Disk".
|
|
<li>Click the "Apply" button in the toolbar.
|
|
<li>Click the "Yes" button to confirm conversion.
|
|
<li>Wait for the conversion to finish then click "OK".
|
|
<li>Once you have successfully converted your SD Card to MBR you can proceed to the next step of this guide.
|
|
</ol>
|
|
</div>
|
|
|
|
<!--------------------------------------DISKPART----------------------------------->
|
|
<div id="DISKPARTSD" class="StyleGroupSD">
|
|
<b><u>Method 2: DiskPart</u></b><br>
|
|
|
|
<ol type="A">
|
|
<li><b>Back up any data on the disk before continuing! This will wipe all data on the disk!</b>
|
|
<!--</li><A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/nObWgTrvEMo?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MBR_WDM.gif" border="0"/></a><br>-->
|
|
<li>Press <kbd>⊞ Win</kbd>+<kbd>R</kbd> and enter "cmd" to open Command Prompt.
|
|
<li>Then type the following commands and press "Enter" after each.
|
|
<ul style=align="left" type="disc">
|
|
<li><b>diskpart</b>
|
|
<li><b>list disk</b>
|
|
<li><b>select disk <i>#</i></b>
|
|
<ul style=align="left" type="square">
|
|
<li>Where <i>#</i> is the disk number corresponding to the device you want to convert
|
|
</ul>
|
|
<li><b>clean</b>
|
|
<li><b>convert MBR</b>
|
|
</ul>
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<br>
|
|
<!--------------------------------------MBRsd Stuff ABOVE----------------------------------->
|