How to Fix Raspberry Pi Imager lost Advanced Menu problem All In One
Raspberry Pi Imager removed Advanced Menu All In One
如何修复 Raspberry Pi Imager 丢失
高级菜单
问题
树莓派 bug
Raspberry Pi Imager v1.8.5 删除高级菜单
选项 ❓
solution
-
打开
Raspberry Pi Imager
-
按下组合键
CTRL
+SHIFT
+X
, 打开 OS Customisation 设置 ✅
demos
-
先定制 OS 配置信息
-
选择对应版本的 OS 镜像
-
使用定制的 OS 配置信息
-
OS 写入完成,插入树莓派开机
-
Wi-Fi 验证 ✅
- SSH 验证 ✅
# SSH 使用主机名 (mDNS 🚀)
# ssh pi@raspberrypi.local
$ ssh eric@rpi3b.local
# SSH known_hosts, 手动删除旧的 rpi3b 授权信息,重新授权
$ code /Users/xgqfrms-mm/.ssh/known_hosts
# SSH 使用主机名 (mDNS 🚀)
# ssh pi@raspberrypi.local
$ ssh eric@rpi3b.local
# password: `pi3b2025`
eric@rpi3b:~ $ pwd
/home/eric
eric@rpi3b:~ $ ls
Bookshelf Documents Music Public Videos
Desktop Downloads Pictures Templates
eric@rpi3b:~ $ exit
raspberry pi imager advanced options missing
https://github.com/raspberrypi/rpi-imager/issues/343
http://reddit.com/r/raspberry_pi/comments/17q01dt/cant_open_advanced_setting_on_imager_181/
refs
https://www.cnblogs.com/xgqfrms/p/17323303.html
©xgqfrms 2012-2025
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/18740107
未经授权禁止转载,违者必究!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· .NET10 - 预览版1新功能体验(一)
2023-02-27 Deep Dive into the JavaScript Event Loop All In One
2023-02-27 恶意机器人应对手册:预警信号及应对方 All In One
2023-02-27 Chrome 浏览器性能优化:主线程 & 长任务 All In One
2022-02-27 ECMAScript proposals All In One
2022-02-27 JavaScript & Array groupBy All In One
2022-02-27 TypeScript types unknown & any All In One
2022-02-27 git delete the latest commit from remote branch All In One