0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RaspbianOSのイメージファイルをEtcherでUSBメモリに書き込もうと思ったら書き込めませんでした、と思ったら解決した

Posted at

RaspbianOSのイメージファイルをEtcherでUSBメモリに書き込もうと思ったら書き込めませんでした

が、Etcherのバージョンを(balenaEtcher-1.5.81へ)更新したら解決しました。
etcherのgithubで同様の問題が報告されており、v1.5.61付近で解決されているそう。
なので、2020/4/24時点の最新版(balenaEtcher-1.5.81へ)を使う事で解決。

https://github.com/balena-io/etcher/issues/2833#issuecomment-550109402
This should be fixed in v1.5.61

以下はOSのイメージファイルの更新手順

OSのイメージファイル(.img)をダウンロード

本家からダウンロードする。もしダウンロードに時間が掛かるようなら、
ミラーサイトのうち、jaistのミラーサイトからダウンロードする。

USBメモリをフォーマット

イメージファイルを書き込むために、USBメモリをFAT32にフォーマット

Macでデータ損失なくUSBメモリをFAT32にフォーマットする方法

ethcherでUSBメモリに書き込む

Ethcerを使い、
ダウンロードしたOSイメージ(.img)を書き込む、、、、書き込めませんでした。なぜ?

原因

etcherのgithubでも同様の問題が報告されており、v1.5.61付近で解決されているそう。
2020/4/24時点の最新版(balenaEtcher-1.5.81へ)を使う事で解決。

https://github.com/balena-io/etcher/issues/2833#issuecomment-550109402
This should be fixed in v1.5.61

参考

balena etcherがOSのアップデートで書き込めないエラー回避方法
forums.balena.io
Etcher broken on macOS Catalina

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?