You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/Users/Getting Started/booting-the-live-environment.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,19 @@ import { Aside } from '@astrojs/starlight/components';
8
8
9
9
## Booting from a USB Drive
10
10
11
-
<Asidetype="note">
12
-
Ensure that your system is set to boot from the USB drive. You may need to access the boot menu to select the USB drive as the boot device.
13
-
</Aside>
14
-
15
11
<Asidetype="caution">
16
12
Currently NVIDIA Drivers are not implemented by the live environment and will fallback to nouveau drivers.
17
13
</Aside>
18
14
19
15
1. Insert the bootable USB drive into your system and boot from the USB drive.
20
-
2. You should see the AerynOS boot process, and you will be presented with the live environment.
16
+
2. Adjust or override your BIOS settings to boot from the USB drive.
17
+
3. You should see the AerynOS boot process, and you will be presented with the live environment.
18
+
4.**If utilizing Ventoy** select the AerynOS ISO file to boot from.
21
19
22
20
## Testing the Live Environment
23
21
24
22
<Asidetype="tip">
25
-
The live environment may run slower than the installed system due to the limitations of running from a USB drive.
23
+
For a representative experience, you will need to install AerynOS. The live environment will run slower than an installed system due to the limitations of running from a USB drive.
26
24
</Aside>
27
25
28
26
Once you have booted into the live environment, you can test AerynOS without installing it on your system.
Creating a bootable USB drive will erase all data on the USB drive. Make sure to back up any important data before proceeding.
13
-
</Aside>
9
+
# Creating a Bootable USB Drive
14
10
15
-
<Asidetype="caution">
16
-
Ensure the USB drive is properly ejected after flashing the ISO to avoid data corruption.
17
-
</Aside>
11
+
## Prerequisites
18
12
19
-
You'll need your USB drive and the ISO file downloaded from the [AerynOS download page](https://download.AerynOS.com).
13
+
- Instructions for [Downloading AerynOS](/users/getting-started/downloading/).
14
+
- You will need a spare USB drive that you don't mind wiping.
20
15
21
-
### Linux
16
+
##Option 1: Using Ventoy on a USB drive
22
17
23
-
1. Insert your USB drive into an available USB port on your machine.
24
-
2. Open a terminal window and navigate to the directory where the ISO file is located.
18
+
Ventoy is an open source tool to create bootable USB drives that can boot multiple operating systems by placing their respective ISO files on the USB drive. This flexibility is particularly useful as it allows users to have a single USB drive for installation of multiple operating systems. Support for AerynOS was added in version [1.1.10](https://www.ventoy.net/en/doc_news.html).
25
19
26
-
```bash
27
-
cd~/Downloads
28
-
```
20
+
Ventoy has several options for creating a bootable USB drive. These instructions with vary depending on your current OS. You can find the instructions for creating a bootable Ventoy USB drive on the [Ventoy website](https://www.ventoy.net/en/doc_start.html).
29
21
30
-
3. Identify the device name of your USB drive by running the following command:
22
+
1. Follow the instructions for creating a bootable Ventoy USB drive.
23
+
2. Copy the latest AerynOS ISO to the root directory of the "Ventoy" drive
31
24
32
-
```bash
33
-
lsblk
34
-
```
35
-
36
-
Look for the device name of your USB drive, it will be something like `/dev/sdX` where `X` is a letter representing the device.
37
-
38
-
<Asidetype="caution">
39
-
Do not confuse this with the partition name, which will be something like `/dev/sdX1`.
40
-
</Aside>
25
+
## Option 2: Preparing an install medium using Etcher
41
26
42
-
4. Now run the following command to write the ISO file to the USB drive:
27
+
1. Download the latest version of [Balena Etcher](https://etcher.balena.io/) for your OS.
28
+
2. Launch the application
29
+
3. Select the latest AerynOS ISO you have already downloaded
30
+
4. Select the inserted USB stick
31
+
5. Flash!
32
+
6. Ensure the USB drive is properly ejected after flashing the ISO to avoid data corruption.
43
33
44
-
<Asidetype="caution">
45
-
Ensure you are using the correct device name for your USB drive to avoid data loss.
46
-
</Aside>
47
-
48
-
<Asidetype="note">
49
-
This may take some time to complete depending on the size of the ISO file and the speed of your USB drive.
34
+
<Asidetype="danger">
35
+
Creating a bootable USB drive using Etcher will erase all data on the USB drive. Make sure to back up any important data before proceeding.
Copy file name to clipboardExpand all lines: src/content/docs/Users/Getting Started/downloading.mdx
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,16 @@ import { Aside } from '@astrojs/starlight/components';
8
8
9
9
## Downloading the ISO
10
10
11
-
1. Visit the [AerynOS download page](https://download.aerynos.com).
12
-
2. Look for the latest release available for download, the official ISO files are named `AerynOS-<version>-<desktop>-<architecture>.iso`.
13
-
14
-
<Aside>
15
-
There may be multiple versions available with different desktop environments denoted by `AerynOS-<version>-<desktop>-<architecture>.iso` where `<desktop>` is the desktop environment.
16
-
</Aside>
17
-
18
-
3. Click on the download link to start downloading the ISO file and associated checksums denoted by `AerynOS-<version>-<desktop>-<architecture>.iso.sha256sum`.
19
-
20
-
Once the download is complete, you can proceed with creating a bootable USB drive or burning the ISO to a DVD to install AerynOS on your machine.
11
+
1. Visit the [AerynOS download page](https://aerynos.com/download/).
12
+
2. Use the direct download or bittorrent option to get the latest release.
13
+
3. Download the checksum file
21
14
22
15
## Verifying the Checksums
23
16
24
-
Before creating a bootable USB drive or burning the ISO to a DVD, it's important to verify the checksums to ensure the integrity of the downloaded ISO file.
17
+
Before creating a bootable USB drive, it's important to verify the checksums to ensure the integrity of the downloaded ISO file.
25
18
26
-
<Asidetype="caution">
27
-
Using the ISO file without verifying the checksums can lead to boot failures, installation issues, and potential security risks.
19
+
<Asidetype="tip">
20
+
AerynOS utilizes a GNOME based live environment for installation. Our installer `lichen` is a netinstaller that can be used to install GNOME, KDE Plasma, Cosmic or a terminal-only environment based on your requirements.
28
21
</Aside>
29
22
30
23
### Linux
@@ -38,13 +31,12 @@ cd ~/Downloads
38
31
2. Run the following command to verify the checksums:
39
32
40
33
```bash
41
-
42
34
sha256sum -c <checksum_file>
43
35
```
44
36
You should see a message indicating that the checksums match if the ISO file is valid.
45
37
46
38
```bash
47
-
AerynOS-2025.03-GNOME-x86_64.iso: OK
39
+
AerynOS-2026.01-GNOME-live-x86_64.iso: OK
48
40
```
49
41
50
42
If the checksums do not match, download the ISO file again and repeat the verification process.
From the app menu, select the "Install AerynOS" option. This is a shortcut to opening a terminal and running the following command:
26
+
27
+
```bash
28
+
sudo lichen
29
+
```
30
+
31
+
Follow the instructions on the screen to complete your installation. You will be prompted to select your:
32
+
33
+
1. Location
34
+
2. Timezone
35
+
3. Partition for ESP (and optionally XBOOTLDR)
36
+
4. Partition for root
37
+
5. Admin password
38
+
6. User name
39
+
7. User password
40
+
8. Filesystem type for root partition
41
+
9. Desktop environment
42
+
43
+
If you follow all the steps above, `lichen` will download the packages from our repository and install the latest version of AerynOS onto your system. Once completed, you can reboot your system and enjoy your new AerynOS installation!
Copy file name to clipboardExpand all lines: src/content/docs/Users/Getting Started/requirements.mdx
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,11 @@ import { Aside } from '@astrojs/starlight/components';
8
8
9
9
## Minimum System Requirements
10
10
11
-
<Asidetype="caution">
12
-
BIOS/CSM mode is not supported. Please ensure that your system is set to UEFI mode.
13
-
</Aside>
14
-
15
11
-**Architecture:** x86_64-v2
16
12
-**Firmware:** UEFI (CSM Support must be disabled)
17
13
-**Processor (CPU):** Quad-core processor with a minimum clock speed of 2GHz
18
14
-**System Memory (RAM):** 4GB or more
19
-
-**Storage:** Minimum of 40GB available space
15
+
-**Storage:** Minimum of 40GB available space; SSD highly recommended
20
16
21
17
## Installer Requirements
22
18
@@ -25,18 +21,10 @@ To successfully create a bootable USB drive for installing AerynOS, the followin
25
21
-**Network:** An active internet connection is required for installation
26
22
-**USB Flash Drive:** Ensure you have a USB flash drive with at least 4GB of free space.
27
23
28
-
<Asidetype="danger">
29
-
The process of flashing the ISO will completely erase all existing data on the drive.
30
-
</Aside>
31
-
32
-
<Aside>
33
-
It is advisable to use a high-quality USB drive to avoid potential issues during the installation process.
34
-
</Aside>
35
-
36
24
-**Image Flashing Software:** Utilize one of the following recommended tools to flash the AerynOS ISO image onto the USB drive:
37
-
-**dd:** A command-line utility available on most Linux distributions for creating bootable USB drives.
38
-
-**Fedora Media Writer:** A reliable and user-friendly tool for creating bootable USB drives.
39
-
-**Rufus:** A widely-used utility that provides advanced options for creating bootable USB drives.
25
+
-**Ventoy:** A versatile tool that allows you to create a multi-boot USB drive.
40
26
-**Balena Etcher:** A simple and user-friendly tool for creating bootable USB drives.
41
-
27
+
-**dd:** A Linux command-line utility available on most Linux distributions for creating bootable USB drives.
28
+
-**Rufus:** A widely-used utility that provides advanced options for creating bootable USB drives.
29
+
-**Fedora Media Writer:** A reliable and user-friendly tool for creating bootable USB drives.
42
30
-**Additional Hardware:** A physical keyboard, mouse, and monitor (or screen) are required to interact with the installation process. Ensure that all these peripherals are properly connected to the system before starting the installation.
0 commit comments