In this section, you will learn how to create a bootable USB medium that will allow you to install Phyllome on your computer.
As it is not yet possible to install Phyllome OS from the live image., intent to install Phyllome OS permanently on your computer, you need to use a Fedora Server ISO instead. The steps below are made to be generic, and should be valid regardless of the ISO you use
The following instructions may have to be adapted depending on the operating system that you are currently using.
This method uses the dd
command line tool.
The next command, which requires root privileges, assumes that the ISO file is available in the Downloads folder and that the target medium is called sdz
. You can identify the correct target device using the lsblk
command line tool. Modify the command according to your context.
Warning: This command will destroy any data on the target device
dd bs=4MB if=~/Downloads/Fedora-Server-dvd-x86_64-38-1.6 of=/dev/sdz
The instructions are designed with Etcher in mind. Other tools such as Rufus, Unetbootin or Ventoy are likely to work too.
Etcher is an open-source, cross platform tool for flashing images to a target medium. It is developed and made available by balena
You can download Etcher on the official website.
Pick the right version depending on your platform.
Follow the normal procedure to install an application on your computer.
An account with administrator rights will be needed
Insert a blank flash drive on a free USB slot on your computer
Open Etcher. You will be greeted by the screen below. Click on Flash from file
Warning: clicking Flash will destroy any data on the target device
A prompt might appear, asking for your password or a confirmation
Congratulations, the USB flash drive is now ready to use!
Now that your USB flash drive is ready, please go to the Install Phyllome OS page.