====== Install Lubuntu Sd Image ====== //__About this Article__// * **Author**: benn --- benn@cubietech.com --- 2013/11/04 10:03 * **Copyrights**: [[http://creativecommons.org/licenses/by-sa/3.0/|CC Attribution-Share Alike 3.0 Unported]] * **Contributors**: [[http://cubieboard.org/|Cubieboard Community]] : ... ===== Abstract ===== We may want to install lubuntu desktop/​server to SD card, here is a guide for you. This guide is for Linux platform only. ===== Prerequisites ===== * Any Linux environment,​ we want sfdisk, dd, wget commands * An SD Card(at least 2GB) ===== Installation ====== ==== Download Images==== * u-boot $wget http://​dl.cubieboard.org/​software/​a20-cubietruck/​lubuntu/​ct-lubuntu-card0-v1.00/​u-boot-sunxi-with-spl-ct-20131102.bin * bootfs (partition 1) $wget http://​dl.cubieboard.org/​software/​a20-cubietruck/​lubuntu/​ct-lubuntu-card0-v1.00/​desktop/​bootfs-part1.img.gz * rootfs (partition 2) $wget http://​dl.cubieboard.org/​software/​a20-cubietruck/​lubuntu/​ct-lubuntu-card0-v1.00/​desktop/​rootfs-part2.img.gz ==== Extract the Images==== $gzip -d bootfs-part1.img.gz $gzip -d rootfs-part2.img.gz ==== Create Partitions on SD Card ==== sudo sfdisk --force --in-order -uS /dev/sdX < {{tag>Cubieboard Cubietruck}}