Changes

514 bytes added ,  09:03, 24 November 2010
no edit summary
Line 1: Line 1:  +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://ukusypumi.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 +
----
 +
=[http://ukusypumi.co.cc CLICK HERE]=
 +
----
 +
</div>
 
'''Boot it''' is a Linux loader designed for use with disc images placed on an SD card or USB Device. It bypasses the need for partitioning by allowing the user to run a disc image in almost exactly the same way as one would run a Linux live CD, with the notable exception that the user can actually make changes to the "disc" during their Linux session. It can also boot normal Linux partitions.
 
'''Boot it''' is a Linux loader designed for use with disc images placed on an SD card or USB Device. It bypasses the need for partitioning by allowing the user to run a disc image in almost exactly the same way as one would run a Linux live CD, with the notable exception that the user can actually make changes to the "disc" during their Linux session. It can also boot normal Linux partitions.
   Line 69: Line 77:       −
'''Step 1:''' Create an empty file: <br/>
+
'''Step 1:''' Create an empty file: &lt;br/>
dd if=/dev/zero of=<filename> count=<number of MB> bs=1M
+
dd if=/dev/zero of=&lt;filename> count=&lt;number of MB> bs=1M
   −
'''Step 2:''' Format it in ext2/3<br/>
+
'''Step 2:''' Format it in ext2/3&lt;br/>
mkfs.ext2 <filename>
+
mkfs.ext2 &lt;filename>
   −
'''Step 3:''' Mount the file and copy the filesystem<br/>
+
'''Step 3:''' Mount the file and copy the filesystem&lt;br/>
mount -o loop,rw <filename> <path_to_mount><br/>
+
mount -o loop,rw &lt;filename> &lt;path_to_mount>&lt;br/>
cp -r <path_to_filesystem>/* <path_to_mount><br/>
+
cp -r &lt;path_to_filesystem>/* &lt;path_to_mount>&lt;br/>
   −
'''Step 4:''' Umount it, and detach it from /dev/loop<br/>
+
'''Step 4:''' Umount it, and detach it from /dev/loop&lt;br/>
umount <path_to_mount><br/>
+
umount &lt;path_to_mount>&lt;br/>
losetup -d /dev/loop0 (ususally /dev/loop0, might be loop1,2...etc)<br/>
+
losetup -d /dev/loop0 (ususally /dev/loop0, might be loop1,2...etc)&lt;br/>
   −
'''Step 5:''' Copy it to the root of the first partition of the SDCard/USB <br/>
+
'''Step 5:''' Copy it to the root of the first partition of the SDCard/USB &lt;br/>
    
== Known Problems ==
 
== Known Problems ==
193

edits