In this section, you will learn how to create a bootable USB flash drive that will allow you to deploy Phyllome on a target computer.
Plug the USB 3.0 flash drive in your computer.
Then adapt that command, which assumes that the Fedora Everything ISO file is available in the current folder and that the target device is called sdz
. Use lsblk
to identify it.
This command will destroy any data on the target device
sdz
# dd bs=4MB if=./Fedora-Everything-netinst-x86_64-41-1.4 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
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.