1. 首页
  2. 生活常识
  3. gpt分区安装win10引导不起来(Windows10:简单的系统安装方法)

gpt分区安装win10引导不起来(Windows10:简单的系统安装方法)

简介:关于gpt分区安装win10引导不起来(Windows10:简单的系统安装方法)的相关疑问,相信很多朋友对此并不是非常清楚,为了帮助大家了解相关知识要点,小编为大家整理出如下讲解内容,希望下面的内容对大家有帮助!
如果有更好的建议或者想看更多关于生活常识技术大全及相关资讯,可以多多关注茶馆百科网。

过去男人可以打扫房子,现在男人可以安装系统。大家好,我是Banban,带大家安装系统,学习电脑,解决电脑故障。今天我们将学习如何在PE下安装windows10操作系统(系统不会启动)。

首先,我们需要使用USB闪存驱动器制作PE启动盘。关于启动盘的制作方法,网上已经有很多了,这里就不多唠叨了。我们需要了解的是,基本上PE启动磁盘将有一个名为WinNTSetup的工具。其操作界面如下:

在使用这个工具时,我们需要了解一些要点和概念。

选择Windows安装源。支持iso光盘镜像和wim镜像。这意味着我们下载windows10安装镜像iso文件,把它放在u盘或硬盘上,选择这里。

选择boot drive,选择install drive。这里的驱动器就是我们所说的分区。Windows系统中,文件分为两部分,一部分是用来引导操作系统的引导文件,一部分是操作系统本身的文件。在MBR磁盘模式(延迟启动)下,文件的这两个部分可以放在两个单独的分区中,也可以放在同一个分区中。对于GPT磁盘模式(UEFI引导),引导文件在ESP分区中,系统分区是我们经常看到的C盘。

引导分区的大小通常在100MB到300MB之间,容易识别,是磁盘的第一个分区。

但是,有时我们看不到引导分区,也无法选择它。此时,我们需要为未显示的引导分区分配一个驱动器号,然后我们就可以看到它了。下图显示了ESP分区的位置,没有分配驱动器号,而C盘是我们的系统分区(安装驱动器),MSR分区可以忽略。

一旦选择了引导驱动器和安装驱动器,最好对两者进行格式化。

如果您的计算机处于MBR磁盘模式,并且没有分配单独的引导分区,那么为引导驱动器和安装驱动器都选择C。

在版本选项的下拉列表中,我们选择要安装的系统版本,即家庭版、专业版、企业版等。这是因为微软的wim映像文件,一个单独的映像文件,可以同时包含多个系统版本。

接下来,我们要跳过繁琐的设置,例如设置帐户、选择语言和设置隐私,直接进入管理员帐户。要做到这一点,我们需要一个自动回复文件来响应用户输入而不是我们。这是用垫子做的。您所需要做的就是用记事本创建一个xml文本文件,并将以下内容粘贴到其中并保存,在本例中为unattend.xml。

? utf - 8编码=' ' ?XML版本='1.0'编码='utf-8'?unattend xmlns='urn:schemas- microsoft.com:unattend' settings pass='generalize'组件名称='Microsoft-Windows-PnpSysprep' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' donotcleanupnonpresentstrue /DoNotCleanUpNonPresentDevices PersistAllDeviceInstallstrue/persistalldeviceinstalled /component /settings settings settingspass=' special_name '组件名称='Microsoft-Windows-Deployment' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' RunSynchronous RunSynchronousCommand wcm:action='add' Order1/Order Pathnet用户administrator /active:yes/Path WillRebootNever/WillReboot DescriptionEnable Admin帐户/描述/RunSynchronousCommand/RunSynchronous /component组件名称='Microsoft-Windows-Shell-Setup' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' CopyProfiletrue/CopyProfile timezonchina标准时间/时区/component组件名称='Microsoft-Windows-UnattendedJoin' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35'语言='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' Identification JoinWorkgroupWORKGROUP/JoinWorkgroup /Identification /component组件名称='Microsoft-Windows-MicrosoftEdgeBrowser' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State'xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' FavoriteBarItems FavoriteBarItem wcm:action='add' ItemFavIconFilehttp://dh.lanfutun.com/favicon.ico/ItemFavIconFile ItemKeylanfutun/ItemKey ItemName网站导航/ItemName ItemUrlhttp://dh.lanfutun.com/ItemUrl/FavoriteBarItem/FavoriteBarItems /component /settings settings pass='oobeSystem'组件名称='Microsoft-Windows-Shell-Setup' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS'xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' OOBE ProtectYourPC2/ProtectYourPC SkipMachineOOBEtrue/SkipMachineOOBE SkipUserOOBEtrue/SkipUserOOBE /OOBE UserAccounts LocalAccounts LocalAccount wcm:action='add' Description默认管理员帐户/描述DisplayNameAdministrator/DisplayName GroupAdministrators/组名Administrator/Name /LocalAccount /LocalAccounts /UserAccounts /component /settings settingspass='windowsPE'组件名称='Microsoft-Windows-Setup' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' EnableFirewallfalse/EnableFirewall EnableNetworkfalse/EnableNetwork RestartRestart/Restart UserData accepteulattrue /AcceptEula ProductKey Key/Key /ProductKey /UserData /component component组件name='Microsoft-Windows-International-Core-WinPE' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' language='neutral' versionScope='nonSxS' xmlns:wcm='http://schemas.microsoft.com/WMIConfig/2002/State' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' setupuillanguage uilanguagez - cn/language/setupuillanguage InputLocaleen-US;zh-CN/InputLocale LayeredDriver1/LayeredDriver SystemLocalezh-CN/SystemLocale UILanguagezh-CN/ilanguezh - cn /UserLocale uilanguageefallbacken - us /UILanguageFallback /component /settings cpi:offlineImage cpi:source='wim:e:/osdiy/install. cnwim#wps' xmlns:cpi='urn: schemas-microft -com:cpi' //unattend .xml自动应答文件

最后,点击右下角的“开始安装”。完成后,重新启动计算机并等待进入桌面。

本文主要介绍了关于gpt分区安装win10引导不起来(Windows10:简单的系统安装方法)的相关养殖或种植技术,生活常识栏目还介绍了该行业生产经营方式及经营管理,关注生活常识发展动向,注重系统性、科学性、实用性和先进性,内容全面新颖、重点突出、通俗易懂,全面给您讲解生活常识技术怎么管理的要点,是您生活常识致富的点金石。
以上文章来自互联网,不代表本人立场,如需删除,请注明该网址:http://23.234.50.4:8411/article/1475303.html