From 982207e39a36a03d0cb1285f7eb008093577b99b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Feb 2022 01:14:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=8F=91=E7=8E=B0?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=BB=84=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 1 + docs/faq/nes.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/faq/nes.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 99d9177..885eed6 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -53,6 +53,7 @@ module.exports = { // { title: "识别不了exFAT分区、分区出错", path: "/faq/diskparterror" }, { title: "使用主题资源包时出错", path: "/faq/themeerror" }, { title: "插件的快捷方式乱码", path: "/faq/messycode" }, + { title: "没有发现必要组件包", path: "/faq/nes" }, ], }, { diff --git a/docs/faq/nes.md b/docs/faq/nes.md new file mode 100644 index 0000000..39a4e89 --- /dev/null +++ b/docs/faq/nes.md @@ -0,0 +1,11 @@ +# 进入PE后出现异常情况 +## 症状表现 +* 没有发现必要组件包 + +![](https://pic.6zs.cn/images/2022/02/15/nes.png) + +## 原因分析 +必要组件包丢失 + +## 解决方法 +* 在iso文件内\Edgeless目录找到Nes_Inport.7z并复制进"U盘:\Edgeless\" \ No newline at end of file -- Gitee From 4f477f4c1125ecb0c50094b02fc0afd749ad13f4 Mon Sep 17 00:00:00 2001 From: Cno Date: Mon, 14 Feb 2022 17:24:57 +0000 Subject: [PATCH 2/2] update docs/faq/nes.md. --- docs/faq/nes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/nes.md b/docs/faq/nes.md index 39a4e89..bc0db12 100644 --- a/docs/faq/nes.md +++ b/docs/faq/nes.md @@ -5,7 +5,7 @@ ![](https://pic.6zs.cn/images/2022/02/15/nes.png) ## 原因分析 -必要组件包丢失 +必要组件包丢失,通常是由于不规范的启动方式导致的,详情可以参考[其他姿势启动](/playground/other.md) ## 解决方法 -* 在iso文件内\Edgeless目录找到Nes_Inport.7z并复制进"U盘:\Edgeless\" \ No newline at end of file +在iso镜像内的Edgeless目录找到Nes_Inport.7z并复制到任意一个可见分区的根目录(可以是优盘Ventoy分区或是虚拟机连接的虚拟磁盘分区) \ No newline at end of file -- Gitee