diff --git a/installation/installing-images/images/raspbian-jessie-extract-all.jpg b/installation/installing-images/images/raspbian-jessie-extract-all.jpg new file mode 100644 index 0000000000..44a08b397d Binary files /dev/null and b/installation/installing-images/images/raspbian-jessie-extract-all.jpg differ diff --git a/installation/installing-images/images/win32-disk-imager-run-as-admin.jpg b/installation/installing-images/images/win32-disk-imager-run-as-admin.jpg new file mode 100644 index 0000000000..0ca8870fe0 Binary files /dev/null and b/installation/installing-images/images/win32-disk-imager-run-as-admin.jpg differ diff --git a/installation/installing-images/images/win32-disk-imager.jpg b/installation/installing-images/images/win32-disk-imager.jpg new file mode 100644 index 0000000000..bbc66cc43b Binary files /dev/null and b/installation/installing-images/images/win32-disk-imager.jpg differ diff --git a/installation/installing-images/images/windows-locate-sd-card.jpg b/installation/installing-images/images/windows-locate-sd-card.jpg new file mode 100644 index 0000000000..45f288852a Binary files /dev/null and b/installation/installing-images/images/windows-locate-sd-card.jpg differ diff --git a/installation/installing-images/windows.md b/installation/installing-images/windows.md index d7dfb8547d..ed48806807 100644 --- a/installation/installing-images/windows.md +++ b/installation/installing-images/windows.md @@ -1,11 +1,46 @@ -# Installing Operating System Images using Windows - -- Insert the SD card into your SD card reader and check which drive letter was assigned. You can easily see the drive letter (for example `G:`) by looking in the left column of Windows Explorer. You can use the SD Card slot (if you have one) or a cheap SD adaptor in a USB port. -- Download the Win32DiskImager utility from the [Sourceforge Project page](http://sourceforge.net/projects/win32diskimager/) (it is also a zip file); you can run this from a USB drive. -- Extract the executable from the zip file and run the `Win32DiskImager` utility; you may need to run the utility as administrator. Right-click on the file, and select **Run as administrator**. -- Select the image file you extracted above. -- Select the drive letter of the SD card in the device box. Be careful to select the correct drive; if you get the wrong one you can destroy your data on the computer's hard disk! If you are using an SD card slot in your computer and can't see the drive in the Win32DiskImager window, try using a cheap SD adaptor in a USB port. -- Click `Write` and wait for the write to complete. +# Installing Operating System Images Using Windows + +## Downloading An Image + +Head to the [downloads page](https://www.raspberrypi.org/downloads/) and pick your desired operating system. + +Note: These can vary dramatically in size. The latest Raspbian is a 1.4GB download. + +Extract the downloaded Zip file by right clicking on it and choosing "Extract All" + +![Extracting downloaded Zip file](images/raspbian-jessie-extract-all.jpg) + +## Find your SD card + +Insert the SD card into your SD card reader. This can either be an SD card slot in your computer, or a cheap SD card adaptor plugged into a USB port. + +You should see a new drive letter pop up in the left column of Windows Explorer. This is the drive you must select in Win32DiskImager. + +![Find SD card](images/windows-locate-sd-card.jpg) + +## Download Win32DiskImager + +If you already have Win32DiskImager installed you can start it and skip to "Install The Image". + +You'll need to download the free Win32DiskImager from its [Sourceforge Project page](http://sourceforge.net/projects/win32diskimager/) + +![Download Win32 Disk Imager](images/win32-disk-imager.jpg) + +Click on the downloaded installer and run it, you may see warnings about an Unknown Publisher. In this case, it's safe to ignore these! + +At the end of the installation, uncheck "Launch Win32DiskImager" and click Finish. + +To start Win32DiskImager you will have to locate it in your start menu, right click, and choose **"Run As Administrator"** + +![Run Win32 Disk Imager](images/win32-disk-imager-run-as-admin.jpg) + +## Install The Image + +Select the drive letter of the SD card in the device box in Win32DiskImager. + +Be careful to select the correct drive; if you get the wrong one you can destroy your data on the computer's hard disk! If you are using an SD card slot in your computer and can't see the drive in the Win32DiskImager window, try using a cheap SD adaptor in a USB port. + +- Click `Write` and wait for the write to complete. This could take a long time. - Exit the imager and eject the SD card. ---