Update readme
This commit is contained in:
parent
5692b87190
commit
b9dd6b0cf6
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -99,14 +99,18 @@ You will find the iso in this folder:
|
|||
|
||||
~/Alci-Iso-Out
|
||||
|
||||
Burn it with etcher or other tools and use it.
|
||||
Burn it with etcher or other tools (dd method is below).
|
||||
|
||||
Still not sure what to do.
|
||||
On a GNU/Linux system, a helpful utility installed by default in the coreutils package is dd. To burn the iso to a drive using this utility, run:
|
||||
|
||||
Check out the playlist on Youtube
|
||||
`dd bs=4M if="/path/to/iso/*.iso" of="/dev/sdx" status=progress oflag=sync`
|
||||
|
||||
https://www.youtube.com/playlist?list=PLlloYVGq5pS4vhYQuLikS8dhDjk6xaiXH
|
||||
Replace /dev/sdx with the drive you want to burn to (you can find the drive via lsblk).
|
||||
|
||||
This is a dangerous command! Learn more about it using:
|
||||
`man dd`
|
||||
|
||||
For reference on dd and other methods, check https://linuxize.com/post/how-to-create-a-bootable-linux-usb-drive/
|
||||
|
||||
# Installation process
|
||||
|
||||
|
|
Loading…
Reference in a new issue