Difference between revisions of "Fedora 19 USB install"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
This page covers an '''unsupported''' install using Fedora 19 with USB boot, manual Amahi, and greyhole install.
 
This page covers an '''unsupported''' install using Fedora 19 with USB boot, manual Amahi, and greyhole install.
  
= Prepare USB Stick (Windows)=
+
<u>PREREQUISITES</u>
 +
* USB Flash Drive (2GB minimum)
 +
* [http://unetbootin.sourceforge.net/ UNetbootin] (download [http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe here])
  
Download Unetbootin: http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe
+
=Create USB image (Windows)=
Unetbootin is a standalone executable so doesn't need to be installed.  You will need admin rights.
+
* Insert USB flash drive into Windows computer.
Make sure you have a USB stick with enough space in your machine, then execute UNetbootin.
+
* Run UNetbootin
In the UNetbootin window for Distribution select '''Fedora''' and '''19_Live (32-bit)''' or '''19_Live_X64 (64-bit)''' depending on your system.
+
* Select '''Fedora''' for Distribution
 +
*  Choose '''19_Live (32-bit)''' or '''19_Live_X64 (64-bit)''' depending on your system.
 +
* Verify at the bottom the drive listed is for your USB flash drive.  If not, select the appropriate drive.
 +
* Once you are ready, choose Ok.  Please be patient as this may take a while since it downloads the files and then extracts them to the USB flash drive.
 +
* When UNetbootin finishes, select '''Exit''' and remove the USB flash drive.
  
Make sure under type at the bottom, "USB Drive" is selected and that next to Drive it shows your USB stick, else you run the risk of overwriting your data.
+
=Install on Server=
Once UNetbootin finishes, don’t reboot, just exit.
+
* Insert the USB flash drive into your server.
 +
* Now boot your server using the USB flash drive. 
 +
<br />
 +
<b>NOTE:</b>  Some BIOS have function keys that allow you to choose the boot media. Others may require changes to the BIOS.
  
Remove your USB stick and insert it in your server.  Boot your server using USB.
+
* Once the Fedora screen appears, you will have two options:
 
+
** Continue as Live session
Select Fedora installation to hard drive and configure as desiredBe sure to either set a root password and/or create a user and make it admin.
+
** Install to Hard Drive
 +
* Select '''Install to Hard Drive'''.
 +
* Configure the options as you desire, i.e. Time Zone, Hard DriveWhen finished, select '''Continue'''.
 +
<br />
 +
<b>NOTE:</b>  Ensure you set a root password and/or create a user and make it an administrator (recommend creating both users).
  
 
= Enable SSH and Elevate Privilege=
 
= Enable SSH and Elevate Privilege=

Revision as of 15:29, 29 March 2014


The officially supported instructions are at install instructions page in your control panel at amahi.org.

This page covers an unsupported install using Fedora 19 with USB boot, manual Amahi, and greyhole install.

PREREQUISITES

Create USB image (Windows)

  • Insert USB flash drive into Windows computer.
  • Run UNetbootin
  • Select Fedora for Distribution
  • Choose 19_Live (32-bit) or 19_Live_X64 (64-bit) depending on your system.
  • Verify at the bottom the drive listed is for your USB flash drive. If not, select the appropriate drive.
  • Once you are ready, choose Ok. Please be patient as this may take a while since it downloads the files and then extracts them to the USB flash drive.
  • When UNetbootin finishes, select Exit and remove the USB flash drive.

Install on Server

  • Insert the USB flash drive into your server.
  • Now boot your server using the USB flash drive.


NOTE: Some BIOS have function keys that allow you to choose the boot media. Others may require changes to the BIOS.

  • Once the Fedora screen appears, you will have two options:
    • Continue as Live session
    • Install to Hard Drive
  • Select Install to Hard Drive.
  • Configure the options as you desire, i.e. Time Zone, Hard Drive. When finished, select Continue.


NOTE: Ensure you set a root password and/or create a user and make it an administrator (recommend creating both users).

Enable SSH and Elevate Privilege

All commands in this guide are carried out in a terminal and with superuser privileges. If you are going to do this remotely you will need to enable SSH. The following will enable SSH and ensure it is started every time:

bash code
​service sshd start chkconfig sshd on​


To elevate your privileges either append sudo to each command given here (some of course won't require elevation) or do it for the whole session:

bash code
​sudo su -​


DNS

Make sure you can connect to the internet (ping google.com for example). If you can’t, try manually adding DNS servers to /etc/resolv.conf (you could add the openDNS servers for example: 208.67.222.222 and 208.67.220.220)

Install Amahi

Follow the guidance here for installing Amahi. Start with Install the Amahi repo by hand section. If you need to add additional hard drives, follow the guidance for adding additional drives. This includes procedures for the new 3 & 4 TB drives.

Install Greyhole

Currently there is no Dashboard add-on to setup and configure Greyhole for Amahi 7. This must be done manually using the Manual Greyhole Setup wiki page.

You should now have a working system.