balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
29.63k stars 2.1k forks source link

Flashing USB drive for pi4B from ChromeBook #4107

Open dlennard21 opened 1 year ago

dlennard21 commented 1 year ago
  1. enabled Linux on Chromebook
  2. downloaded and ran Balena Etcher 1.18.11
  3. downloaded the Chromium image to Downloads
  4. Shared Downloads folder to Linux
  5. Enabled Linux to see and manage my USB devices
  6. Ran Etcher
  7. Selected the Chromium image from mbt/chromeos/MyFiles/Downloads
  8. Clicked Flash
  9. and within 5 seconds a fail with the “Attention something went wrong..."dialogue as per screenshot>
  10. and the USB drive disconnects at same time
    • What happened: as above

Screenshot 2023-09-24 21 26 22 Screenshot 2023-09-24 21 26 06 Screenshot 2023-09-24 21 25 19 Screenshot 2023-09-24 21 23 37 Screenshot 2023-09-24 21 18 23 Screenshot 2023-09-24 21 26 51

lurch commented 1 year ago

See https://github.com/balena-io/etcher/issues?q=is%3Aissue+chromebook and https://github.com/raspberrypi/rpi-imager/issues/92

From what I can tell (I don't have a Chromebook myself), ChromeOS only gives Linux "high level access" to the USB devices, and doesn't allow the "low level access" needed by tools like Etcher (needed to write to the disk at a block-level instead of the filesystem-level).

dlennard21 commented 1 year ago

Many thanks lurch for that. It seems pretty terminal then (excuse the pun).

Just to be clear : does anyone have experience of flashing an SD card with chromiumOS for a pi4B from a ChromeBook or PixelBook? Or as lurch says, is it impossible?