diff --git a/source/common/os/flash/doc.md b/source/common/os/flash/doc.md new file mode 100644 index 0000000..fc05885 --- /dev/null +++ b/source/common/os/flash/doc.md @@ -0,0 +1,58 @@ +# 镜像烧录指南 + +如果你需要升级更新版本的AutolaborOS,或者烧录AutolaborOS镜像到一个新的U盘,本文将引导你如何烧录镜像。 + +## 准备 + +* U盘:容量为8GB或以上 + +* 镜像:[AutolaborOS](http://www.autolabor.com.cn/download) + +* 烧录工具:[Etcher](https://www.balena.io/etcher/) + + > 适用于Windows、macOS、Linux多平台开源烧录工具 + +## 开始 + +> 以Windows平台为例进行介绍,其他平台的操作方法大致相同。 + +1.启动烧录工具`Etcher` + + ![](imgs/windows_etcher_start.png) + +2.单击`Flash from file`(选择文件以烧录),然后选择先前下载的压缩镜像文件 + + > Flash from URL功能可能不稳定,不推荐使用该方式。 + + ![](imgs/windows_etcher_select_image.png) + +3.将待烧录的优盘插入电脑(若尚未插入) + > 如果 Windows 弹出如下提示对话框,则单击“Cancel”(取消)(请参阅[此处解释](https://github.com/balena-io/etcher/issues/2024)): + + ![](imgs/windows_etcher_format_disk.png) + +5.单击`Select target`(选择目标设备),并选择刚刚插入的U盘 + + ![](imgs/windows_etcher_select_disk.png) + +6.单击`Flash!`(烧录!) + + ![](imgs/windows_etcher_flashing.png) + + > 如果在烧录过程中 Windows 弹出如下提示对话框,请单击“取消”。 + + ![](imgs/windows_etcher_insert_disk.png) + +7.烧录完成,从文件管理器中弹出U盘即可 + + ![](imgs/windows_etcher_flash_complete.png) + + +Etcher 烧录完成后,Windows 可能会提示你无法识别该U盘。此时只需单击“取消”,然后弹出U盘即可。 + +## 常见问题 + +* “Etcher报错,无法开始烧录?” + + 尝试使用管理员身份重新打开Etcher。 + diff --git a/source/common/os/flash/imgs/windows_etcher_flash_complete.png b/source/common/os/flash/imgs/windows_etcher_flash_complete.png new file mode 100644 index 0000000..14a969e Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_flash_complete.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_flashing.png b/source/common/os/flash/imgs/windows_etcher_flashing.png new file mode 100644 index 0000000..a294eca Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_flashing.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_format_disk.png b/source/common/os/flash/imgs/windows_etcher_format_disk.png new file mode 100644 index 0000000..41bb14f Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_format_disk.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_insert_disk.png b/source/common/os/flash/imgs/windows_etcher_insert_disk.png new file mode 100644 index 0000000..65a1dfc Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_insert_disk.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_select_disk.png b/source/common/os/flash/imgs/windows_etcher_select_disk.png new file mode 100644 index 0000000..a71eb72 Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_select_disk.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_select_image.png b/source/common/os/flash/imgs/windows_etcher_select_image.png new file mode 100644 index 0000000..c0a8209 Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_select_image.png differ diff --git a/source/common/os/flash/imgs/windows_etcher_start.png b/source/common/os/flash/imgs/windows_etcher_start.png new file mode 100644 index 0000000..489877d Binary files /dev/null and b/source/common/os/flash/imgs/windows_etcher_start.png differ diff --git a/source/common/install_os/doc.md b/source/common/os/install/doc.md similarity index 88% rename from source/common/install_os/doc.md rename to source/common/os/install/doc.md index d47ad66..243ca94 100644 --- a/source/common/install_os/doc.md +++ b/source/common/os/install/doc.md @@ -6,7 +6,9 @@ * Autolabor OS 镜像盘 * 1 -> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download)。 +> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download) + +> 参考[镜像烧录指南](../flash/doc.md) ## 开始 @@ -28,7 +30,7 @@ 原则上,Autolabor OS 兼容市面所有 X86/AMD64 架构硬件平台,但我们无法保证其可用性。 - 如果你是富有挑战精神的人,我们当然欢迎你将 Autolabor OS 安装在任何 X86/AMD64 设备上,更欢迎给我们提出兼容性报告。 + 如果你富有挑战精神,我们也欢迎你尝试把 Autolabor OS 安装在任何 X86/AMD64 设备上,更欢迎给我们提出兼容性报告。 为获得最佳使用体验,推荐使用 Autolabor PC 来搭载 Autolabor OS。 diff --git a/source/common/install_os/imgs/install_os.gif b/source/common/os/install/imgs/install_os.gif similarity index 100% rename from source/common/install_os/imgs/install_os.gif rename to source/common/os/install/imgs/install_os.gif diff --git a/source/common/install_os/imgs/install_os_untill_2019_12_25.gif b/source/common/os/install/imgs/install_os_untill_2019_12_25.gif similarity index 100% rename from source/common/install_os/imgs/install_os_untill_2019_12_25.gif rename to source/common/os/install/imgs/install_os_untill_2019_12_25.gif diff --git a/source/common/os/live/doc.md b/source/common/os/live/doc.md new file mode 100644 index 0000000..9cadc67 --- /dev/null +++ b/source/common/os/live/doc.md @@ -0,0 +1,23 @@ +# 使用Live版AutolaborOS + +如果你需要恢复AutolaborPC中的用户数据,或者将AutolaborOS`临时`运行在任意一台X86/AMD64电脑上,本文将引导你启动Live版AutolaborOS。 + +## 准备 + +* Autolabor OS 镜像盘 * 1 + +> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download) + +> 参考[镜像烧录指南](../flash/doc.md) + +## 开始 + +* 使用Live版AutolaborOS恢复用户数据 + + ![](imgs/restore_user_data.gif) + + +## 常见问题 + + + diff --git a/source/common/os/live/imgs/restore_user_data.gif b/source/common/os/live/imgs/restore_user_data.gif new file mode 100644 index 0000000..f337713 Binary files /dev/null and b/source/common/os/live/imgs/restore_user_data.gif differ diff --git a/source/conf.json b/source/conf.json index d8c7678..ca7cd54 100644 --- a/source/conf.json +++ b/source/conf.json @@ -183,8 +183,21 @@ ] }, { - "name": "安装操作系统", - "uri": "common/install_os/doc" + "name": "操作系统相关", + "items":[ + { + "name": "安装AutolaborOS", + "uri": "common/os/install/doc" + }, + { + "name": "镜像烧录", + "uri": "common/os/install/doc" + }, + { + "name": "Live版AutolaborOS", + "uri": "common/os/live/doc" + } + ], }, { "name": "设备参考资料",