更新操作系统相关内容

pull/1/head
ThinkPad-T460P 2021-06-07 19:03:10 +08:00
parent 8d0cc0f13f
commit fc1dd1e661
10 changed files with 67 additions and 8 deletions

View File

@ -0,0 +1,40 @@
# 引导修复
当你的设备显示类似这样的画面,并且无法进入系统时,这表明是操作系统的引导出了故障,本文将帮助你修复系统引导。
![](imgs/boot_repair_grub2.jpg)
## 开始
* 进入Live版AutolaborOS[参考此处](../live/doc.md)
* 通过Wi-Fi或网线将Live版AutolaborOS接入互联网
* 运行如下命令
1.添加软件源
```
sudo add-apt-repository ppa:yannubuntu/boot-repair
```
2.安装`boot-repair`
```
sudo apt-get install -y boot-repair
```
3.启动`boot-repair`
```
boot-repair
```
* 选择`Reconmmended repair`
![](imgs/boot_repair_bootup.jpg)
* 引导修复完成后请弹出U盘并重启
## 常见问题

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,6 +1,6 @@
# 镜像烧录指南
如果你需要升级更新版本的AutolaborOS或者烧录AutolaborOS镜像到一个新的U盘本文将引导你如何烧录镜像。
如果你需要升级更新版本的AutolaborOS或者烧录AutolaborOS镜像到一个新的U盘本文将帮助你如何烧录镜像。
## 准备

View File

@ -1,6 +1,6 @@
# 安装操作系统
如果你的操作系统运行异常、或准备清空文稿资料,本文将引导你如何安装出厂版本的操作系统。
如果你的操作系统运行异常、或准备清空文稿资料,本文将帮助你如何安装出厂版本的操作系统。
## 准备

View File

@ -1,6 +1,6 @@
# 使用Live版AutolaborOS
# 启动Live版AutolaborOS
如果你需要恢复AutolaborPC中的用户数据或者将AutolaborOS`临时`运行在任意一台X86/AMD64电脑上本文将引导你启动Live版AutolaborOS。
如果你需要恢复AutolaborPC中的用户数据或者需要修复系统引导,或者将AutolaborOS`临时`运行在任意一台X86/AMD64电脑上本文将帮助你启动Live版AutolaborOS。
## 准备
@ -12,11 +12,9 @@
## 开始
* 使用Live版AutolaborOS恢复用户数据
![](imgs/restore_user_data.gif)
![](imgs/enter_live_os.gif)
* 接下来,请参考[引导修复](../boot_repir/doc.md)或[恢复用户数据](../restore_data/doc.md)
## 常见问题

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -0,0 +1,21 @@
# 恢复用户数据
本文将帮助你实现在操作系统无法启动时备份或导出AutolaborPC中的用户数据。
## 开始
* 进入Live版AutolaborOS[参考此处](../live/doc.md)
* 打开`Files`,依次选择`Other Locations`-`/dev/nvme*****`
![](imgs/restore_data_other_locations.png)
* 选择你所需要的数据进行导出、备份
![](imgs/restore_data_devnvme.png)
## 常见问题

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB