Creating a bootable SDcard: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
(11 intermediate revisions by 2 users not shown)
Line 9: Line 9:
== Execute gparted as root  ==
== Execute gparted as root  ==
<pre>sudo gparted &amp;
<pre>sudo gparted
</pre>  
</pre>  
[[Image:Note20.png|center|400x100px|120p|caption]]
[[Image:Note20.png|center]]


==Create a 32MB FAT32 partition with the label: boot==
==Create a 32MB FAT32 partition with the label: boot==
Line 21: Line 21:
==Apply the operation to get your SD Card correctly partitioned and formated==
==Apply the operation to get your SD Card correctly partitioned and formated==
[[File:note24.png|center]]
[[File:note24.png|center]]
==Add the boot flags==
The gparted allow you to add those flags , add a boot flag to FAT32 partition.
<pre>
-->Partition tag
---->Manage Flags
------->Add the boot flag
</pre>
[[Category:Ubuntu]][[Category:Resolving Common Linux Problems]]

Revision as of 07:23, 16 March 2014

All the process was made with a SD CARD 8GB

The operation could be made with any other sd card.

Install Gparted

sudo apt-get install gparted

Execute gparted as root

sudo gparted

Create a 32MB FAT32 partition with the label: boot

Create a EXT3 partition with the rest of the SD CARD with the label: rootfs

Apply the operation to get your SD Card correctly partitioned and formated

Add the boot flags

The gparted allow you to add those flags , add a boot flag to FAT32 partition.

-->Partition tag 
---->Manage Flags
------->Add the boot flag