View Single Post
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#62
I have finished compressing the file and uploading it. It compressed to under 500 MB. Link here: http://www.filedropper.com/kubunturaw7z
Write this to your Kubuntu partition, not the whole microSD card. For example, write it to /dev/sdb1, not /dev/sdb.

Assuming it is /dev/sdb1:

Code:
sudo dd if=kubuntu.raw of=/dev/sdb1 bs=1M
 

The Following User Says Thank You to skykooler For This Useful Post: