Using dd


dd is a common Unix program whose primary purpose is the copying and conversion of raw data

Usage: 

dd [Options]
Copy an image file to a hard drive or SD Card
dd if=/image.img of=/dev/hda bs=1000M
Now the hard bit is making sure that these names are correct otherwise you might loose your C drive. the bs option block size speeds up the process. 
If you are finding this a bit difficult and Unix programs like dd are - try an Easier Installation

News

August 8


Started on the Linux - made some general updates and a bit of site reorganisation


August 6


Father-in-Laws machine arrives - Now we can get started.