userdoc:copy-image-usb-runnix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:copy-image-usb-runnix [2014/05/19 23:01]
abelbeck [Finish]
userdoc:copy-image-usb-runnix [2016/06/28 18:47] (current)
abelbeck [Create USB Flash Drive]
Line 1: Line 1:
 ====== Copy Install Image to Internal Drive ====== ====== Copy Install Image to Internal Drive ======
  
-There are situations where the internal flash storage is not removable (egThin Clients), or while removable you may not have adapters to directly write to the storage (egmSATA drive).+!!Obsolete info with AstLinux 1.2.5 and later.!!  Use the ISO Installer Image on a USB flash drive.
  
-The following procedure outlines the steps to create a standard USB flash drive with the install image, and then copy it to the installed internal flash storage.  The USB flash drive is only temporarily used in the process and is not a permanent part of the installation.+There are situations where the internal flash storage is not removable (egThin Clients), or is removable but you may not have adapters to directly write to the storage (eg. mSATA SSD).
  
-When completed, the standard new installation procedure should be followed.+The following procedure outlines the steps to create a standard USB flash drive with the install image, and then copy it to the installed internal flash storage.  The USB flash drive is only used temporarily in the process and is not a permanent part of the installation.
  
-!!Note ->!! This procedure is for advanced usersvery comfortable with the Linux command line.+When completed, the standard new installation procedure should be followed.
  
 +!!Note ->!! This procedure is for advanced users, comfortable with the Linux command line.
 ===== Create USB Flash Drive ===== ===== Create USB Flash Drive =====
  
-Download the appropriate astlinux-XXX.img.gz file from the [[http://www.astlinux.org|AstLinux website]]. ((Various images are available, built for specific hardware. If you are unsure which to download, use the geni586 image.))+Download the appropriate astlinux-XXX.img.gz file from the [[http://www.astlinux-project.org|AstLinux website]]. ((Various images are available, built for specific hardware. If you are unsure which to download, use the geni586 image.))
  
 Transfer the raw image to a USB flash drive using one of the following: Transfer the raw image to a USB flash drive using one of the following:
Line 52: Line 53:
 From the ''runnix#'' prompt, a few commands are issued to prepare and copy the image from the USB flash drive to the internal flash storage. From the ''runnix#'' prompt, a few commands are issued to prepare and copy the image from the USB flash drive to the internal flash storage.
  
-!!Note ->!! Be very careful with your typing, the ''/dev/sda'' and ''/dev/sdb'' may be reversed from the following example.+!!Note ->!! Be very careful with your typing, the ''/dev/sda'' and ''/dev/sdb'' may be different from the following example.
  
 Determine your source drive: Determine your source drive:
Line 72: Line 73:
 You should see your destination ''/dev/sda'' drive, make sure things look correct by the disk sizes. You should see your destination ''/dev/sda'' drive, make sure things look correct by the disk sizes.
  
-The next step is to erase (write 0'sto the destination drive:+The next step is to erase (write 0's tothe destination drive:
  
   runnix# dd if=/dev/zero of=/dev/sda bs=64k   runnix# dd if=/dev/zero of=/dev/sda bs=64k
Line 106: Line 107:
  
 Continue with the New Installation instructions, jumping to item #3...\\ Continue with the New Installation instructions, jumping to item #3...\\
-[[new-install|New Installation -> 3. Boot your new AstLinux system]]+ 
 +[[new-install|New Installation]] ->  3. Boot your new AstLinux system
  
  • userdoc/copy-image-usb-runnix.1400558488.txt.gz
  • Last modified: 2014/05/19 23:01
  • by abelbeck