Site Tools


installing_linux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installing_linux [2013/11/27 01:10] – Move old guide to Ubuntu install page salantraxinstalling_linux [2013/11/29 00:24] salantrax
Line 2: Line 2:
 ^ :!: Before doing anything else, please, help yourself, help people who would like to help you: Make Backups !\\ [[backups|How to backup and restore your AC100]]^ ^ :!: Before doing anything else, please, help yourself, help people who would like to help you: Make Backups !\\ [[backups|How to backup and restore your AC100]]^
  
-!! This guide is not complete yet. For now, refer to the old "Installing Linux on your AC100" on the [[ubuntu|Ubuntu]] install page. !!+
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 171: Line 171:
 === Step 4 === === Step 4 ===
  
-Create a new filesystem on the target root partition. If unsure, use ext4: +Create a new filesystem on the target root partition. If unsure, use ext4 on /dev/mmcblk0p7
 <code> <code>
 +sosboot # export TARGET="/dev/mmcblk0p7" 
 sosboot # mkfs.ext4 $TARGET  sosboot # mkfs.ext4 $TARGET 
 </code> </code>
-There are different choices of $TARGET depending on your setup:  
- 
-== Fastboot case == 
- 
-  - Use the largest partition of the internal eMMC (usually /dev/mmcblk0p7):<code> 
-sosboot # export TARGET="/dev/mmcblk0p7" 
-sosboot # mkfs.ext4 $TARGET  
-  </code> 
-  - Use an SD card\\ 
-(Instructions missing) TODO: Add this 
-  - Use a USB drive 
-  (Instructions missing) TODO: Add this 
-  - ... 
- 
- 
-== Uboot case == 
  
-  * Use the largest partition of the internal eMMC (usually /dev/mmcblk0p7):<code> 
-  sosboot # export TARGET="/dev/mmcblk0p7" 
-  sosboot # mkfs.ext4 $TARGET  
-  </code> 
-  * ... 
 === Step 5 === === Step 5 ===
  
installing_linux.txt · Last modified: 2013/11/29 00:29 by salantrax · Currently locked by: 10.89.1.25,216.244.66.196