wiki/deploy/install.md

8.0 KiB

title description published date tags editor dateCreated
Install Phyllome OS true 2022-01-07T14:36:17.713Z markdown 2021-11-14T16:19:00.348Z

How to install Phyllome OS

As of now, it is only possible to deploy Phyllome OS using an offical Fedora ISO file. It you don't have a USB flash drive ready to use, please go back to the last section. {.is-info}

This page is intended for users that would like to install Phyllome OS permanently on their computer. Installing Phyllome OS means booting from a bootable USB flash drive and fetching an online kickstart file. A kickstart file contains instructions to automatically deploy an operating system. This is a destructive process, so please be cautious.

If you wish to learn more about how kickstart files are used to create Phyllome OS, please have a look at the official git repository.

Boot from a USB flash drive

  • General requirements
    • A wired Internet connection is required. A file will be fetched online during the installation process.
    • A storage device. The kickstart file will look for a storage device and install Phyllome OS. If there is no disk available, the installation will fail.

The following section illustrates how to change the boot order temporarily. The process to change the boot order depends on your current computer platform. Please follow the instruction that matches your platform.

macOS

  • Make sure that your computer is turned-off.
  • Plug the USB flash drive loaded with the official Fedora ISO.
  • Locate the Alt / Option key on your keyboard.
  • Turn your computer on and immediately press the Alt / Option key continuously.
  • The startup manager should appear after a few seconds.
  • Click on the option called EFI and the GRUB splash screen will appear. Go to the section below to learn what to do next.

screenshot_uefi_2021-11-22_154211.png

Windows 8 and later versions

Section under construction {.is-warning}

Other operating systems

Section under construction {.is-warning}

Alter the GRUB instructions

GRUB is universal bootloader that ship with many Linux distributions. It is a software made to find and load operating systems during a boot process. {.is-info}

One needs to alter the GRUB instructions before the USB flash drive can load the Anaconda Installer, which is normally used to install Fedora and other related distributions. If Fedora is already installed on your computer, and if your GRUB is not password protected, which is the default behavior, you may also be able to follow the instructions below.

EFI-based firmware

  • On the GRUB splash screen, navigate to the first entry using your keyboard arrow key and press e.

screenshot_uefi_2021-11-22_154226.png

  • On the new screen, navigate after the quiet word.

screenshot_uefi_2021-11-22_154238.png

GRUB defaults to the US keyboard layout. Have a look at this online ressource to find the corresponding keys if you are having a hard time finding the right keystroke {.is-info}

Danger Zone: the next instruction will trigger an automated process that will destroy any data located on the internal disk present in your computer. {.is-danger}

  • Leave a blank space after the quiet word and write exactly the following inst.ks=https://ks.phyllo.me/dii, then press Ctrl + x simultaneously. This command will trigger the automated installation of Phyllome OS.

screenshot_uefi_2021-11-22_155450.png

The shortened URL https://ks.phyllo.me/dii points to the latest Desktop version of Phyllome OS, tweaked for Intel CPUs and GPUs (gen 5th to gen 9th). The shortened link points to the kickstart file available here: https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/leaves/flat-dhi.cfg. Any valid kickstart file may be used. {.is-info}

  • During the installation process, you can use Alt + Tab to cycle through tabs, and look at the logs in real-time

screenshot_uefi_2021-11-11_130934.png

  • After a few minutes, you should be greeted with a welcome screen.

screenshot_uefi_2021-11-11_143000.png

BIOS-based firmware

Section under construction {.is-warning}

First-launch

  • Welcome screen: on first-launch, for the Desktop edition, you will be greeted with the GNOME Welcome Screen. As of now, only English is available out of the box. Click Next when you are ready.

first-launch-1.png

  • Keyboard layout: you can select your favorite keyboard layout by clicking on the three stacked vertical dots at the bottom of the screen.

By default, Phyllome OS is set to use the fr-CH keyboard layout. This keyboard layout is used by people living in Romandy, Switzerland, which is also where the original author of Phyllome OS is from. {.is-info}

first-launch-2.png

  • Time zone: you can pick your current location by clicking on the map or writing it down inside the box. The time will be adjusted according to the provided location.

first-launch-3.png

  • Online Accounts: Phyllome OS strongly discourages the use of Online Accounts, and therefore provides no option here. Click on Skip to go to the next screen.

Phyllome OS is not designed to be a safe place for storing persistent or personal data, as it doesn't provide full-disk encryption by default. Phyllome OS instead relies on filesystem-level encryption to protect virtual machine disks, and encourage its users to rely on another layer of encryption as provided by their operating system inside their virtual machine, whenever available. {.is-info}

first-launch-4.png

  • Create a user account: you are invited to create a user account, which by default will be granted administrator or root privileges. Click on Next when you are done.

first-launch-5.png

  • Provide a password: please do provide a strong password. In case you ever forget it, write it down on a piece of paper and store it somewhere safe, or/and rely on an online password manager like Bitwarden with multi-factor authentication enabled. Click on Next when you are done.

Phyllome OS will eventually rely on the user password as provided here to decrypt the folder containing virtual machine disks. Loosing the password will mean loosing any access to the virtual machine disks. {.is-info}

first-launch-6.png

  • Setup complete: Click on start Start Using Generic.

first-launch-7.png

  • Provide password: The Virtual Machine Manager is set to auto-launch, and requires elevated permission. Please provide the user password you just set up and click on Authenticate to start using Phyllome OS.

first-launch-9.png

Congratulations, you are done! {.is-success}

first-launch-10.png

Don't forget to remove the USB flash drive from your computer, so that next time your computer will boot, it will use the internal disk where Phyllome OS has been deployed. {.is-info}


Please go to the Get Started section to learn what to do next.