Return to site

Linux Live Sd Card

broken image


LinuxLive USB Creator is a free and open-source software for Windows. It will help you in your journey of discovery with Linux. For you, LiLi creates portable, bootable and virtualized USB stick running Linux. This is a list of Linux distributions that can be run entirely from a computer's RAM. That ability allows them to be very fast, since reading and writing data from/to RAM is much faster than on a hard disk drive or solid state drive. Many of these operating systems will load from a removable media such as a Live CD or a Live USB stick.

Puppy Linux, an example of an operating system for live USBs.
Ubuntu 8.04 running Firefox, OpenOffice.org and Nautilus.

A live USB is a USB flash drive or external hard disk drive containing a full operating system that can be booted. They are the evolutionary next step after live CDs, but with the added benefit of writable storage, allowing customizations to the booted operating system. Live USBs can be used in embedded systems for system administration, data recovery, or test driving, and can persistently save settings and install software packages on the USB device.

Many operating systems including Mac OS 9, macOS, Windows XP Embedded and a large portion of Linux and BSD distributions can run from a USB flash drive, and Windows 8 Enterprise has a feature titled Windows To Go for a similar purpose.

Background[edit]

To repair a computer with booting issues, technicians often use lightweight operating systems on bootable media and a command-line interface. The development of the first Live CDs with graphical user interface made it feasible for non-technicians to repair malfunctioning computers. Most Live CDs are Linux-based, and in addition to repairing computers, these would occasionally be used in their own right as operating systems.

Personal computers introduced USB booting in the early 2000s, with the Macintosh computers introducing the functionality in 1999 beginning with the Power Mac G4 with AGP graphics and the slot-loading iMac G3 models.[1] Intel-based Macs carried this functionality over with booting macOS from USB.[2] Specialized USB-based booting was proposed by IBM in 2004 with Reincarnating PCs with Portable SoulPads and Boot GNU/Linux from a FireWire device.[3][4]

Benefits and limitations[edit]

A USB flash drive.

Live USBs share many of the benefits and limitations of live CDs, and also incorporate their own.

Benefits[edit]

  • In contrast to live CDs, the data contained on the booting device can be changed and additional data stored on the same device. A user can carry their preferred operating system, applications, configuration, and personal files with them, making it easy to share a single system between multiple users.
  • Live USBs provide the additional benefit of enhanced privacy because users can easily carry the USB device with them or store it in a secure location (e.g. a safe), reducing the opportunities for others to access their data. On the other hand, a USB device is easily lost or stolen, so data encryption and backup is even more important than with a typical desktop system.
  • The absence of moving parts in USB flash devices allows true random access, thereby avoiding the rotational latency and seek time of hard drives or optical media, meaning small programs will start faster from a USB flash drive than from a local hard disk or live CD. However, as USB devices typically achieve lower data transfer rates than internal hard drives, booting from older computers that lack support for USB 2.0 or newer can be very slow.

Limitations[edit]

  • LiveUSB OSes like Ubuntu Linux apply all filesystem writes to a casper filesystem overlay (casper-rw) that, once full or out of flash drive space, becomes unusable and the OS ceases to boot.
  • USB controllers on add-in cards (e.g., ISA, PCI, and PCI-E) are almost never capable of being booted from, so systems that do not have native USB controllers in their chipset (e.g., such as older ones before USB) likely will be unable to boot from USB even when USB is enabled via such an add-in card.
  • Some computers, particularly older ones, may not have a BIOS that supports USB booting. Many which do support USB booting may still be unable to boot the device in question. In these cases a computer can often be 'redirected' to boot from a USB device through use of an initial bootable CD or floppy disk.[5][6][7]
  • Some Intel-based Macintosh computers have limitations when booting from USB devices – while the Extensible Firmware Interface (EFI) firmware can recognize and boot from USB drives, it can do this only in EFI mode. When the firmware switches to 'legacy' BIOS mode, it no longer recognizes USB drives. Non-Macintosh systems, notably Windows and Linux, may not be typically booted in EFI mode and thus USB booting may be limited to supported hardware and software combinations that can easily be booted via EFI.[8] However, programs like Mac Linux USB Loader can alleviate the difficulties of the task of booting a Linux-live USB on a Mac. This limitation could be fixed by either changing the Apple firmware to include a USB driver in BIOS mode, or changing the operating systems to remove the dependency on the BIOS.
  • Due to the additional write cycles that occur on a full-blown installation, the life of the flash drive may be slightly reduced. This doesn't apply to systems particularly designed for live systems which keep all changes in RAM until the user logs off.[9] A write-locked SD card (known as a Live SD, the solid-state counterpart to a Live CD) in a USB flash card reader adapter is an effective way to avoid any duty cycles on the flash medium from writes and circumvent this problem. The SD card as a WORM device has an essentially unlimited life. An OS such as Linux can then run from the live USB/SD card and use conventional media for writing, such as magnetic disks, to preserve system changes; .

Setup[edit]

Various applications exist to create live USBs; examples include Rufus, Fedora Live USB Creator, UNetbootin, WinToUSB, Win32DiskImager, and YUMI, which works with a variety of distributions. A few Linux distributions and live CDs have ready-made scripts which perform the steps below automatically. In addition, on Knoppix and Ubuntu extra applications can be installed, and a persistentfile system can be used to store changes. A base install ranges between as little as 16 MiB (Tiny Core Linux) to a large DVD-sized install (4 gigabytes).

To set up a live USB system for commodity PC hardware, the following steps must be taken:

  • A USB flash drive needs to be connected to the system, and be detected by it
  • One or more partitions may need to be created on the USB flash drive
  • The 'bootable' flag must be set on the primary partition on the USB flash drive
  • An MBR must be written to the primary partition of the USB flash drive
  • The partition must be formatted (most often in FAT32 format, but other file systems can be used too)
  • A bootloader must be installed to the partition (most often using syslinux when installing a Linux system)
  • A bootloader configuration file (if used) must be written
  • The necessary files of the operating system and default applications must be copied to the USB flash drive
  • Language and keyboard files (if used) must be written to the USB flash drive
  • USB support in the BIOS's boot menu (although there are ways to get around this; actual use of a CD or DVD can allow the user to choose if the medium can later be written to. Write Once Read Many discs allow certainty that the live system will be clean the next time it is rebooted.)

Knoppix live CDs have a utility that, on boot, allows users to declare their intent to write the operating system's file structures either temporarily, to a RAM disk, or permanently, on disk or flash media to preserve any added configurations and security updates. This can be easier than recreating the USB system but may be moot since many live USB tools are simple to use.

Full installation[edit]

An alternative to a live solution is a traditional operating system installation with the elimination of swap partitions. This installation has the advantage of being efficient for the software, as a live installation would still contain software removed from the persistent file due to the operating system's installer still being included with the media. However, a full installation is not without disadvantages; due to the additional write cycles that occur on a full installation, the life of the flash drive may be slightly reduced. To mitigate this, some live systems are designed to store changes in RAM until the user powers down the system, which then writes such changes. Another factor is if the speed of the storage device is poor; performance can be comparable to legacy computers even on machines with modern parts if the flash drive transfers such speeds. One way to solve this is to use a USB hard drive, as they generally give better performance than flash drives regardless of the connector.

Microsoft Windows[edit]

Although many live USBs rely on booting an open-source operating system such as Linux, it is possible to create live USBs for Microsoft Windows by using Diskpart[citation needed] or WinToUSB.[10]

See also[edit]

  • Virtualization (VirtualBox)

References[edit]

  1. ^'USB Info and Benefits of Dual-Channel USB'. Apple (published February 20, 2012). September 16, 2003. Archived from the original on May 12, 2013. Retrieved September 25, 2016. Bootable USB drives: A storage device such as a SuperDisk, Zip disk, or other USB storage drive can be used to hold a valid system folder and used at startup.
  2. ^'Starting from an external USB storage device (Intel-based Macs)'. Apple. March 22, 2016. Archived from the original on May 22, 2016. Retrieved September 25, 2016.
  3. ^Singer, Michael (August 15, 2005). 'IBM brains capture a PC's soul'. CNET. CBS Interactive. Archived from the original on September 27, 2016. Retrieved September 25, 2016.
  4. ^Honeyford, Martyn (July 15, 2004). 'Boot Linux from a FireWire device'. IBM DeveloperWorks. IBM. Archived from the original on January 17, 2007. Retrieved May 15, 2016.
  5. ^Trevor (May 6, 2010). 'Boot From a USB Drive Even if your BIOS Won't Let You'. How-To Geek. Archived from the original on September 23, 2016. Retrieved September 25, 2016.
  6. ^'Plop Boot Manager'. February 7, 2012. Retrieved September 25, 2016.
  7. ^'Use a Floppy to Boot USB Pendrive Linux'. Pen Drive Linux. 2007-11-21. Retrieved September 25, 2016.
  8. ^knome (December 14, 2013). 'MactelSupportTeam/EFI-Boot-Mactel'. Ubuntu Community Help Wiki. Canonical Ltd. Archived from the original on March 4, 2016. Retrieved September 25, 2016.
  9. ^'XFCE minimum install HD'. Linux Mint Forums. Archived from the original on September 27, 2016. Retrieved September 25, 2016. Live cd only write to the swap partition if your pc has one.
    If it doesn't it'll only use your RAM.
  10. ^Gordon, Whitson. 'How to Run a Portable Version of Windows from a USB Drive'. Lifehacker. Gawker Media. Archived from the original on September 25, 2016. Retrieved September 25, 2016.

External links[edit]

Wikimedia Commons has media related to Live USB.
Wikibooks has a book on the topic of: Live distro and Full Linux Install
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Live_USB&oldid=998047751'


  • 3Create your own
    • 3.3Flashing the SD Card using Windows
    • 3.4Flashing the SD card using Mac OS X
    • 3.5Flashing the SD Card using Linux (including on a Raspberry Pi!)
  • 7References


Getting Started:

Buying Guide - for advice on buying the Raspberry Pi.

SD Card Setup - for information on how to prepare the SD Card used to boot your Raspberry Pi.

Basic Setup - for help with buying / selecting other hardware and setting it up.

Beginners Guide - you are up and running, now what can you do?

Latest RPi 4 Topics - Recent topics on Raspberry Pi 4 and the Pi OS

Advanced Setup - for more extensive information on setting up.

Trouble Shooting - some things to check if things don't work as expected.

The Raspberry Pi will not start without a properly formatted SD Card, containing the bootloader and a suitable operating system. Many problems with booting the Raspberry Pi are a result of an improperly formatted or corrupted card. Make sure that you insert the card before powering on the Raspberry Pi, and that you shutdown the Raspberry Pi before unplugging the card. If you do have problems booting the Raspberry Pi, see the trouble shooting page first.

You will also need to choose a distribution. Available distributions are shown here; you will need the Raspberry Pi bootloader to launch your distribution, so you need one for the Raspberry Pi and cannot download a PC based distribution and use that. Note that you can have several SD Cards with a separate distribution on each, then power off, swap cards and restart the Raspberry Pi to use that card.

Some Raspberry Pi kits will come with a ready-to-go card with the distribution pre-installed, or these can be bought separately. There is more on this below.

If you don't have a pre-installed card you will need to prepare your own. Make sure you get a reasonable quality card rather than a cheap one. Check the SD Card list if you are not sure. Warning! When you write the Raspberry Pi image to your SD card you will lose all data that was on the card. Official images are available from http://www.raspberrypi.org/downloads.

Note: It is highly recommended that you start with the latest official NOOBS installer: check the Raspberry Pi official website (http://www.raspberrypi.org/downloads) for the current version. This makes the process of installing an operating system as easy as copying a few files in a zip archive to your SD card. This contains the reccomended Raspbian distribution, as well as various other distributions, all of which are available as individual images from the downloads page, if you prefer not to use NOOBS.

Buying a preloaded SD card from a reputable supplier means that you can just plug it in and power up your Raspberry Pi; it should then just work. If you don't buy one of these, you will have to create your own using the instructions below

You may need to perform an upgrade of the card once you have got the Raspberry Pi working, as a distribution (usually) is continuously updated and the card may not contain those updates

Compare these for prices, delivery, distribution and card size/class:

  • Official Raspberry Pi Swag Store
  • The Pi Hut offers a wide range of SD cards preloaded with either:
    • NOOBS.
    • Raspbian.
    • OpenELEC XBMC.
    • PiPlay (formerly PiMame).
  • ModMyPi Sell high quality SanDisk SD cards pre-loaded with the latest NOOBs.

Public Service Announcement on SD Cards. There have been reports of problems with SD cards purchased from ebay and Amazon. Make sure the SD card you're purchasing is up to date with the latest version of your chosen operating System to avoid any issues.

To create your own SD Card for the Raspberry Pi you will need access to another machine, or a friend with one. You will need to be careful, as you could corrupt the disk on that machine if you do things wrong (although it is not hard to do it right, and NOOBS makes it impossible to go wrong). If you are lucky, you might find a local Raspberry Pi or Linux group who will offer to load your card for you.

You will also need to choose and download a distribution (mentioned above), or use NOOBS, which has all the . Check the Distributions list to make sure that you are getting a distribution that will work with the Raspberry Pi. Note that the distribution must be written to the card using the methods below; the standard file copy method will not work

Using NOOBS

Recently, the Raspberry Pi Foundation have released a really easy way to set up your SD Card. It's called the New Out Of Box Software (or NOOBS for short) and provides a really easy way to install Raspberry Pi distributions. Be warned, however, that it is a 1 GB download - if you have a limit on what you are allowed to download, follow the instructions below, as the other images are around 500 MB.

  1. Download NOOBS from the raspberrypi.org downloads page
  2. Insert a (4 GB+) SD Card into your computer
    • If you want to save space on the SD Card, you can delete some of the images inside the os folder in the NOOBS zip file that you don't want to use.
  3. Format the disk
    • Windows
    1. Download and install the SD Association's Formatting tool from https://www.sdcard.org/downloads/formatter_4/eula_windows/
    2. Open the Application you have just installed
    3. Set 'FORMAT SIZE ADJUSTMENT' to ON in the Options menu.
    4. Make sure you have selected the Drive your SD Card is inserted in
    5. Click 'Format'
    • Mac
    1. Download and install the SD Association's Formatting tools from https://www.sdcard.org/downloads/formatter_4/eula_mac/
    2. Select 'Overwrite format'
    3. Make sure you have selected your SD Card, and not something else
    4. Click 'Format'
    • Linux
    1. Use gparted (or the command-line version parted if you prefer), if you don't have it, install it as you usually would.
    2. Format the entire disk as FAT32 (FAT16 will not work! Make sure you select the correct disk!)
  4. Extract the file you downloaded in Step 1
  5. Copy the files you just extracted to your SD Card (see below on flashing your SD card)

Not all monitors work with NOOBS straight away. If your monitor is one of those that doesn't work, press the Number buttons 1-4 until you see what you want.

  1. Default HDMI Mode
  2. HDMI Safe Mode - Use this if Default (1) doesn't work and you cannot see anything
  3. Composite PAL Mode - Use this or 4. if you are using the yellow and black outputs on the opposite side to the HDMI output
  4. Composite NTSC Mode

Using Android Phone

There is an android app which will both download and write SD card images direct on the phone using internal SD card reader, or an external USB OTG reader

This can write NOOBS images on a standard android phone without requiring root access:

Flashing the SD Card using Windows

Using the Win32DiskImager program

  1. Download the distribution from the raspberrypi.org downloads page or from a mirror or torrent. Make sure the distribution is for the Raspberry Pi, as others will not work. Usually these are zipped (compressed) files ending in .zip or .gz (something like 'distribution-name.zip').
  2. Extract the image file from the downloaded .zip file, so you now have 'distribution-name.img'.
  3. Insert the SD card into your SD card reader and check what drive letter it 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 Adapter in a USB slot.
  4. Download the Win32DiskImager utility (it is also a zip file). You can run this from a USB drive.
  5. 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'
  6. Select the image file you extracted above.
  7. 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 (if you have one) and can't see the drive in the Win32DiskImager window, try using a cheap Adapter in a USB slot.
  8. Click Write and wait for the write to complete.
  9. Exit the imager and eject the SD card.
  10. You are now ready to plug the card into your Raspberry Pi. See RPi_Hardware_Basic_Setup for the other things you need.

In Windows, the SD card will appear only to have a fairly small size once written - about 55 to 75 MB. This is because most of the card has a partition that is formatted for the Linux operating system that the Raspberry Pi uses which is not visible in Windows. If you don't see this small directory with files such as kernel.img then the copy may not have worked correctly.

Using flashnul (if Win32DiskImager isn't successful)

You may not be able to choose the device in Win32DiskImager on some notebooks so this is a different way to achieve the same thing on a Windows machine.

  • Download the distribution from the | raspberrypi.org downloads page or from a mirror or torrent. Make sure the distribution is for the Raspberry Pi, as others will not work. Usually these are zipped (compressed) files ending in .zip or .gz (something like 'distribution-name.zip').
  • Extract the image file from the downloaded .zip file, so you now have 'distribution-name.img'.
  • Insert the SD card into your SD card reader and check what drive letter it was assigned. You can easily see the drive letter (for example G:) by looking in the left column of Windows Explorer. You can use an SD Card slot in your computer (if you have one) or a cheap Adapter in a USB slot.
  • Download the flashnul software from http://shounen.ru/soft/flashnul/index.html ; here is the English Translated version with a link to instructions (also translated)
  • Download the latest version. At the time of writing it was flashnul-1rc1.
  • Extract the application from the archive.
  • Click Start button > All Programs > Accessories > Command Prompt, right click on it and Run as Administrator.
  • Run flashnul with argument '-p':
  • Flashnul will tell you something like this (it should be different, as it depends on the drives on your machine):
  • Use the Load option of flashnul to put the image file on the SD Card. Make sure that you use the correct drive letter for the SD Card as that drive will be overwritten!

Where C:flashnulflashnul.exe is the location of the flashnul program; E: is the drive you want to overwrite, and C:tempdistribution-name.img is the location of the .img file.

  • Flashnul will give you a device summary and a caution message. Check the information to make sure you have selected the correct device, then type yes and press enter.
  • If you get an access denied error, make sure to close all explorer windows or folders open for the device, then try re-plugging the SD card.

Using the Fedora Remix Installer

Download the installer program from Fedora ARM Installer. This will download and install the Raspberry Pi Fedora Remix images, but it will also install other images if they are already downloaded and in uncompressed or .gz format. This also works with Linux.

Using Etcher

  • Download the appropriate version (x86/x64) of Etcher.
  • Download the operating system package from the raspberrypi.org downloads page or from a mirror or torrent. Make sure the distribution is for the Raspberry Pi, as others will not work.
  • Insert an SD card into your computer.
  • Run the Etcher exe you've downloaded. When started, select the operating system package you've got (Etcher can burn SD card directly from compressed files such as '.zip', '.gz', '.bz2', '.xz', or from the uncompressed '.img' files, and many other format). Etcher tries to auto-select your SD card drive. If you have multiple drives that can be written to, choose manually the one that corresponds to your SD card. Start flashing. The image written to your card will be verified afterwards.

Etcher is cross-platform, and works on Windows, Mac OS X, and Linux as well, and it prevents you from overwriting the system disk of your computer.

Flashing the SD card using Mac OS X

To save yourself time and frustration, you may wish to use a procedure that has worked some time during the past 2 years. If so, skip ahead to the section for using the system tools from the command line.

Note: In OS X each disk may have two path references in /dev:

  • /dev/disk# is a buffered device, which means any data being sent undergoes extra processing.
  • /dev/rdisk# is a raw path, which is much faster, and perfectly OK when using the dd program.

On a Class 4 SD card the difference was around 20 times faster using the rdisk path.

Run an App (Only with graphical interface)

Pi Filler

Pi Filler is a simple tool for copying a Raspberry Pi operating system image file to an SD card, or restoring an SD card backup created by Pi Copier. Version 1.3 is about 5x faster than previous versions and can write a full card in 5-7 minutes. Pi Filler automatically identfies your SD card (and asks for confirmation to prevent any chance of the wrong disk being written to), and shows estimated time remaining during the copy. After it's done, if your Raspberry Pi is not connected to a display, you can use Pi Finder to locate it on your network and log in from Terminal. These utilities are written in AppleScript and Bash, are compatible with OS X 10.6 Snow Leopard through 10.12 Sierra, and include source code.


RPi-sd card builder

The RPi-sd card builder utility is an application which will walk you through the process of installing to SD card. Note: This is a closed source application which requires your root password.


ApplePi-Baker v2

The new ApplePi-Baker v2 is a free utility that allows you to create a NOOBS SD, write an IMG file to SD card, or backup an SD card to IMG, with only a few simple clicks. This is a closed source application. The so called sudo password, unlike all other applications, is no longer needed (developed per Apple's security guidelines with Privileged Helper). The application is written in Lazarus Pascal, 64 bits, signed and supports Retina. The latest version (2.0.0) has been tested and is compatible with the latest macOS version (at this time: Mojave 10.14.4). Some of the new features are; pretty much any compression format is supported, sizes are properly checked before writing to disk, optional enabling of SSH after restore, optional auto eject, and writing to multiple disks in one restore.

ApplePi-Baker now also supports Shrinking (during backup) and Expanding (during restore) of Linux partitions. System 7 live.


PiWriter

PiWriter is a simple wizard made using shell scripts, PlatyPus and CocoaDialog. To prevent users from making mistakes the wizard auto-detect's the SD card you plan to use and prevents you from selecting your system disk. Also there is no need for a root password so even less damage can be done. The nextgen PiWriter2 introduces a new 'drag and drop' approach and also includes a backup feature. PiWriter 1.0.4 does not work on Mac OS X Mavericks. Nor does it work on OS X Yosemite, 10.10.5.

  • Watch full OS X HOWTO video using PiWriter 1.x By: Bruce Fulton

Etcher

Etcher is a cross-platform disk image flasher (Win/Mac/Linux), that prevents you from overwriting your system disk by accident, verifies the written SD card image, and can also flash directly from compressed formats such as '.zip', '.gz', '.bz2', '.xz'. Download the operating system package from the raspberrypi.org downloads page or from a mirror or torrent. Insert an SD card into your computer. Starting Etcher, select the operating system package you've got. Etcher tries to auto-select your SD card drive. If you have multiple drives that can be written to, choose manually the one that corresponds to your SD card. Start flashing after entering the sudo password. The image written to your card will be verified afterwards.

Using system tools

Images are available from the Raspberry Pi organization here: http://www.raspberrypi.org/downloads

Once you have downloaded the image you want, you should

  1. Verify the file using the published hash value (note 1)
  2. unzip the file to extract the image (.img) file (note 2)
  3. use the command-line tools iaw RasPi's procedure to copy the image to your SD card

note 1: from the command line: $ openssl sha1 path_to_file.img, or drag&drop the .img file into command window instead of typing the full path and file name.

note 2: if you use the native file de-compressor in OS X, you may have issues because it sucks. Instead, consider getting an app that really works; e.g. Unarchiver.

For OS X users, the rest of the information on this page is largely outdated, and a waste of your time.


  1. Download the image from a mirror or torrent
  2. Extract the image by double clicking on the download file
  3. Connect the SD card reader with the SD card inside; note: must be formatted in FAT32!
  4. From the Apple () menu, choose About This Mac, then click on More info..; if you are using Mac OS X 10.8.x Mountain Lion then click on System report.
  5. Click on USB (or Card Reader if using an in-built SD card reader) then search for your SD card in the upper right section of the window; click it, then search for BSD name in the lower right section: must be something like diskn where n is a number (for example, disk4). Note this number
  6. Unmount the partition so that you will be allowed to overwrite the disk by opening Disk Utility and unmounting it (do not eject it, or you have to reconnect it). Note: On Mac OS X 10.8.x Mountain Lion, 'Verify Disk' (before unmounting) will display the BSD name as '/dev/disk1s1' (or similar), allowing you to skip the previous two steps.
  7. From the Terminal run:
    • sudo dd if=path_of_your_image.img of=/dev/diskn bs=1M
    • Remember to replace n with the number that you noted before!
  8. Wait a LONG time! (or see the note above about using /dev/rdisk#..) To see the current status, send SIGINFO signal by pressing Ctrl+T.
  9. You're done! Insert it in the Raspberry Pi, and have fun

Using command line tools (1)

  • If you are comfortable with the command line, you can image a card without any additional software. Run:
    • diskutil list
      • identify the disk (not partition) of your SD card. e.g. disk4 (not disk4s1)
    • diskutil unmountDisk /dev/
      • e.g. diskutil unmountDisk /dev/disk4
    • sudo dd bs=1m if=.img of=/dev/
      • e.g. sudo dd bs=1m if=2014-09-09-wheezy-raspbian.img of=/dev/disk4
      • (This will take a few minutes)

Using command line tools (2)

Here is a procedure published by the Raspberry Pi organization that actually works for current versions of OS X. It requires use of the command line tools, but if you follow it, you will be successful. If you try the 'GUI Tools' listed above for OS X, you will likely encounter issues. Also, you may largely ignore the balance of this section as this page has self-deprecated due to lack of maintenance.


Note: Some users have reported issues with using Mac OS X to create SD cards.

  1. These commands and actions need to be performed from an account that has administrator privileges.
  2. Download the image from a mirror or torrent
  3. Verify if the the hash key is the same (optional), in the terminal run:
    • shasum ~/Downloads/2014-09-09-wheezy-raspbian.zip
  4. Extract the image:
    • unzip ~/Downloads/2014-09-09-wheezy-raspbian.zip
    • (or: just double click the zip, it will extract automatically)
  5. From the terminal run df -h
  6. Connect the SD card reader with the SD card inside
  7. Run df -h again and look for the new device that wasn't listed last time. Record the device name of the filesystem's partition, for example, /dev/disk3s1
  8. Unmount the partition so that you will be allowed to overwrite the disk:
    • sudo diskutil unmount /dev/disk3s1
    • (or: open Disk Utility and unmount the partition of the SD card (do not eject it, or you have to reconnect it)
  9. Using the device name of the partition work out the raw device name for the entire disk, by omitting the final 's1' and replacing 'disk' with 'rdisk' (this is very important: you will lose all data on the hard drive on your computer if you get the wrong device name). Make sure the device name is the name of the whole SD card as described above, not just a partition of it (for example, rdisk3, not rdisk3s1. Similarly you might have another SD drive name/number like rdisk2 or rdisk4, etc. -- recheck by using the df -h command both before & after you insert your SD card reader into your Mac if you have any doubts!):
    • For example, /dev/disk3s1 => /dev/rdisk3
  10. In the terminal write the image to the card with this command, using the raw disk device name from above (read carefully the above step, to be sure you use the correct rdisk# here!):
    • sudo dd bs=1M if=~/Downloads/2014-09-09-wheezy-raspbian/2014-09-09-wheezy-raspbian.img of=/dev/rdisk3
    • if the above command report an error (dd: bs: illegal numeric value), please change bs=1M to bs=1m
    • (note that dd will not feedback any information until there is an error or it is finished, information will show and disk will re-mount when complete. However if you are curious as to the progresss - ctrl-T (SIGINFO, the status argument of your tty) will display some en-route statistics).
  11. After the dd command finishes, eject the card:
    • sudo diskutil eject /dev/rdisk3
    • (or: open Disk Utility and eject the SD card)
  12. Insert it in the Raspberry Pi, and have fun
  • (Mac) The RasPiWrite utility is a Python script which will walk you through the process of installing to SD card, it works with any Raspberry Pi compatible disk image, and can download one of the currently available distros if you don't have one. [As of April 2015, several fatal but easy-to-fix, bugs prevent RasPiWrite from running at all and have been present for over a year, and thus RasPiWrite seems abandoned, at least for now. You can use it if you are willing to fix Python syntax errors. ]

Flashing the SD Card using Linux (including on a Raspberry Pi!)

Using ImageWriter (graphical interface)

If you are using Ubuntu and hesitate to use the terminal, you can use the ImageWriter tool (nice graphical user interface) to write the .img file to the SD card.

  1. Download the zip file containing the image from a mirror or torrent
  2. Right click the zip file and select 'Extract here'
    • ATTENTION: As of this writing (15 June 2012), there is a bug in the ImageWriter program that causes it to fail if the filename of the image file or its path (i.e. all the names of any parent folders that you extract the image file into) contain any space characters. Before going any further, ensure that neither the file name of the image you're using or the path contain any spaces (or other odd characters, for that matter). A bug has been opened for this issue: https://bugs.launchpad.net/usb-imagewriter/+bug/1013834 Once the issue is fixed, edit this page to advise people to use an updated/patched version of ImageWriter.
  3. Insert the SD card into your computer or connect the SD card reader with the SD card inside
  4. Install the ImageWriter tool from the Ubuntu Software Center
  5. Launch the ImageWriter tool (it needs your administrative password)
  6. Select the image file (example 2012-10-28-wheezy-raspbian.img) to be written to the SD card (note: because you started ImageWriter as administrator the starting point when selecting the image file is the administrator's home folder so you need to change to your own home folder to select the image file)
  7. Select the target device to write the image to (your device will be something like '/dev/mmcblk0' or '/dev/sdc')
  8. Click the 'Write to device' button
  9. Wait for the process to finish and then insert the SD card in the Raspberry Pi

Using Etcher (graphical interface)

  1. Download the appropriate Linux version (x86/x64) of the Etcher AppImage. AppImage is a stand-alone packaged version of the Etcher tool, and make that file executable.
  2. Download the operating system package from the raspberrypi.org downloads page or from a mirror or torrent. Make sure the distribution is for the Raspberry Pi, as others will not work.
  3. Insert an SD card into your computer.
  4. Run the Etcher AppImage. When started, select the operating system package you've downloaded (Etcher can burn SD card directly from compressed files such as '.zip', '.gz', '.bz2', '.xz', or from the uncompressed '.img' files, and many other format). Etcher tries to auto-select your SD card drive. If you have multiple drives that can be written to, choose manually the one that corresponds to your SD card. Start flashing. The image written to your card will be verified afterwards.

Etcher is cross-platform, and works on Windows, Mac OS X, and Linux as well, and it prevents you from overwriting the system disk of your computer.

List Sd Cards Linux

Using the Linux command line

Please note that the use of the 'dd' tool can overwrite any partition of your machine. If you specify the wrong device in the instructions below you could delete your primary Linux partition. Please be careful.

  1. Download the zip file containing the image from a mirror or torrent
  2. Verify if the the hash key of the zip file is the same as shown on the downloads page (optional). Assuming that you put the zip file in your home directory (~/), in the terminal run:
    • sha1sum ~/2012-12-16-wheezy-raspbian.zip
    • This will print out a long hex number which should match the 'SHA-1' line for the SD image you have downloaded
  3. Extract the image, with
    • unzip ~/2012-12-16-wheezy-raspbian.zip
  4. Run df -h to see what devices are currently mounted
  5. If your computer has a slot for SD cards, insert the card. If not, insert the card into an SD card reader, then connect the reader to your computer.
  6. Run df -h again. The device that wasn't there last time is your SD card. The left column gives the device name of your SD card. It will be listed as something like '/dev/mmcblk0p1' or '/dev/sdd1'. The last part ('p1' or '1' respectively) is the partition number, but you want to write to the whole SD card, not just one partition, so you need to remove that part from the name (getting for example '/dev/mmcblk0' or '/dev/sdd') as the device for the whole SD card. Note that the SD card can show up more than once in the output of df: in fact it will if you have previously written a Raspberry Pi image to this SD card, because the Raspberry Pi SD images have more than one partition.
  7. Now that you've noted what the device name is, you need to unmount it so that files can't be read or written to the SD card while you are copying over the SD image. So run the command below, replacing '/dev/sdd1' with whatever your SD card's device name is (including the partition number)
    • umount /dev/sdd1
    • If your SD card shows up more than once in the output of df due to having multiple partitions on the SD card, you should unmount all of these partitions.
  8. In the terminal write the image to the card with this command, making sure you replace the input file if= argument with the path to your .img file, and the '/dev/sdd' in the output file of= argument with the right device name (this is very important: you will lose all data on the hard drive on your computer if you get the wrong device name). Make sure the device name is the name of the whole SD card as described above, not just a partition of it (for example, sdd, not sdds1 or sddp1, or mmcblk0 not mmcblk0p1)
    • dd bs=4M status=progress if=~/2012-12-16-wheezy-raspbian.img of=/dev/sdd
      • Please note that block size set to 4M will work most of the time, if not, please try 1M, although 1M will take considerably longer.
    • Note that if you are not logged in as root you will need to prefix this with sudo
    • If you choose to omit the 'status=progress' option the dd command will not give any information of its progress and so may appear to have frozen. It could take more than five minutes to finish writing to the card. If your card reader has an LED it may blink during the write process. To see the progress of the copy operation you can run pkill -USR1 -n -x dd in another terminal (prefixed with sudo if you are not logged in as root). The progress will be displayed (perhaps not immediately, due to buffering) in the original window, not the window with the pkill command.
    • Alternatively, you can use the following command to run dd as a background process. It will return a pid as well as report the result of the copy upon completion:
      • dd bs=4M if=./2015-05-05-raspbian-wheezy.img of=/dev/sdd & pid=$!
      • You can verify the process is still running throughout the copy with: pidof dd
  9. Instead of dd you can use dcfldd; it will give a progress report about how much has been written.
  10. Another option to monitor progress is to use Pipe Viewer (pv). Pipe dd input part through pv to the output part of dd:
  11. You can check what's written to the SD card by dd-ing from the card back to your harddisk to another image, and then running diff (or md5sum) on those two images. There should be no difference.
  12. As root run the command sync or if a normal user run sudo sync (this will ensure the write cache is flushed and that it is safe to unmount your SD card)
  13. Remove SD card from card reader, insert it in the Raspberry Pi, and have fun

Using any system and BerryBoot

If your Raspberry Pi is connected to the Internet, you can use the BerryBoot installer to let it download and install the operating system. This requires that you first use a normal Windows/Mac/Linux computer to download a small .zip file with the Berryboot system files and extract it to an empty SD card. Then you put the SD card in your Raspberry Pi, and follow the on-screen prompts to complete the installation. An additional advantage is that Berryboot allows you to install more than one operating system on a single SD card. Also, it is not necessary to install any additional software on your normal Windows/Mac/Linux computer.

To write your SD card you start by downloading the SD image (the data you will write to the card). The best way to do this is using BitTorrent. This generally results in a faster download as it is a highly distributed system (you will be downloading the data from users who have previously downloaded it).

The SD card image is sized for a 2 GB card. So, if you are using an SD card with a greater capacity, you may find that only 2 GB is available. If this is the case, then to gain more free space, the partitions must be resized. The Fedora Remix and the BerryBoot will automatically resize the partitions on the mounted card during the first boot. The Debian , OpenSuSe and Rasbian images won't, so you'll have to do it manually. The easiest way is to use the tool RPi raspi-config selecting menu item EXPAND-ROOTFS - Expand Root Partition to Fill SD Card. If you want to resize the SD card whilst the SD card is not mounted in the Raspberry Pi, look here for instructions.

If you would rather not resize the partition on another machine as described above, either because you do not have another working Linux machine or you wish to keep your data on another partition to your operating system, you can instead create a new data partition and have that mount automatically at boot.

  • First you need to become root and install parted (I did all of this from the boot command prompt, although if you feel safer in a GUI, you can do all of this in a terminal window):
  • Then you need to run parted on your SD card, mine is /dev/mmcblk0, ymmv:
  • Once running, set the display units to something usable and then print your partition table:
  • You should see something like this:
  • Now you need to create your data partition - you need to choose one more than the end of partition 3 with ,0,0 as your start and use the number from the line that starts with Disk as your end:
  • That should show your new partition:
  • Now quit and format the partition (again, ymmv with the specific device name, try ls /dev for some clues), and then label it:
  • Now we need to make sure that the partition is mounted automatically when the system boots (maybe don't use vi if you never have before, try nano):
  • Enter a line exactly like this at the end of the file and save and quit your text editor:
  • Create the mount point:
  • Now mount the partition:

Your new partition has been created!


Image

SD(DC|DX] Card Class 6 & 10 Hints

Linux Sd Card Driver

Startup
Buying Guide - SD Card Setup - Basic Setup - Advanced Setup - Beginners Guide - Troubleshooting
Hardware
Hardware - Hardware History - Low-level peripherals - Expansion Boards
Peripherals
Screens - Cases - Other Peripherals (Keyboard, mouse, hub, wifi..)
Software
Software - Distributions - Kernel - Performance - Programming - VideoCore APIs - Utilities
Projects
Tutorials - Guides - Projects - Tasks - DataSheets - Education - Communities

Boot From Sd Card Linux

Retrieved from 'https://elinux.org/index.php?title=RPi_Easy_SD_Card_Setup&oldid=492871'




broken image