Skip to content

Commit e17311c

Browse files
cktiCevap Master
authored and
Cevap Master
committed
Ionian Documentation (#23)
1 parent 3b2434c commit e17311c

File tree

4 files changed

+85
-0
lines changed

4 files changed

+85
-0
lines changed
63 KB
Loading
63.5 KB
Loading

doc/ionian-doc-images/rufus.png

19.8 KB
Loading

doc/ionian-doc.md

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
Ionian OS Installation Manual
2+
=============================
3+
4+
Ionian is a collection of different Ubuntu 16.04 based media with ionomy ioncoin software ready installed and updated automatially from the master ionomy ppa. It is broken down into 3 different sets of images.
5+
6+
1) Ionian ISO -- this is an install-to computer iso image that will install Ubuntu Ionian 16.04 to a local computer. Available in both i386 and amd64 versions
7+
8+
2) Ionian USB -- this is meant as a complete copy-and-run solution. With this image you can run directly from the usb medium, also available in i386 and amd64 versions
9+
10+
3) Ionian VDI -- These images are meant for use in Oracle VIrtualBox environments. Again, i386 and mad64 versions are available
11+
12+
13+
Virtualbox VDI installation
14+
---------------------------
15+
amd64 and i386 follow the same installation process.
16+
1) Download the current Ionian vdi (32 or 64 bit) from http://download/ioncoin.org/Ionian/vdi
17+
2) Unzip the vdi file that you have just downloaded
18+
3) Create a new 32 or 64 bit Virtual Machine in Oracle Virtualbox as documented at <a href="https://www.virtualbox.org/manual" target="_blank">https://www.virtualbox.org/manual</a>
19+
4) Select "Use an existing disk file" and select your downloaded VDI as shown below
20+
21+
32 Bit
22+
23+
![](ionian-doc-images/create_32_bit.png)
24+
25+
64 Bit
26+
27+
![](ionian-doc-images/create_64_bit.png)
28+
29+
5) Start and run your new Ionian OS
30+
31+
Ionian USB Installation
32+
-----------------------
33+
Download the current USB image (i386 or amd64) from http://download.ioncoin.org/usb/
34+
35+
1) Windows Install
36+
37+
A) Download rufus (or similar SD writing software) rufus can be downloaded from
38+
https://rufus.akeo.ie/
39+
40+
B) insert your USB Flash Drive (16 GB or Larger, USB 3.0 Recommended) into an
41+
unused usb slot
42+
43+
C) double click on your chosen USB writing tool and follow the instructions to install Ionian-&lt;amd64|i386&gt;-&lt;version&gt;.img.xz to your USB Flash Drive.
44+
(Rufus shown below)
45+
46+
![](ionian-doc-images/rufus.png)
47+
48+
49+
50+
51+
D) remove the USB Flash Drive replace in your chosen system and reboot (note: first boot will take a short time to configure the ionian user home directory, please be patient).
52+
53+
54+
2) Linux/OSX Install
55+
56+
A) mkusb
57+
58+
&nbsp;i) install mkusb for your system using the appropriate package manager.
59+
60+
&nbsp;ii) insert your USB Flash Drive (16 GB or Larger, USB3.0 Recommended)) into an
61+
unused USB slot.
62+
63+
&nbsp;iii) start mkusb and select the Ionian-<amd64|i386\>-<version\>-img.xz file that you downloaded and follow the instructions.
64+
65+
&nbsp;iv) once mkusb has finished you can remove the USB Flash Drive replace in your system and reboot (note: first boot will take a short time to configure the ionian user home directory, please be patient).
66+
67+
B) Using DD from the CLI
68+
69+
&nbsp;i) insert your USB Flash Drive (16 GB or Larger, USB3.0 Recommended)) into an
70+
unused USB slot.
71+
&nbsp;ii) Enter the following command at the CLI prompt in the directory you downloaded the USB image into
72+
73+
"sudo xzcat Ionian-<amd64|i386\>-<version\>.img.xz | sudo dd of=/dev/sdX bs=4096 status=progress"
74+
75+
(where X is the letter of your USB Flash Drive
76+
77+
&nbsp;iii) once dd has finished you can remove the USB Flash Drive replace in your chosen system and reboot (note: first boot will take a short time to configure the ionian user home directory, please be patient).
78+
79+
Ionian ISO Installation
80+
----------------------
81+
82+
Download the current ISO image (i386 or amd64) from http://download.ioncoin.org/iso/ and burn the image to a DVD using the appropriate tools (far too many burning tools to mention here)
83+
84+
Put the DVD that you have created into the DVD drive of the system and select try or install.
85+
-- note: if "Try Ionian without installing" is selected, ALL changes you make to the system will be lost on reboot. This is due to the installation being on DVD with no write capabilities. If needed, you can create a casper-rw usb flash drive to save your changes - this is beyond the scope of this document.

0 commit comments

Comments
 (0)