【已解决】怎么在FydeOS上制作FydeOS启动盘?

此问题已解决!v22开启开发者模式,使用ctrl+alt+t,输入shell,用dd命令即可!也感谢社区的回复!

====分割线====

  • :warning: 请注意一定要按照模版填写以下信息,否则社区人员将无法了解你所遇到的问题。
  • :magnifying_glass_tilted_left: 请在发帖前在社区中进行相关问题搜索,以避免重复提问。

:pushpin:问题描述

请详细描述您所遇到的问题

  • 描述内容:我在FydeOS的linux子系统里安装了balena-etcher2.1.6,插上USB设备,在设置>linux>管理USB设备>授权 Linux 应用控制 USB 设备里授权了该设备,选择fydeos镜像,然后开始制作启动盘,但是每次在"starting"阶段就报错。

  • 以下是ctrl+shift+i,在控制台看到的报错:


    | | | | |
    | |
    | |
    | | ___ _ __
    | || / | '
    ** \ / _ \ '|
    | |**| || (| | | | / |
    _
    / ____|| ||___||

    Interested in joining the Etcher team?
    Drop us a line at join+etcher@balena.io

    Version = 2.1.6, Type = local
    index.js:140 Starting unpriviledged flasher sidecar on port 3434
    index.js:2 /usr/lib/balena-etcher/resources/etcher-util
    index.js:2 etcher-ffg1vu
    index.js:2 Connection to sidecar flasher process attempt 1 / 10 failed; retrying in 1000ms…
    index.js:2 etcher-ffg1vu
    index.js:2 Connection to sidecar flasher process attempt 2 / 10 failed; retrying in 1000ms…
    index.js:2 etcher-ffg1vu
    index.js:2 CHILD READY
    index.js:2 start heartbeat
    index.js:2 CHILD LOG: Ready …
    index.js:2 CHILD LOG: Scan requested
    2index.js:2 CHILD LOG: sourceMetadata requested
    index.js:2 Starting priviledged flasher sidecar on port 3435
    index.js:2 /usr/lib/balena-etcher/resources/etcher-util
    index.js:2 … with privileges …
    index.js:2 0 devices, 0% at 0.00 MB/s (total 0.00 MB/s) with 0 failed devices
    index.js:2 error Error: Elevation timeout
    at index.js:355:5099
    at r (index.js:2:230409)
    index.js:2 Error starting flasher sidecar process Error: Elevation timeout
    at index.js:355:5099
    at r (index.js:2:230409)
    (anonymous) @ index.js:2
    index.js:2 Error: Error starting flasher sidecar process
    at t.spawnChildAndConnect (index.js:140:42694)
    at async c (index.js:140:43716)
    at async t.flash (index.js:140:44878)
    at async S (index.js:140:48790)
    at async E.tryFlash (index.js:140:50566)
    (anonymous) @ index.js:2
    media/icon.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
    index.js:2 Starting priviledged flasher sidecar on port 3435
    index.js:2 /usr/lib/balena-etcher/resources/etcher-util
    index.js:2 … with privileges …
    index.js:2 0 devices, 0% at 0.00 MB/s (total 0.00 MB/s) with 0 failed devices
    index.js:2 error Error: Elevation timeout
    at index.js:355:5099
    at r (index.js:2:230409)
    index.js:2 Error starting flasher sidecar process Error: Elevation timeout
    at index.js:355:5099
    at r (index.js:2:230409)
    (anonymous) @ index.js:2
    index.js:2 Error: Error starting flasher sidecar process
    at t.spawnChildAndConnect (index.js:140:42694)
    at async c (index.js:140:43716)
    at async t.flash (index.js:140:44878)
    at async S (index.js:140:48790)
    at async E.tryFlash (index.js:140:50566)
    (anonymous) @ index.js:2
    media/icon.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND


:laptop:系统与设备信息

  • 硬件与系统配置

    • 处理器
    • 显卡:(如有独立显卡,请标明)
    • RAM(运行内存)
    • 存储容量
    • FydeOS版本:v22
  • 相关系统日志

    • 访问 Chromium 浏览器并输入 /var/log/messages 以获取日志。
    • 日志内容:

:若丢失 FydeOS 订阅,请参考此篇 FAQ 进行处理。


v23 我们新增了一个系统 app,镜像写入工具 Imager,帮助大家在 FydeOS 烧写镜像,你在应用启动器里找一下这个 app。

我是v22,正打算升级v23 :joy: