<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FuzzyBot"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/FuzzyBot"/>
	<updated>2026-05-18T14:04:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/fr&amp;diff=12479</id>
		<title>Formatting an SD card/Linux/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/fr&amp;diff=12479"/>
		<updated>2026-05-03T17:36:34Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ceci est une section complémentaire sur comment formater une carte SD en FAT32.&lt;br /&gt;
&lt;br /&gt;
Cette page est seulement pour les utilisateurs de Linux. Si vous n&#039;utilisez pas Linux, jetez un œil aux pages [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] ou [[Special:MyLanguage/Formatting an SD card/Mac|Mac]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Instructions&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Instructions ==&lt;br /&gt;
{{warning|text=Avant de commencer ces étapes, copiez tout le contenu de votre carte SD vers un dossier sur votre ordinateur.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|Les commandes dans ce guide sont sensibles à la casse. Entrez-les exactement telles qu&#039;écrites, ou il pourrait y avoir des conséquences inattendues.}}&lt;br /&gt;
&amp;lt;tabber&amp;gt;|-|fdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Assurez-vous que votre carte SD n&#039;est &#039;&#039;&#039;pas&#039;&#039;&#039; insérée&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ouvrez une fenêtre du terminal et tapez &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insérez la carte SD et guettez l&#039;apparition d&#039;un nouvel appareil dans lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lisez le résultat pour le nouvel appareil. Il devrait ressembler à quelque chose comme ça :&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Notez le nom de l&#039;appareil qui apparaît désormais. Dans l&#039;exemple ci-dessus, c&#039;était &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, mais il pourrait se montrer comme &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, si vous utilisez un adaptateur USB&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Si `RO` est défini à 1, assurez-vous que le cran de verouillage n&#039;est pas glissé vers le bas&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Appuyez sur CTRL + C pour quitter le menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo umount /dev/&amp;lt;nom de l&#039;appareil&amp;gt;*&amp;lt;/code&amp;gt; (ne remplacez pas le &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Installez les paquets &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; avec le gestionnaire de paquets de votre choix&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo fdisk /dev/&amp;lt;nom de l&#039;appareil&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Entrez &amp;lt;code&amp;gt;o&amp;lt;/code&amp;gt;, cela créera un nouveau schéma de partition MBR&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Entrez &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;, puis appuyez sur Entrée jusqu&#039;à être retourné à l&#039;invite&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Les valeurs par défaut fonctionnent bien pour toutes les consoles&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Entrez &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt;, puis entrez &amp;lt;code&amp;gt;0c&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Entrez &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; et ensuite &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; - Lisez le résultat, et assurez-vous que l&#039;appareil est dorénavant formaté correctement :&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Disk /dev/mmcblk0: 29.72 GiB, 31914983424 bytes, 62333952 sectors&lt;br /&gt;
Units: sectors of 1 * 512 = 512 bytes&lt;br /&gt;
Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
Disklabel type: dos&lt;br /&gt;
Disk identifier: 0x########&lt;br /&gt;
&lt;br /&gt;
Device                Boot  Start      End  Sectors  Size Id Type&lt;br /&gt;
/dev/&amp;lt;partition name&amp;gt;        8192 62333951 62325760 29.7G  c W95 FAT32 (LBA)&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si il n&#039;y a pas de problèmes, entrez &amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt; - cela sauvegardera les changements et quittera l&#039;invite de fdisk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;nom de la partition&amp;gt; -s 64&amp;lt;/code&amp;gt; pour reformater la nouvelle partition&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;Si la carte SD fait plus de 32 Go en taille, remplacez &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; par &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;nom de l&#039;appareil&amp;gt;&amp;lt;/code&amp;gt;, puis retirez et réinsérez la carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la carte SD contenait des fichiers et dossiers avant le formatage, copiez-les sur la carte SD depuis votre ordinateur, à moins que vous n&#039;ayez été dirigé ici par un autre guide qui nécessite que la SD soit formatée et vide&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|parted=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Assurez-vous que votre carte SD n&#039;est &#039;&#039;&#039;pas&#039;&#039;&#039; insérée&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ouvrez une fenêtre du terminal et tapez &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insérez la carte SD et guettez l&#039;apparition d&#039;un nouvel appareil dans lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lisez le résultat pour le nouvel appareil. Il devrait ressembler à quelque chose comme ça :&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Notez le nom de l&#039;appareil qui apparaît désormais. Dans l&#039;exemple ci-dessus, c&#039;était &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, mais il pourrait se montrer comme &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; ou &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, si vous utilisez un adaptateur USB&amp;lt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Si `RO` est défini à 1, assurez-vous que le cran de verouillage n&#039;est pas glissé vers le bas&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Appuyez sur CTRL + C pour quitter le menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Installez les paquets &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; avec le gestionnaire de paquets de votre choix&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo parted /dev/&amp;lt;nom de l&#039;appareil&amp;gt; mklabel msdos&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo parted -a opt /dev/&amp;lt;nom de l&#039;appareil&amp;gt; mkpart primary fat32 0% 100%&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;nom de la partition&amp;gt; -s 64&amp;lt;/code&amp;gt; pour reformater la nouvelle partition&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;Si la carte SD fait plus de 32 Go en taille, remplacez &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; par &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tapez &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;nom de l&#039;appareil&amp;gt;&amp;lt;/code&amp;gt;, puis retirez et réinsérez la carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la carte SD contenait des fichiers et dossiers avant le formatage, copiez-les sur la carte SD depuis votre ordinateur, à moins que vous n&#039;ayez été dirigé ici par un autre guide qui nécessite que la SD soit formatée et vide&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|Gestionnaire de partitions de KDE=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Assurez-vous que votre carte SD n&#039;est &#039;&#039;&#039;pas&#039;&#039;&#039; insérée&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ouvrez le Gestionnaire de partitions de KDE, en entrant votre mot de passe si besoin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insérez votre carte SD et cliquez sur &amp;lt;code&amp;gt;Rafraîchir la liste des périphériques&amp;lt;/code&amp;gt;. Le nouvel appareil qui apparait dans le panneau de gauche est votre carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cliquez sur votre carte SD, puis cliquez sur le bouton &amp;lt;code&amp;gt;Nouvelle table de partitions&amp;lt;/code&amp;gt; en haut de la fenêtre &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lorsque demandé, choisissez &amp;lt;code&amp;gt;MS-DOS&amp;lt;/code&amp;gt;. N&#039;utilisez &#039;&#039;&#039;PAS&#039;&#039;&#039; &amp;lt;code&amp;gt;GPT&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;[[File:KDE Partition Manager - MBR.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cliquez sur l&#039;espace &amp;lt;code&amp;gt;non allouée&amp;lt;/code&amp;gt; dans le volet droit et sélectionnez &amp;lt;code&amp;gt;Nouvelle&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lorsque vous sélectionnez votre système de fichiers, choisissez &amp;lt;code&amp;gt;FAT32&amp;lt;/code&amp;gt; depuis le menu déroulant. La fenêtre devrait ressembler à ceci : &amp;lt;br&amp;gt;[[File:KDE Partition Manager - New Partition.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cliquez sur &amp;lt;code&amp;gt;OK&amp;lt;/code&amp;gt;, puis cliquez sur &amp;lt;code&amp;gt;Appliquer&amp;lt;/code&amp;gt;, puis sur &amp;lt;code&amp;gt;Applique les opérations en attente&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Éjectez et réinsérez votre carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la carte SD contenait des fichiers et dossiers avant le formatage, copiez-les sur la carte SD depuis votre ordinateur, à moins que vous n&#039;ayez été dirigé ici par un autre guide qui nécessite que la SD soit formatée et vide&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Disques (GNOME)=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Assurez-vous que votre carte SD n&#039;est &#039;&#039;&#039;pas&#039;&#039;&#039; insérée&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ouvrez Disques&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insérez votre carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dans la barre latérale de l&#039;application, sélectionnez votre carte SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sélectionnez &amp;quot;Paramètres du disque&amp;quot; (au plus près des icônes Éteindre et Éjecter)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sélectionnez &amp;quot;Formater le disque...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dans la fenêtre qui apparaît, définissez le menu déroulant &amp;quot;Partitionnement&amp;quot; à &amp;quot;Compatible avec tous les systèmes et appareils (MBR / DOS)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sélectionnez &amp;quot;Formater...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lisez attentivement l&#039;avertissement donnée, puis sélectionnez &amp;quot;Formater&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En bas de la barre &amp;quot;Volumes&amp;quot;, sélectionnez &amp;quot;Créer une partition dans l&#039;espace non alloué&amp;quot; (le bouton avec un symbole plus)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Déplacez la barre de défilement jusqu&#039;au bout vers la capacité maximum&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Assurez-vous que &amp;quot;Partition étendue&amp;quot; n&#039;est &#039;&#039;&#039;pas&#039;&#039;&#039; coché, puis sélectionnez &amp;quot;Suivant&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sous &amp;quot;Type&amp;quot;, sélectionnez &amp;quot;Pour utilisation avec tous les systèmes et appareils (FAT)&amp;quot;, puis cliquez sur &amp;quot;Créer&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/es&amp;diff=12478</id>
		<title>Formatting an SD card/Linux/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/es&amp;diff=12478"/>
		<updated>2026-05-03T17:36:32Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Esta es una sección complementaria para formatear una tarjeta SD a FAT32.&lt;br /&gt;
&lt;br /&gt;
Esta página es solo para usuarios de Linux. Si no estás en Linux, ve a las páginas de [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] o [[Special:MyLanguage/Formatting an SD card/Mac|Mac]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Instructions&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Instrucciones ==&lt;br /&gt;
{{warning|text=Antes de empezar, copia todo el contenido de tu tarjeta SD a una carpeta en tu computadora.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|Los comandos de esta guía distinguen entre mayúsculas y minúsculas. Escríbelos exactamente como se muestran, o podrían haber consecuencias no deseadas.}}&lt;br /&gt;
&amp;lt;tabber&amp;gt;|-|fdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Asegúrate de que tu tarjeta SD &#039;&#039;&#039;no&#039;&#039;&#039; esta insertada&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Abre una ventana de la terminal y escribe &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Inserta la tarjeta SD y revisa si hay un nuevo dispositivo apareciendo en lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observa la información del nuevo dispositivo. Debería coincidir con algo así:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Toma nota del nombre del dispositivo que aparece ahora. En nuestro ejemplo anterior, era &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, pero podría aparecer como &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; o &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, si usas un adaptador USB&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Si &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; esta establecido en 1, asegúrate de que la pestaña de bloqueo no este deslizada hacia abajo&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Presiona CTRL + C para salir del menú&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo umount /dev/&amp;lt;nombre del dispositivo&amp;gt;*&amp;lt;/code&amp;gt; (no cambies el &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Instala los paquetes de &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; y &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; usando tu gestor de paquetes preferido&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo fdisk /dev/&amp;lt;nombre del dispositivo&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;o&amp;lt;/code&amp;gt;, esto creará un nuevo esquema de partición MBR&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;, después presiona enter hasta que hayas sido devuelto al inicio&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Los valores por defecto servirán para todas las consolas&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt;, después escribe &amp;lt;code&amp;gt;0c&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; y después &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; - observa la información mostrada, y asegúrate de que el dispositivo ahora este formateado correctamente:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Disk /dev/mmcblk0: 29.72 GiB, 31914983424 bytes, 62333952 sectors&lt;br /&gt;
Units: sectors of 1 * 512 = 512 bytes&lt;br /&gt;
Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
Disklabel type: dos&lt;br /&gt;
Disk identifier: 0x########&lt;br /&gt;
&lt;br /&gt;
Device                Boot  Start      End  Sectors  Size Id Type&lt;br /&gt;
/dev/&amp;lt;partition name&amp;gt;        8192 62333951 62325760 29.7G  c W95 FAT32 (LBA)&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si no hay problemas, escribe &amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt; - esto guardará los cambios y saldrá de fdisk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;nombre de la partición&amp;gt; -s 64&amp;lt;/code&amp;gt; para reformatear la nueva partición&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;Si la tarjeta SD tiene más de 32GB de capacidad, cambia &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; a &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;nombre del dispositivo&amp;gt;&amp;lt;/code&amp;gt;, después retira y reinserta la tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la tarjeta SD tenía archivos o carpetas antes del formato, copia todo de nuevo desde tu computadora, a menos de que hayas sido redireccionado aquí desde otra guía que necesite que la tarjeta SD esté formateada y vacía.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|parted=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Asegúrate de que tu tarjeta SD &#039;&#039;&#039;no&#039;&#039;&#039; esta insertada&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Abre una ventana de la terminal y escribe &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Inserta la tarjeta SD y revisa si hay un nuevo dispositivo apareciendo en lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observa la información del nuevo dispositivo. Debería coincidir con algo así:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Toma nota del nombre del dispositivo que aparece ahora. En nuestro ejemplo anterior, era &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, pero podría aparecer como &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; o &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, si usas un adaptador USB&amp;lt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Si &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; esta establecido en 1, asegúrate de que la pestaña de bloqueo no este deslizada hacia abajo&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Presiona CTRL + C para salir del menú&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Instala los paquetes de &amp;lt;code&amp;gt;parted&amp;lt;/code&amp;gt; y &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; usando tu gestor de paquetes preferido&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo parted /dev/&amp;lt;nombre del dispositivo&amp;gt; mklabel msdos&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo parted -a opt /dev/&amp;lt;nombre del dispositivo&amp;gt; mkpart primary fat32 0% 100%&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;nombre de la partición&amp;gt; -s 64&amp;lt;/code&amp;gt; para reformatear la nueva partición&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;Si la tarjeta SD tiene más de 32GB de capacidad, cambia &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; a &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Escribe &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;nombre del dispositivo&amp;gt;&amp;lt;/code&amp;gt;, después retira y reinserta la tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la tarjeta SD tenía archivos o carpetas antes del formato, copia todo de nuevo desde tu computadora, a menos de que hayas sido redireccionado aquí desde otra guía que necesite que la tarjeta SD esté formateada y vacía.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|Gestor de particiones de KDE=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Asegúrate de que tu tarjeta SD &#039;&#039;&#039;no&#039;&#039;&#039; esta insertada&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Abre el Gestor de particiones de KDE, introduciendo tu contraseña cuando sea necesario&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Inserta tu tarjeta SD y presiona &amp;lt;code&amp;gt;Actualizar los dispositivos&amp;lt;/code&amp;gt;. El nuevo dispositivo que se muestra en el panel izquierdo es tu tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Presiona tu tarjeta SD, después presiona el botón &amp;lt;code&amp;gt;Nueva tabla de particiones&amp;lt;/code&amp;gt; arriba de la ventana &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando se te pregunte, elige &amp;lt;code&amp;gt;Ms-Dos&amp;lt;/code&amp;gt;. &#039;&#039;&#039;NO&#039;&#039;&#039; uses &amp;lt;code&amp;gt;GPT&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;[[File:KDE Partition Manager - MBR - es.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Haz clic derecho en el espacio &amp;lt;code&amp;gt;sin asignar&amp;lt;/code&amp;gt; en el panel derecho y selecciona &amp;lt;code&amp;gt;Nuevo&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Cuando estés seleccionando tu sistema de archivos, selecciona &amp;lt;code&amp;gt;FAT32&amp;lt;/code&amp;gt; desde el menú desplegable. La ventana debería verse así: &amp;lt;br&amp;gt;[[File:KDE Partition Manager - New Partition - es.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Presiona &amp;lt;code&amp;gt;Aceptar&amp;lt;/code&amp;gt;, después presiona &amp;lt;code&amp;gt;Aplicar&amp;lt;/code&amp;gt;, y luego &amp;lt;code&amp;gt;Aplicar las operaciones pendientes&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Retira y reinserta tu tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Si la tarjeta SD tenía archivos o carpetas antes del formato, copia todo de nuevo desde tu computadora, a menos de que hayas sido redireccionado aquí desde otra guía que necesite que la tarjeta SD esté formateada y vacía.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Discos (GNOME)=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Asegúrate de que tu tarjeta SD &#039;&#039;&#039;no&#039;&#039;&#039; esta insertada&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Abre Discos&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Inserta tu tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En la barra lateral de la aplicación, selecciona tu tarjeta SD&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selecciona el menú hamburguesa &amp;quot;Opciones de unidad&amp;quot; (el más cercano a los botones de encendido/apagado y expulsar)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selecciona &amp;quot;Formatear disco...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En la ventana que aparece, establece el menú desplegable &amp;quot;Particionado&amp;quot; a &amp;quot;Compatible con todos los sistemas y dispositivos (MBR/DOS)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Selecciona &amp;quot;Formatear...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Lee cuidadosamente la advertencia dada, y luego selecciona &amp;quot;Formatear&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Al final de la barra &amp;quot;Volúmenes&amp;quot;, selecciona &amp;quot;Crear partición en el espacio sin asignar&amp;quot; (el botón con un icono más)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Arrastra la barra deslizante hasta la capacidad máxima&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Asegúrate de que &amp;quot;Partición extendida&amp;quot; &#039;&#039;&#039;no&#039;&#039;&#039; este marcado, y luego selecciona &amp;quot;Siguiente&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;En &amp;quot;Tipo&amp;quot;, selecciona &amp;quot;Para usar con todos los sistemas y dispositivos (FAT)&amp;quot;, luego selecciona &amp;quot;Crear&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/en&amp;diff=12477</id>
		<title>Formatting an SD card/Linux/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux/en&amp;diff=12477"/>
		<updated>2026-05-03T17:36:18Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
This page is for Linux users only. If you are not on Linux, check out the [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] or [[Special:MyLanguage/Formatting an SD card/Mac|Mac]] pages.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{warning|text=Before beginning these steps, copy all of your SD card&#039;s contents to a folder on your computer.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The commands in this guide are case-sensitive. Enter them exactly as written, or there may be unintended consequences.}}&lt;br /&gt;
&amp;lt;tabber&amp;gt;|-|fdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert the SD card and watch for a new device appearing in lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observe the output for the new device. It should match something like this:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Hit CTRL + C to exit the menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo umount /dev/&amp;lt;device name&amp;gt;*&amp;lt;/code&amp;gt; (do not replace the &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install the &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo fdisk /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter &amp;lt;code&amp;gt;o&amp;lt;/code&amp;gt;, this will create a new MBR partition scheme&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;, then press enter until you&#039;re returned to the prompt&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;The default values will work fine for all consoles&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt;, then enter &amp;lt;code&amp;gt;0c&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; and then &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; - observe the output, and make sure the device is now formatted correctly:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
Disk /dev/mmcblk0: 29.72 GiB, 31914983424 bytes, 62333952 sectors&lt;br /&gt;
Units: sectors of 1 * 512 = 512 bytes&lt;br /&gt;
Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
Disklabel type: dos&lt;br /&gt;
Disk identifier: 0x########&lt;br /&gt;
&lt;br /&gt;
Device                Boot  Start      End  Sectors  Size Id Type&lt;br /&gt;
/dev/&amp;lt;partition name&amp;gt;        8192 62333951 62325760 29.7G  c W95 FAT32 (LBA)&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If there are no issues, enter &amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt; - this will save changes and exit the fdisk prompt&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;partition name&amp;gt; -s 64&amp;lt;/code&amp;gt; to reformat the new partition&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;If the SD card is over 64GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer, unless you were linked to this by another guide that needs the SD to be formatted and blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|parted=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert the SD card and watch for a new device appearing in lsblk&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observe the output for the new device. It should match something like this:&lt;br /&gt;
{{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0 29.7G  0 disk &lt;br /&gt;
└─mmcblk0p1 179:1    0 29.5G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&amp;lt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Hit CTRL + C to exit the menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install the &amp;lt;code&amp;gt;parted&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo parted /dev/&amp;lt;device name&amp;gt; mklabel msdos&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo parted -a opt /dev/&amp;lt;device name&amp;gt; mkpart primary fat32 0% 100%&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;partition name&amp;gt; -s 64&amp;lt;/code&amp;gt; to reformat the new partition&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;If the SD card is over 64GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer, unless you were linked to this by another guide that needs the SD to be formatted and blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-|KDE Partition Manager=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open KDE Partition Manager, inputting your password as needed&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card and click &amp;lt;code&amp;gt;Refresh Devices&amp;lt;/code&amp;gt;. The new device that shows up in the left pane is your SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click your SD card, then click the &amp;lt;code&amp;gt;New Partition Table&amp;lt;/code&amp;gt; button at the top of the window &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When asked, choose &amp;lt;code&amp;gt;Ms-Dos&amp;lt;/code&amp;gt;. Do &#039;&#039;&#039;NOT&#039;&#039;&#039; use &amp;lt;code&amp;gt;GPT&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;[[File:KDE Partition Manager - MBR.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Right click the &amp;lt;code&amp;gt;unallocated&amp;lt;/code&amp;gt; space in the right pane and select &amp;lt;code&amp;gt;New&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When selecting your filesystem, choose &amp;lt;code&amp;gt;FAT32&amp;lt;/code&amp;gt; from the drop-down menu. The window should look like this: &amp;lt;br&amp;gt;[[File:KDE Partition Manager - New Partition.png]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;lt;code&amp;gt;OK&amp;lt;/code&amp;gt;, then click &amp;lt;code&amp;gt;Apply&amp;lt;/code&amp;gt;, then &amp;lt;code&amp;gt;Apply Pending Operations&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Eject and reinsert your SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer, unless you were linked to this by another guide that needs the SD to be formatted and blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Disks (GNOME)=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open Disks&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the application sidebar, select your SD card&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the &amp;quot;Drive Options&amp;quot; hamburger menu (closest to the Power and Eject icons)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select &amp;quot;Format Disk...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the window that appears, set the &amp;quot;Partitioning&amp;quot; drop-down menu to &amp;quot;Compatible with all systems and devices (MBR / DOS)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select &amp;quot;Format...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Carefully read the warning given, then select &amp;quot;Format&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;At the bottom of the &amp;quot;Volumes&amp;quot; bar, select &amp;quot;Create partition in unallocated space&amp;quot; (the button with a plus sign)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Drag the slider all the way to the maximum capacity&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure &amp;quot;Extended Partition&amp;quot; is &#039;&#039;&#039;not&#039;&#039;&#039; checked, then select &amp;quot;Next&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Under &amp;quot;Type&amp;quot;, select &amp;quot;For use with all systems and devices (FAT)&amp;quot;, then click &amp;quot;Create&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/37/en&amp;diff=12476</id>
		<title>Translations:Formatting an SD card/Linux/37/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/37/en&amp;diff=12476"/>
		<updated>2026-05-03T17:36:11Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the SD card is over 64GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/23/en&amp;diff=12475</id>
		<title>Translations:Formatting an SD card/Linux/23/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/23/en&amp;diff=12475"/>
		<updated>2026-05-03T17:36:11Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the SD card is over 64GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/3/en&amp;diff=12474</id>
		<title>Translations:Formatting an SD card/Linux/3/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:Formatting_an_SD_card/Linux/3/en&amp;diff=12474"/>
		<updated>2026-05-03T17:36:10Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Instructions==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/es&amp;diff=11976</id>
		<title>3DS:Luma3DS/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/es&amp;diff=11976"/>
		<updated>2026-04-04T04:24:48Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Infobox homebrew&lt;br /&gt;
| image = Luma_Config.png&lt;br /&gt;
| imagealt = Menú de configuración de Luma3DS en su versión 13.2.1&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| version = 13.4&lt;br /&gt;
| releasedate = 2026-04-02&lt;br /&gt;
| github = LumaTeam/Luma3DS&lt;br /&gt;
| universaldb = 3ds/luma3ds&lt;br /&gt;
| githubtag = v13.4&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Luma3DS&#039;&#039;&#039; es un [[custom firmware]]. Es el único que está siendo activamente desarrollado para la 3DS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Installation&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==Instalación==&lt;br /&gt;
&lt;br /&gt;
Este es el custom firmware principal al usar [[3dsguide:index|3DS Hacks Guide]]. Para actualizar, sigue los pasos en [[3dsguide:restoring-updating-cfw|Restaurando / Actualizando CFW]]. (página en inglés)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Features&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Características ==&lt;br /&gt;
* Parches automáticos que eliminan restricciones de Nintendo, tales como:&lt;br /&gt;
** Restricciones regionales, permitiéndote usar cartuchos y títulos de otras regiones&lt;br /&gt;
** Comprobaciones de firmas, que permiten ejecutar homebrew desde el Menú HOME&lt;br /&gt;
** La lista de bloqueo de flashcarts (cartuchos flash), permitiéndote usar flashcarts de DS bloqueados&lt;br /&gt;
* Un &amp;quot;menú Rosalina&amp;quot; accesible desde cualquier lugar dentro del modo 3DS con muchas funciones propias, tales como:&lt;br /&gt;
** Compatibilidad con trucos&lt;br /&gt;
** Carga de plugins&lt;br /&gt;
** Hacer capturas de pantalla&lt;br /&gt;
** Redireccionamiento de entradas&lt;br /&gt;
** Filtro de luz azul&lt;br /&gt;
* Compatibilidad con LayeredFS, permitiéndote reemplazar archivos de juegos individuales con versiones modificadas al instante&lt;br /&gt;
* Protección contra escritura de los FIRMs, que impide que boot9strap se sobrescriba con las actualizaciones del sistema&lt;br /&gt;
** Esto no significa que las actualizaciones del sistema sean inmediatamente &amp;quot;seguras&amp;quot; siempre; de vez en cuando, algo cambia en el firmware del sistema que requiere una actualización de Luma3DS&lt;br /&gt;
* Un chainloader que puede iniciar payloads &amp;lt;code&amp;gt;.firm&amp;lt;/code&amp;gt; ubicados en la carpeta &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; Se puede acceder al chainloader manteniendo pulsado &amp;quot;START&amp;quot; al encender la consola o seleccionando la opción &amp;quot;Boot chainloader&amp;quot; desde el menú de configuración de Luma3DS&lt;br /&gt;
** Si solo un payload esta adentro de la carpeta &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt;, iniciar el chainloader hará que se ejecute ese payload automáticamente&lt;br /&gt;
** Antes de Luma3DS 7.1, los payloads &amp;lt;code&amp;gt;.bin&amp;lt;/code&amp;gt; eran compatibles en vez de los payloads &amp;lt;code&amp;gt;.firm&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Usage&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Uso ==&lt;br /&gt;
&lt;br /&gt;
El repositorio de Luma3DS tiene {{GitHub|LumaTeam/Luma3DS/wiki|su propia wiki}}, se puede encontrar información adicional en las siguientes páginas:&lt;br /&gt;
* {{ml|3DS:Luma3DS/Configuration|Configuration}}&lt;br /&gt;
* {{ml|3DS:Luma3DS/PIN lock|PIN lock}}&lt;br /&gt;
* {{ml|3DS:Luma3DS/Rosalina|Rosalina}}&lt;br /&gt;
* {{ml|3DS:Splash screens|Splash screens}}&lt;br /&gt;
* {{ml|3DS:Game plugins/3GX|Game plugins - 3GX}}&lt;br /&gt;
&lt;br /&gt;
{{Short description|Custom firmware}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/en&amp;diff=11975</id>
		<title>3DS:Luma3DS/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/en&amp;diff=11975"/>
		<updated>2026-04-04T04:24:29Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Infobox homebrew&lt;br /&gt;
| image = Luma_Config.png&lt;br /&gt;
| imagealt = Luma3DS configuration menu on version 13.2.1&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| version = 13.4&lt;br /&gt;
| releasedate = 2026-04-02&lt;br /&gt;
| github = LumaTeam/Luma3DS&lt;br /&gt;
| universaldb = 3ds/luma3ds&lt;br /&gt;
| githubtag = v13.4&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Luma3DS&#039;&#039;&#039; is a [[custom firmware]]. It is the only one in active development for the 3DS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
This is the main custom firmware when using [[3dsguide:index|3DS Hacks Guide]]. To update, follow the steps on [[3dsguide:restoring-updating-cfw|Restoring / Updating CFW]].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Automatic patches that remove Nintendo restrictions, such as:&lt;br /&gt;
** Region locking, allowing you to run out-of-region cartridges and titles&lt;br /&gt;
** Signature checks, allowing homebrew to run from HOME Menu&lt;br /&gt;
** The flashcart block list, allowing you to run blocked DS flashcarts&lt;br /&gt;
* A &amp;quot;Rosalina menu&amp;quot; accessible from anywhere within 3DS mode with many of its own functions, such as:&lt;br /&gt;
** Cheat support&lt;br /&gt;
** Plugin loading&lt;br /&gt;
** Taking screenshots&lt;br /&gt;
** Input redirection&lt;br /&gt;
** Blue light filter&lt;br /&gt;
* LayeredFS support, allowing you to replace individual game files with modded versions on-the-fly&lt;br /&gt;
* FIRM write protection, preventing boot9strap from being overwritten with system updates&lt;br /&gt;
** This does not mean that system updates will always be immediately &amp;quot;safe&amp;quot;; from time to time, something changes in the system firmware that requires a Luma3DS update&lt;br /&gt;
* A chainloader that can boot &amp;lt;code&amp;gt;.firm&amp;lt;/code&amp;gt; payloads located in the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder. It is accessible either by holding START on boot or by selecting the &amp;quot;Boot chainloader&amp;quot; option from the Luma3DS configuration menu&lt;br /&gt;
** If only one payload is inside the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder, running the chainloader will automatically boot that payload&lt;br /&gt;
** Before Luma3DS 7.1, &amp;lt;code&amp;gt;.bin&amp;lt;/code&amp;gt; payloads were supported instead of &amp;lt;code&amp;gt;.firm&amp;lt;/code&amp;gt; payloads&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The Luma3DS repository on GitHub has {{GitHub|LumaTeam/Luma3DS/wiki|its own wiki}}, but some additional information can be found on the following pages:&lt;br /&gt;
* {{ml|3DS:Luma3DS/Configuration|Configuration}}&lt;br /&gt;
* {{ml|3DS:Luma3DS/PIN lock|PIN lock}}&lt;br /&gt;
* {{ml|3DS:Luma3DS/Rosalina|Rosalina}}&lt;br /&gt;
* {{ml|3DS:Splash screens|Splash screens}}&lt;br /&gt;
* {{ml|3DS:Game plugins/3GX|Game plugins - 3GX}}&lt;br /&gt;
&lt;br /&gt;
{{Short description|Custom firmware}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/3GX/en&amp;diff=11791</id>
		<title>3DS:Game plugins/3GX/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/3GX/en&amp;diff=11791"/>
		<updated>2026-03-24T15:28:37Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;{{shortcut|3DS:3GX|3GX}}&lt;br /&gt;
The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can use them via Luma3DS&#039;s built-in plugin loader.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Universal-Updater=&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* {{ml|3DS:Universal-Updater|Universal-Updater}}&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Power on your console&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Launch &#039;&#039;&#039;Universal-Updater&#039;&#039;&#039; from the HOME Menu, or from the Homebrew Launcher&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the magnifying glass on the bottom screen, then search for &#039;&#039;&#039;Luma3DS&#039;&#039;&#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press {{B|A}} while hovering over &#039;&#039;&#039;Luma3DS&#039;&#039;&#039; from the list of homebrew&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Choose &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; and wait for the install to finish&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Reboot your console&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you see the Luma3DS configuration menu, enable any options that you need, then press Start&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
|-|Manually=&lt;br /&gt;
&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS] (the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card into your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card, replacing &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; if it is already there&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Reinsert your SD card into your console and power on&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you see the Luma3DS configuration menu, enable any options that you need, then press Start&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using 3GX plugins ==&lt;br /&gt;
=== Plugin location ===&lt;br /&gt;
&lt;br /&gt;
The 3GX plugin loader will look for plugins in the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; directory. Each plugin must be inside a folder named with the game&#039;s Title ID. Inside the folder, place your &amp;lt;code&amp;gt;.3gx&amp;lt;/code&amp;gt; file.&lt;br /&gt;
* You can get the game&#039;s title ID from [http://3dsdb.com/ here] (cartridges), [https://hax0kartik.github.io/3dsdb/ here] (digital games), or from the &amp;lt;code&amp;gt;FBI -&amp;gt; Titles&amp;lt;/code&amp;gt; menu. For example, Taiko no Tatsujin: Dokodon! Mystery Adventure&#039;s title ID is &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt;, so if you wanted to use a plugin for that game, you&#039;d create a folder named &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt;&lt;br /&gt;
* The creator of the plugin may have already created a folder with the correct name for you, in which case you can just copy the title ID folder from the plugin&#039;s zip/rar/7z archive to the &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; folder&lt;br /&gt;
* If you want the plugin to run for &#039;&#039;all&#039;&#039; games (for example, for the CTRPluginFramework blank plugin), rename the plugin to &amp;lt;code&amp;gt;default.3gx&amp;lt;/code&amp;gt; and just leave it in the &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; folder&lt;br /&gt;
&lt;br /&gt;
An example directory for a plugin affecting one game would be &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugin.3gx&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An example directory for a plugin affecting all games would be &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;default.3gx&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Launching 3GX plugins&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Using 3GX plugins&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the Rosalina menu ({{B|Left Shoulder|D-Pad Down|SELECT}} by default)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Scroll down to the plugin loader option, then press {{B|A}} to enable it&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press {{B|B}} to exit the Rosalina menu &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open your game of choice&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;The screen should flash another color to indicate that the plugin has successfully loaded&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Look at the information on the plugin&#039;s webpage/README for usage instructions - usage will differ for each plugin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
=== Usage notes ===&lt;br /&gt;
* Most plugins have a menu that can be opened by pressing {{B|SELECT}} while the plugin is loaded&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/35/en&amp;diff=11790</id>
		<title>Translations:3DS:Game plugins/3GX/35/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/35/en&amp;diff=11790"/>
		<updated>2026-03-24T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most plugins have a menu that can be opened by pressing $21 while the plugin is loaded&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/34/en&amp;diff=11789</id>
		<title>Translations:3DS:Game plugins/3GX/34/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/34/en&amp;diff=11789"/>
		<updated>2026-03-24T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Usage notes ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/33/en&amp;diff=11788</id>
		<title>Translations:3DS:Game plugins/3GX/33/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/33/en&amp;diff=11788"/>
		<updated>2026-03-24T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Look at the information on the plugin&#039;s webpage/README for usage instructions - usage will differ for each plugin&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/32/en&amp;diff=11787</id>
		<title>Translations:3DS:Game plugins/3GX/32/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/32/en&amp;diff=11787"/>
		<updated>2026-03-24T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The screen should flash another color to indicate that the plugin has successfully loaded&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/31/en&amp;diff=11786</id>
		<title>Translations:3DS:Game plugins/3GX/31/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/31/en&amp;diff=11786"/>
		<updated>2026-03-24T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Open your game of choice&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/30/en&amp;diff=11785</id>
		<title>Translations:3DS:Game plugins/3GX/30/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/30/en&amp;diff=11785"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Press $20 to exit the Rosalina menu&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/29/en&amp;diff=11784</id>
		<title>Translations:3DS:Game plugins/3GX/29/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/29/en&amp;diff=11784"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Scroll down to the plugin loader option, then press $19 to enable it&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/28/en&amp;diff=11783</id>
		<title>Translations:3DS:Game plugins/3GX/28/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/28/en&amp;diff=11783"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Open the Rosalina menu $18 by default)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/27/en&amp;diff=11782</id>
		<title>Translations:3DS:Game plugins/3GX/27/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/27/en&amp;diff=11782"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Launching 3GX plugins$anchor ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/26/en&amp;diff=11781</id>
		<title>Translations:3DS:Game plugins/3GX/26/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/26/en&amp;diff=11781"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example directory for a plugin affecting all games would be $16 -&amp;gt; $17.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/25/en&amp;diff=11780</id>
		<title>Translations:3DS:Game plugins/3GX/25/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/25/en&amp;diff=11780"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example directory for a plugin affecting one game would be $13 -&amp;gt; $14 -&amp;gt; $15.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/24/en&amp;diff=11779</id>
		<title>Translations:3DS:Game plugins/3GX/24/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/24/en&amp;diff=11779"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3GX plugin loader will look for plugins in the $4 directory. Each plugin must be inside a folder named with the game&#039;s Title ID. Inside the folder, place your &amp;lt;code&amp;gt;.3gx&amp;lt;/code&amp;gt; file.&lt;br /&gt;
* You can get the game&#039;s title ID from [$5 here] (cartridges), [$6 here] (digital games), or from the $7 menu. For example, $8&#039;s title ID is $9, so if you wanted to use a plugin for that game, you&#039;d create a folder named $10&lt;br /&gt;
* The creator of the plugin may have already created a folder with the correct name for you, in which case you can just copy the title ID folder from the plugin&#039;s zip/rar/7z archive to the $11 folder&lt;br /&gt;
* If you want the plugin to run for &#039;&#039;all&#039;&#039; games (for example, for the CTRPluginFramework blank plugin), rename the plugin to &amp;lt;code&amp;gt;default.3gx&amp;lt;/code&amp;gt; and just leave it in the $12 folder&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/23/en&amp;diff=11778</id>
		<title>Translations:3DS:Game plugins/3GX/23/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/23/en&amp;diff=11778"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Plugin location ===&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/22/en&amp;diff=11777</id>
		<title>Translations:3DS:Game plugins/3GX/22/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/22/en&amp;diff=11777"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using 3GX plugins ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/21/en&amp;diff=11776</id>
		<title>Translations:3DS:Game plugins/3GX/21/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/21/en&amp;diff=11776"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/20/en&amp;diff=11775</id>
		<title>Translations:3DS:Game plugins/3GX/20/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/20/en&amp;diff=11775"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you see the Luma3DS configuration menu, enable any options that you need, then press Start&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/19/en&amp;diff=11774</id>
		<title>Translations:3DS:Game plugins/3GX/19/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/19/en&amp;diff=11774"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reinsert your SD card into your console and power on&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/18/en&amp;diff=11773</id>
		<title>Translations:3DS:Game plugins/3GX/18/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/18/en&amp;diff=11773"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Copy &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card, replacing &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; if it is already there&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/17/en&amp;diff=11772</id>
		<title>Translations:3DS:Game plugins/3GX/17/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/17/en&amp;diff=11772"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Insert your SD card into your computer&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/16/en&amp;diff=11771</id>
		<title>Translations:3DS:Game plugins/3GX/16/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/16/en&amp;diff=11771"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Installation ====&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/15/en&amp;diff=11770</id>
		<title>Translations:3DS:Game plugins/3GX/15/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/15/en&amp;diff=11770"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The latest release of $3 (the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/14/en&amp;diff=11769</id>
		<title>Translations:3DS:Game plugins/3GX/14/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/14/en&amp;diff=11769"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== What you need ====&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/13/en&amp;diff=11768</id>
		<title>Translations:3DS:Game plugins/3GX/13/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/13/en&amp;diff=11768"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manually&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/12/en&amp;diff=11767</id>
		<title>Translations:3DS:Game plugins/3GX/12/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/12/en&amp;diff=11767"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/11/en&amp;diff=11766</id>
		<title>Translations:3DS:Game plugins/3GX/11/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/11/en&amp;diff=11766"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you see the Luma3DS configuration menu, enable any options that you need, then press Start&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/10/en&amp;diff=11765</id>
		<title>Translations:3DS:Game plugins/3GX/10/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/10/en&amp;diff=11765"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reboot your console&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/9/en&amp;diff=11764</id>
		<title>Translations:3DS:Game plugins/3GX/9/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/9/en&amp;diff=11764"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Choose &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; and wait for the install to finish&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/8/en&amp;diff=11763</id>
		<title>Translations:3DS:Game plugins/3GX/8/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/8/en&amp;diff=11763"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Press $2 while hovering over &#039;&#039;&#039;Luma3DS&#039;&#039;&#039; from the list of homebrew&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/7/en&amp;diff=11762</id>
		<title>Translations:3DS:Game plugins/3GX/7/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/7/en&amp;diff=11762"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Select the magnifying glass on the bottom screen, then search for &#039;&#039;&#039;Luma3DS&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/6/en&amp;diff=11761</id>
		<title>Translations:3DS:Game plugins/3GX/6/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/6/en&amp;diff=11761"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Launch $1 from the HOME Menu, or from the Homebrew Launcher&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/5/en&amp;diff=11760</id>
		<title>Translations:3DS:Game plugins/3GX/5/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/5/en&amp;diff=11760"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Power on your console&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/4/en&amp;diff=11759</id>
		<title>Translations:3DS:Game plugins/3GX/4/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/4/en&amp;diff=11759"/>
		<updated>2026-03-24T15:28:27Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Installation ====&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/3/en&amp;diff=11758</id>
		<title>Translations:3DS:Game plugins/3GX/3/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/3/en&amp;diff=11758"/>
		<updated>2026-03-24T15:28:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== What you need ====&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/2/en&amp;diff=11757</id>
		<title>Translations:3DS:Game plugins/3GX/2/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/2/en&amp;diff=11757"/>
		<updated>2026-03-24T15:28:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installation ==&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/1/en&amp;diff=11756</id>
		<title>Translations:3DS:Game plugins/3GX/1/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/1/en&amp;diff=11756"/>
		<updated>2026-03-24T15:28:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can use them via Luma3DS&#039;s built-in plugin loader.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/Page_display_title/en&amp;diff=11755</id>
		<title>Translations:3DS:Game plugins/3GX/Page display title/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Game_plugins/3GX/Page_display_title/en&amp;diff=11755"/>
		<updated>2026-03-24T15:28:26Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3DS:Game plugins/3GX&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Splash_screens/en&amp;diff=11752</id>
		<title>3DS:Splash screens/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Splash_screens/en&amp;diff=11752"/>
		<updated>2026-03-24T15:21:21Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Splash screens&#039;&#039;&#039; are images that can be displayed on the top and bottom screen during startup. You could use these images to, for example:&lt;br /&gt;
* Remind you of key combinations (e.g. hold SELECT for Luma3DS configuration, hold START for Luma3DS chainloader)&lt;br /&gt;
* Display a commemorative BIOS screen&lt;br /&gt;
&lt;br /&gt;
Splash screens are &#039;&#039;&#039;static images&#039;&#039;&#039;. If you want to see an &#039;&#039;animation&#039;&#039; on boot-up instead, check out [[3DS:BAX|BAX]].&lt;br /&gt;
{{info|text=Splash screens do not display &#039;&#039;during&#039;&#039; the boot process, they &#039;&#039;&#039;interrupt&#039;&#039;&#039; it. For instance, if you have a splash screen that last three seconds, your boot time will be increased by three seconds.}}&lt;br /&gt;
&lt;br /&gt;
== Enabling splash screens ==&lt;br /&gt;
&lt;br /&gt;
In order for splash screens to be displayed, they must be enabled from Luma3DS configuration. You&#039;ll only need to do this once (unless your configuration file is reset).&lt;br /&gt;
&lt;br /&gt;
If you have a PIN enabled, the splash screen will be displayed &#039;&#039;after&#039;&#039; you enter your PIN.&lt;br /&gt;
&lt;br /&gt;
# Power off your device&lt;br /&gt;
# Press and hold (Select), and while holding (Select), power on your device to enter the Luma3DS configuration menu&lt;br /&gt;
# Scroll down to &amp;lt;code&amp;gt;Splash&amp;lt;/code&amp;gt; and press (A) until you see &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt; to the right of &amp;lt;code&amp;gt;Before&amp;lt;/code&amp;gt;&lt;br /&gt;
#* You could also set it to &amp;lt;code&amp;gt;After&amp;lt;/code&amp;gt;, but that would make payloads inaccessible from the splash screen which would lessen the usefulness of the splash screen&lt;br /&gt;
&lt;br /&gt;
By default, the splash screen will last &#039;&#039;&#039;3000 milliseconds&#039;&#039;&#039; (3 seconds). If you wish to extend or shorten this time, modify the &amp;lt;code&amp;gt;splash_duration_ms&amp;lt;/code&amp;gt; line in the file &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; (inside the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder).&lt;br /&gt;
&lt;br /&gt;
== Downloading/installing a splash screen ==&lt;br /&gt;
&lt;br /&gt;
=== Using Anemone3DS ===&lt;br /&gt;
&lt;br /&gt;
{{info|text=Anemone3DS is installed as part of [[3dsguide:finalizing-setup|Finalizing Setup]] on 3DS Hacks Guide.}}&lt;br /&gt;
&lt;br /&gt;
# Open the Anemone3DS application&lt;br /&gt;
# Press the letter &amp;quot;T&amp;quot; on the top right-hand corner to switch to Splash mode&lt;br /&gt;
# If you don&#039;t already have a splash, press (Right Shoulder) to open the QR scanner&lt;br /&gt;
#* You can scan the QR code of a splash you like from [https://themeplaza.art/splashes Theme Plaza]&lt;br /&gt;
# Press (A) to install whatever splash is highlighted&lt;br /&gt;
&lt;br /&gt;
{{success|text=Your splash has been successfully applied!}}&lt;br /&gt;
&lt;br /&gt;
=== Manually ===&lt;br /&gt;
&lt;br /&gt;
# Put your SD card into your computer&lt;br /&gt;
# Get your splash screen of choice. You can get one you like from [https://themeplaza.art/splashes Theme Plaza]&lt;br /&gt;
# Open the &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file that the splash screen is inside of&lt;br /&gt;
# Extract &amp;lt;code&amp;gt;splash.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;splashbottom.bin&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
# Put your SD card back into your 3DS&lt;br /&gt;
&lt;br /&gt;
{{success|text=Your splash has been successfully applied!}}&lt;br /&gt;
&lt;br /&gt;
== Splash screens on CTRNAND ==&lt;br /&gt;
&lt;br /&gt;
This may be useful in cases where you want to:&lt;br /&gt;
&lt;br /&gt;
* Indicate that the SD card has been removed&lt;br /&gt;
* Indicate your address or contact details should your device be stolen&lt;br /&gt;
&lt;br /&gt;
=== Enabling splash screens on CTRNAND ===&lt;br /&gt;
&lt;br /&gt;
You&#039;ll only need to do this once (unless your configuration file is reset).&lt;br /&gt;
# Remove your SD card from your 3DS&lt;br /&gt;
# Press and hold (Select), and while holding (Select), power on your device to enter the Luma3DS (CTRNAND) configuration menu&lt;br /&gt;
# Scroll down to &amp;lt;code&amp;gt;Splash&amp;lt;/code&amp;gt; and press (A) until you see &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt; to the right of &amp;lt;code&amp;gt;Before&amp;lt;/code&amp;gt;&lt;br /&gt;
#* You could also set it to &amp;lt;code&amp;gt;After&amp;lt;/code&amp;gt;, but that would make payloads inaccessible from the splash screen which would lessen the usefulness of the splash screen&lt;br /&gt;
&lt;br /&gt;
=== Applying splash screens on CTRNAND ===&lt;br /&gt;
# Put your SD card into your computer&lt;br /&gt;
# Get your splash screen of choice. You can get one you like from [https://themeplaza.art/splashes Theme Plaza]&lt;br /&gt;
# Open the &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file that the splash screen is inside of&lt;br /&gt;
# Extract &amp;lt;code&amp;gt;splash.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;splashbottom.bin&amp;lt;/code&amp;gt; to anywhere on your SD card&lt;br /&gt;
# Put your SD card back into your 3DS&lt;br /&gt;
# Press and hold (Start), and while holding (Start), power on your device to enter GodMode9 (or the Luma3DS chainloader)&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;&amp;lt;wherever you put your splash screens&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press (Left Shoulder) to mark &#039;&#039;both&#039;&#039; &amp;lt;code&amp;gt;splash.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;splashbottom.bin&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press (Y) to copy the items&lt;br /&gt;
# Press (B) until you are back at the GodMode9 &amp;lt;code&amp;gt;[root]&amp;lt;/code&amp;gt; screen&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[1: SYSNAND CTRNAND]&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;rw&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press (Y) to paste the items&lt;br /&gt;
# Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Press (A) to continue&lt;br /&gt;
# Press (Home) to bring up the action menu&lt;br /&gt;
# Select “Poweroff system” to power off your device&lt;br /&gt;
&lt;br /&gt;
{{success|text=Your splash has been successfully applied to CTRNAND!}}&lt;br /&gt;
&lt;br /&gt;
== Splash screens with fastboot3DS ==&lt;br /&gt;
&lt;br /&gt;
[[3DS:fastboot3DS|fastboot3DS]] is also capable of using splash screens if you want to have two splash screens for some reason (or don&#039;t want to use Luma3DS&#039;s splash screen feature). You can use the same splash screen images that you&#039;d use for Luma3DS.&lt;br /&gt;
&lt;br /&gt;
On boot, while the splash is displayed, you will be able to hold the (Home) button to enter fastboot3DS&#039;s menu.&lt;br /&gt;
&lt;br /&gt;
# Hold the (Home) button, then power on your device while still holding (Home) to enter fastboot3DS&#039;s menu&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Boot setup...&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Change boot mode...&amp;lt;/code&amp;gt;&lt;br /&gt;
#* Normal boot - Splash will display and then boot into fastboot3DS&#039;s menu&lt;br /&gt;
#* Quick boot - Splash will display and then boot into the first available boot slot&lt;br /&gt;
#* Quiet boot - Splash will not display normally on boot, but will still show when holding (Home) button to enter fastboot3DS&#039;s menu&lt;br /&gt;
# Press (B) to go back, then navigate to &amp;lt;code&amp;gt;Change splash...&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Use custom splash...&amp;lt;/code&amp;gt;&lt;br /&gt;
# Navigate to the folder where your splashes (&amp;lt;code&amp;gt;splash.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;splashbottom.bin&amp;lt;/code&amp;gt;) are located, then press (X) while hovering over the folder&lt;br /&gt;
#* For example, if your splashes are in &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt;, then hover over &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; (do not enter the folder) and press (X).&lt;br /&gt;
#* If your splashes are zipped, they will have to be unzipped before being selected&lt;br /&gt;
# Wait for fastboot3DS to convert the splash&lt;br /&gt;
&lt;br /&gt;
{{success|text=Your splash has been successfully applied!}}&lt;br /&gt;
If you want to change the duration of your splash:&lt;br /&gt;
# Hold the (Home) button, then power on your device while still holding (Home) to enter fastboot3DS&#039;s menu&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Boot setup...&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Change splash...&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Set splash duration...&amp;lt;/code&amp;gt;&lt;br /&gt;
# Use the D-Pad Up and Down keys to select how long you want your splash to display, then press (A) to confirm&lt;br /&gt;
#* There is a minimum and maximum time of 500ms and 10,000ms (0.5 to 10 seconds), respectively&lt;br /&gt;
== Creating a splash screen ==&lt;br /&gt;
If you want to put your graphic designer passion into use, you can create your own splash screen. This process can be generally simplified with the [https://jiggly.codeberg.page/splash-ds/ splash-ds web tool], but the gist is:&lt;br /&gt;
# Create your images with an image editor of your choice&lt;br /&gt;
#* The top screen must be &#039;&#039;&#039;400x240&#039;&#039;&#039; px and the bottom screen must be &#039;&#039;&#039;320x240&#039;&#039;&#039; px&lt;br /&gt;
# Open the [https://jiggly.codeberg.page/splash-ds/ splash-ds] website&lt;br /&gt;
# Drag-and-drop your images into the website, and play with the settings as you see fit&lt;br /&gt;
# Click &amp;quot;Download splash screen&amp;quot;&lt;br /&gt;
# Open the resulting &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file that the splash screen is inside of&lt;br /&gt;
# Put your SD card into your computer&lt;br /&gt;
# Extract &amp;lt;code&amp;gt;splash.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;splashbottom.bin&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
# Put your SD card back into your 3DS&lt;br /&gt;
&lt;br /&gt;
{{success|text=Your custom splash screen has been successfully applied!}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Splash_screens/78/en&amp;diff=11751</id>
		<title>Translations:3DS:Splash screens/78/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Splash_screens/78/en&amp;diff=11751"/>
		<updated>2026-03-24T15:21:04Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Open the [https://jiggly.codeberg.page/splash-ds/ splash-ds] website&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Splash_screens/75/en&amp;diff=11750</id>
		<title>Translations:3DS:Splash screens/75/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Translations:3DS:Splash_screens/75/en&amp;diff=11750"/>
		<updated>2026-03-24T15:21:04Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Importing a new version from external source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a splash screen ==&lt;br /&gt;
If you want to put your graphic designer passion into use, you can create your own splash screen. This process can be generally simplified with the [https://jiggly.codeberg.page/splash-ds/ splash-ds web tool], but the gist is:&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:Disallowed_content/es&amp;diff=11381</id>
		<title>Hacks Guide Wiki:Disallowed content/es</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:Disallowed_content/es&amp;diff=11381"/>
		<updated>2026-03-08T00:59:53Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Shortcut|HGW:DC}}&lt;br /&gt;
La Wiki de Hacks Guide aún está en desarrollo y todavía se está decidiendo que tipo de contenido se incluirá en el sitio. Sin embargo, ciertos tipos de guías o recursos están prohibidos.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Piracy&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Piratería ==&lt;br /&gt;
&lt;br /&gt;
Las herramientas y páginas usadas para acceder y descargar contenido protegido por derechos de autor no están permitidos en la Wiki de Hacks Guide. No publiques guías sobre como descargar juegos de pago de forma gratuita. No incluyas enlaces a ROMs pre-parcheadas. No incluyas enlaces o publiques guías sobre cómo usar herramientas SDK privadas de Nintendo o de otro desarrollador. No publiques información sobre como encontrar, descargar, o usar software filtrado u otro contenido que no ha sido oficialmente lanzado.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Cheating_in_online_games&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Hacer trampas en los juegos en línea ==&lt;br /&gt;
&lt;br /&gt;
No publiques información sobre cómo hacer trampas en gameplay online.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Bypassing_network_restrictions&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Evadir las restricciones de red ==&lt;br /&gt;
&lt;br /&gt;
No publiques información sobre como evadir las restricciones de red (también conocido como desbanear) impuestas por Nintendo u otros editores.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Tutorials_for_outdated_or_dangerous_setups&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Tutoriales sobre configuraciones obsoletas o peligrosas ==&lt;br /&gt;
&lt;br /&gt;
Los tutoriales y guías sobre como instalar una configuración obsoleta no están permitidos. Esto incluye, pero no se limita a, la configuración de menuhax, arm9loaderhax, rxTools, CakesFW, y otras configuraciones similares que han sido reemplazadas hace tiempo. Los tutoriales sobre como [[Special:MyLanguage/Downgrading|downgradear la versión del sistema]] sin ninguna razón (como en la 3DS) también cuenta como una configuración posiblemente peligrosa sin ningún beneficio. Por lo general se determina si una guía está obsoleta o no dependiendo del caso, pero entendemos que lo está (en el caso de la 3DS) si no funciona en una configuración con boot9strap.&lt;br /&gt;
&lt;br /&gt;
Esto no incluye guías sobre como cambiar estas configuraciones a una mas moderna, que podría o no requerir el uso de herramientas antiguas para hacerlo. Esto tampoco incluye artículos informativos que &#039;&#039;no&#039;&#039; son sobre como configurarlos o usarlos.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Non-Nintendo_guides&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Guías que no son de Nintendo ==&lt;br /&gt;
&lt;br /&gt;
Actualmente, la Wiki de Hacks Guide se enfoca en consolas de Nintendo. Esta wiki es principalmente administrada por el servidor de Nintendo Homebrew en Discord, cuya experiencia es en gran medida la Nintendo 3DS, Wii U, Nintendo Switch, y la Wii. Las guías para juegos de PC, Xbox, PlayStation, juegos móviles y otros no encajarían aquí, ya que no seríamos capaces de ofrecer el mismo nivel de soporte.&lt;br /&gt;
&lt;br /&gt;
Considera visitar [https://consolemods.org/wiki/Main_Page ConsoleMods.org].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;What_about_PlayStation_Vita?&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Y sobre la PlayStation Vita? ===&lt;br /&gt;
&lt;br /&gt;
El dominio hacks.guide también hostea una guía de hacks de Vita en vita.hacks.guide, pero esta gestionado principalmente por personas fuera del servidor de Nintendo Homebrew en Discord. Ya que nuestra experiencia se basa en consolas de Nintendo, esta es una wiki enfocada en Nintendo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;Game_strategy_guides&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Guías de estrategia para juegos ==&lt;br /&gt;
&lt;br /&gt;
Esta es una guía sobre hackeo y homebrew. Deberías considerar publicar tus guías en [https://strategywiki.org/ StrategyWiki] o en [[wikibooks:Wikibooks:Strategy guides|Wikibooks]].&lt;br /&gt;
&lt;br /&gt;
El estatus de las guías estratégicas y tutoriales para jugar a mods de juegos/ROM hacks aún no se ha decidido.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;AI-generated_content&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Contenido generado por IA ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
No se permite ningún tipo de texto, imágenes, videos, o cualquier cosa generada por &amp;quot;inteligencia artificial&amp;quot; Algunos ejemplos son, entre otros, ChatGPT, Gemini, Copilot, o DALL-E.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Project pages}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:Disallowed_content/en&amp;diff=11380</id>
		<title>Hacks Guide Wiki:Disallowed content/en</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Hacks_Guide_Wiki:Disallowed_content/en&amp;diff=11380"/>
		<updated>2026-03-08T00:59:40Z</updated>

		<summary type="html">&lt;p&gt;FuzzyBot: Updating to match new version of source page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Shortcut|HGW:DC}}&lt;br /&gt;
The Hacks Guide Wiki is still being made and the kinds of content that fits on the site is still being decided. However, certain kinds of guides or resources are prohibited.&lt;br /&gt;
&lt;br /&gt;
== Piracy ==&lt;br /&gt;
&lt;br /&gt;
Tools and websites used to access and download copyrighted content are not allowed on the Hacks Guide Wiki. Do not post guides on how to download paid games for free. Do not link to pre-patched ROMs. Do not link to or post guides on how to use private SDK tools by Nintendo or any other developer. Do not post information on how to find, download, or use leaked software or other content not officially released.&lt;br /&gt;
&lt;br /&gt;
== Cheating in online games ==&lt;br /&gt;
&lt;br /&gt;
Do not post information on how to cheat in online gameplay.&lt;br /&gt;
&lt;br /&gt;
== Bypassing network restrictions ==&lt;br /&gt;
&lt;br /&gt;
Do not post information on how to bypass network restrictions (also known as unbanning) put in place by Nintendo or other publishers.&lt;br /&gt;
&lt;br /&gt;
== Tutorials for outdated or dangerous setups ==&lt;br /&gt;
&lt;br /&gt;
Tutorials and guides on how to set up an outdated setup are not allowed. This includes but is not limited to setting up menuhax, arm9loaderhax, rxTools, CakesFW, and other similar long-superseded setups. Tutorials on how to [[Special:MyLanguage/Downgrading|downgrade the system version]] without a reason (such as on 3DS) also counts as a possibly dangerous setup with no benefit. Whether or not a guide is &amp;quot;outdated&amp;quot; is usually determined on a case-by-case basis, but we understand it to be (in the case of 3DS) anything that does not work on a boot9strap setup.&lt;br /&gt;
&lt;br /&gt;
This does not include guides on how to move away from these setups to a more modern one, which may or may not require using old tools to do so. This also does not include informational articles that are &#039;&#039;not&#039;&#039; about how to set up or use them.&lt;br /&gt;
&lt;br /&gt;
== Non-Nintendo guides ==&lt;br /&gt;
&lt;br /&gt;
The Hacks Guide Wiki currently focuses on Nintendo consoles. This wiki is administrated primarily by the Nintendo Homebrew server on Discord, whose expertise is largely the Nintendo 3DS, Wii U, Nintendo Switch, and Wii. Guides for PC games, Xbox, PlayStation, mobile games, and others wouldn&#039;t fit here, since we would not be able to provide the same level of support.&lt;br /&gt;
&lt;br /&gt;
Consider instead [https://consolemods.org/wiki/Main_Page ConsoleMods.org].&lt;br /&gt;
&lt;br /&gt;
=== What about PlayStation Vita? ===&lt;br /&gt;
&lt;br /&gt;
The hacks.guide domain also hosts a Vita hacking guide at vita.hacks.guide, but it is managed mostly by people outside of the Nintendo Homebrew server on Discord. Since our experience is Nintendo consoles, this is a Nintendo-focused wiki.&lt;br /&gt;
&lt;br /&gt;
== Game strategy guides ==&lt;br /&gt;
&lt;br /&gt;
This is a guide about hacking and homebrew. You should instead consider posting your guides to [https://strategywiki.org/ StrategyWiki] or [[wikibooks:Wikibooks:Strategy guides|Wikibooks]].&lt;br /&gt;
&lt;br /&gt;
The status on strategy guides and tutorials for playing game mods/ROM hacks is undecided.&lt;br /&gt;
&lt;br /&gt;
== AI-generated content ==&lt;br /&gt;
&lt;br /&gt;
Content generated by &amp;quot;artificial intelligence&amp;quot; is strictly disallowed. Do not publish text, images, videos, code, or anything else that has been created or modified using generative AI. Examples include, but are not limited to, ChatGPT, Gemini, Copilot, Claude, or DALL-E.&lt;br /&gt;
{{Project pages}}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>