Tool: How use Creating Live USB tool "balenaEtcher" ================================================================================= Overview: --------------------------------------------------------------------------------- 執行環境: Zorin OS 17.1 x86_64 Kernel: 6.5.0-41-generic ![image](https://hackmd.io/_uploads/ryUbsZLdA.png) 長期下來,不管是製作Live USB,亦或是將OS image還原至USB,都習慣使用dd commmand,好用,但是因為GPT分割表性質的關係,必須再下指令修補 所以一來省事,二來好奇(畢竟linux圈似乎沒有像是Rufus那樣知名的Live USB製作軟體?),便開始找**容易安裝且使用便捷**的image還原軟體,查找結果如下: **balenaEther** ![image](https://hackmd.io/_uploads/BJDQeGI_R.png) How to install? --------------------------------------------------------------------------------- ### 進入github連結: [baleanEtcher](https://github.com/balena-io/etcher) ### 進入Release,選擇.deb: [release](https://github.com/balena-io/etcher/releases/) ![image](https://hackmd.io/_uploads/Sym4LX8dA.png) ![image](https://hackmd.io/_uploads/rJ80vXIu0.png) ### 安裝: command: `sudo dpkg -i /path_to_deb/balena-etcher_1.19.21_amd64.deb ` How to use it? --------------------------------------------------------------------------------- ### 程式概觀 ![image](https://hackmd.io/_uploads/S1ZSaX8OR.png) ### 選擇要還原/製作的映像檔 ![image](https://hackmd.io/_uploads/SkZ9TQU_0.png) ### 選擇目標空間 ![image](https://hackmd.io/_uploads/r1K2TmIOC.png) ![image](https://hackmd.io/_uploads/ry_aTQI_A.png) ### 開始執行 ![image](https://hackmd.io/_uploads/BJ21RmU_C.png) Ref. --------------------------------------------------------------------------------- [Etcher github](https://github.com/balena-io/etcher)