Difference between revisions of "USB Install"

From Amahi Wiki
Jump to: navigation, search
Line 16: Line 16:
 
That assumes sda1 is where the USB drive is coming up at boot time. Yours may be different.
 
That assumes sda1 is where the USB drive is coming up at boot time. Yours may be different.
  
== UNetbootin based instructions (Fedora 14) ==
+
<!--== UNetbootin based instructions (Fedora 14) ==
 
1. Setup a USB Flash Drive as you normally would using [http://unetbootin.sourceforge.net/ UNetbootin]
 
1. Setup a USB Flash Drive as you normally would using [http://unetbootin.sourceforge.net/ UNetbootin]
  
Line 57: Line 57:
  
  
'''NOTE:''' if you cannot login, try useradd admin && passwd admin to add a user to the fedora base system.
+
'''NOTE:''' if you cannot login, try useradd admin && passwd admin to add a user to the fedora base system.-->

Revision as of 18:12, 30 March 2014

DISCLAIMER: This has worked for some, but has not been thoroughly tested nor is it a preferred way for install. Support is not provided at this time, so proceed with caution.


Msgbox.update.png Update Needed
The contents of this page have become outdated or irrelevant. Please consider updating it.

Amahi 7

NOTE: Guidance is incomplete and this DOES NOT work. Need more details. Recommend following the Fedora 19 USB installation guidance instead as it's proven successful.

This is untested, however, Amahi 7 may be bootable via USB disk as follows:

  • copy the image to a USB drive
  • boot from it
  • when the bootloader comes up, manually change the command line to replace this:
  inst.stage2=hd:LABEL=Amahi\x207.1\x20x86_64

with

  inst.stage2=hd:sda1

That assumes sda1 is where the USB drive is coming up at boot time. Yours may be different.