From 9584b62c053d80cb17a06045e47e9ecd561294b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=B8=85=E5=8D=8E?= <12077670+shenxiz@user.noreply.gitee.com> Date: Fri, 29 Mar 2024 05:05:15 +0000 Subject: [PATCH] =?UTF-8?q?240328=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 苏清华 <12077670+shenxiz@user.noreply.gitee.com> --- .../240328 ghost.md" | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 "52 \350\213\217\346\270\205\345\215\216/240328 ghost.md" diff --git "a/52 \350\213\217\346\270\205\345\215\216/240328 ghost.md" "b/52 \350\213\217\346\270\205\345\215\216/240328 ghost.md" new file mode 100644 index 0000000..f2196b6 --- /dev/null +++ "b/52 \350\213\217\346\270\205\345\215\216/240328 ghost.md" @@ -0,0 +1,17 @@ +## 网络启动 + +开机时按F12进入启动选择界面,选择网络启动(network pxe)。 + +## ghost + +把系统备份成一个文件,可以给空白的系统通过ghost恢复成一个完整的系统(例如开发软件都有) + +### ghost的选项 + +local 本地操作 对本地计算机的硬盘进行操作 + +to image 备份分区为镜像文件 + +from image 镜像文件恢复 + +quit 退出 \ No newline at end of file -- Gitee