docs: update deploy/medium
This commit is contained in:
parent
e3b98854b1
commit
53ecf5f81e
@ -2,7 +2,7 @@
|
|||||||
title: Phyllome OS meets a thumb drive
|
title: Phyllome OS meets a thumb drive
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-04-17T21:01:10.694Z
|
date: 2025-04-17T21:04:33.172Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-11-13T11:34:07.852Z
|
dateCreated: 2021-11-13T11:34:07.852Z
|
||||||
@ -12,12 +12,11 @@ dateCreated: 2021-11-13T11:34:07.852Z
|
|||||||
|
|
||||||
*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.*
|
*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.*
|
||||||
|
|
||||||
## Requirements
|
- Requirements
|
||||||
|
- A fast USB 3.0 flash drive of at least 10 GB
|
||||||
|
- A local copy of the [Fedora Everything](https://fedoraproject.org/everything/download/) ISO file
|
||||||
|
|
||||||
- A fast USB 3.0 flash drive of at least 10 GB
|
## Command-line instructions for Unix systems
|
||||||
- A local copy of the [Fedora Everything](https://fedoraproject.org/everything/download/) ISO file
|
|
||||||
|
|
||||||
### Command-line instructions for Unix systems
|
|
||||||
|
|
||||||
- Plug the USB 3.0 flash drive in your computer.
|
- Plug the USB 3.0 flash drive in your computer.
|
||||||
|
|
||||||
@ -30,14 +29,14 @@ dateCreated: 2021-11-13T11:34:07.852Z
|
|||||||
# dd bs=4MB if=./Fedora-Everything-netinst-x86_64-41-1.4 of=/dev/sdz
|
# dd bs=4MB if=./Fedora-Everything-netinst-x86_64-41-1.4 of=/dev/sdz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual instructions (Cross-platform)
|
## Manual instructions (Cross-platform)
|
||||||
|
|
||||||
The instructions are designed with [Etcher](https://etcher.balena.io/) in mind. Other tools such as [Rufus](https://rufus.ie/en/), [Unetbootin](https://unetbootin.github.io/) or [Ventoy](https://www.ventoy.net/en/index.html) are likely to work too.
|
The instructions are designed with [Etcher](https://etcher.balena.io/) in mind. Other tools such as [Rufus](https://rufus.ie/en/), [Unetbootin](https://unetbootin.github.io/) or [Ventoy](https://www.ventoy.net/en/index.html) 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](https://www.balena.io/)
|
> Etcher is an open-source, cross platform tool for flashing images to a target medium. It is developed and made available by [balena](https://www.balena.io/)
|
||||||
{.is-info}
|
{.is-info}
|
||||||
|
|
||||||
#### Install Etcher
|
### Download Etcher
|
||||||
|
|
||||||
You can download Etcher on [the official website](https://www.balena.io/etcher/).
|
You can download Etcher on [the official website](https://www.balena.io/etcher/).
|
||||||
|
|
||||||
@ -45,26 +44,26 @@ Pick the right version depending on your platform.
|
|||||||
|
|
||||||
Follow the normal procedure to install an application on your computer.
|
Follow the normal procedure to install an application on your computer.
|
||||||
|
|
||||||
|
### Use Etcher
|
||||||
|
|
||||||
> An account with administrator rights will be needed
|
> An account with administrator rights will be needed
|
||||||
{.is-info}
|
{.is-info}
|
||||||
|
|
||||||
#### Use it
|
- Insert a blank flash drive on a free USB slot on your computer
|
||||||
|
|
||||||
* 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*
|
||||||
|
|
||||||
* Open Etcher. You will be greeted by the screen below. Click on *Flash from file*
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Browse where the Fedora Everything ISO is stored and select *Open*
|
- Browse where the Fedora Everything ISO is stored and select *Open*
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Etcher should have autodetected your USB flash drive. If this is not the case, press *Change* on the welcome screen and pick the desired destination on the new window.
|
- Etcher should have autodetected your USB flash drive. If this is not the case, press *Change* on the welcome screen and pick the desired destination on the new window.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Select *Flash* when you are ready.
|
- Select *Flash* when you are ready.
|
||||||
|
|
||||||
> Clicking *Flash* will **destroy** any data on the target device
|
> Clicking *Flash* will **destroy** any data on the target device
|
||||||
{.is-danger}
|
{.is-danger}
|
||||||
@ -74,7 +73,7 @@ Follow the normal procedure to install an application on your computer.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Wait for a few minutes...
|
- Wait for a few minutes...
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user