userdoc:new-install

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
Last revision Both sides next revision
userdoc:new-install [2020/04/30 07:53]
abelbeck [Persistent Storage Options (GUI)]
userdoc:new-install [2022/05/07 10:57]
abelbeck [New Installation]
Line 7: Line 7:
   * Boot the ISO Installer image (ISO CDROM) within a Virtual Machine and install to a virtual disk.   * Boot the ISO Installer image (ISO CDROM) within a Virtual Machine and install to a virtual disk.
   * Mount the ISO Installer image and manually extract the desired .img.gz file from the "os" directory, ''gunzip'' and ''dd'' to a destination disk.   * Mount the ISO Installer image and manually extract the desired .img.gz file from the "os" directory, ''gunzip'' and ''dd'' to a destination disk.
 +  * (UEFI only) Mount the ISO Installer image and manually, recursively copy all files to a FAT32/Master-Boot-Record USB drive.
  
 **Typical New Installation:** **Typical New Installation:**
Line 13: Line 14:
   - Transfer the ISO image to a USB flash drive:   - Transfer the ISO image to a USB flash drive:
     * On Linux or *BSD use ''dd'' to transfer the image, where sdX is your USB flash drive\\ ''$ dd if=astlinux-xxx-board.iso of=/dev/sdX''     * On Linux or *BSD use ''dd'' to transfer the image, where sdX is your USB flash drive\\ ''$ dd if=astlinux-xxx-board.iso of=/dev/sdX''
-    * On Windows boxes, use [[https://rufus.akeo.ie/?locale=en_US|Rufus]] (Write in "DD Image" mode). {{:userdoc:rufus-img-gz.png?linkonly|Rufus}} can also write ''*.img.gz'' images.+    * On Windows boxes, use [[https://rufus.akeo.ie/?locale=en_US|Rufus]] (Write in "DD Image" mode). {{:userdoc:rufus-img-gz.png?linkonly|Rufus}} can also write ''*.img.gz'' images. \\ !!Note:!! Rufus **3.17.1846** has a [[https://github.com/pbatard/rufus/issues/1877|security issue]], should be fixed in [[https://rufus.akeo.ie/?locale=en_US|3.18]].
     * On Mac OS X boxes, use [[https://abelbeck.com/lonnie/astlinux/info/os-x-cf-write.php|os-x-cf-write]].     * On Mac OS X boxes, use [[https://abelbeck.com/lonnie/astlinux/info/os-x-cf-write.php|os-x-cf-write]].
     * On Chrome OS boxes, use [[https://abelbeck.com/lonnie/astlinux/info/chromeos-ssd-write.php|chromeos-ssd-write]].     * On Chrome OS boxes, use [[https://abelbeck.com/lonnie/astlinux/info/chromeos-ssd-write.php|chromeos-ssd-write]].
 +    * (UEFI only) Copy the ISO Installer image contents to a FAT32/Master-Boot-Record USB drive, macOS example:\\ ''$ cp -a /Volumes/ASTLINUX_ISO/* /Volumes/ASTLINUXFAT/''
   - Boot using the USB flash drive, follow the menu to install to an internal disk.   - Boot using the USB flash drive, follow the menu to install to an internal disk.
     * !!Note ->!! Serial console ISO images (-serial.iso) use serial settings of ''19200n8''.     * !!Note ->!! Serial console ISO images (-serial.iso) use serial settings of ''19200n8''.
Line 117: Line 119:
 When focusing on a specific x86 board or appliance, often useful configurations and tweaks can be performed to optimize the hardware for use with AstLinux.  The link below will take you to a list of tested hardware with configuration recommendations and photos. When focusing on a specific x86 board or appliance, often useful configurations and tweaks can be performed to optimize the hardware for use with AstLinux.  The link below will take you to a list of tested hardware with configuration recommendations and photos.
  
-Specific Tested Hardware: **[[documentation#generic_x86_boards_and_appliances|Generic x86 Boards and Appliances]]**+Specific Tested Hardware: **[[documentation#generic_64-bit_x86_64_boards_and_appliances|Generic 64-bit, x86_64 Boards and Appliances]]**
  
 !!Tip ->!! Even if your exact hardware is not in the list, if you find a listing with a matching processor and chipset it may still be useful. !!Tip ->!! Even if your exact hardware is not in the list, if you find a listing with a matching processor and chipset it may still be useful.
  • userdoc/new-install.txt
  • Last modified: 2022/05/07 10:58
  • by abelbeck