﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>王牌系统 &#187; efi</title>
	<atom:link href="https://www.wpgho.com/tag/efi/feed" rel="self" type="application/rss+xml" />
	<link>https://www.wpgho.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 Apr 2026 14:03:02 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>UEFI安装GHOST系统新手教程</title>
		<link>https://www.wpgho.com/efighost.html</link>
		<comments>https://www.wpgho.com/efighost.html#comments</comments>
		<pubDate>Sat, 21 Apr 2018 14:59:58 +0000</pubDate>
		<dc:creator><![CDATA[王牌系统]]></dc:creator>
				<category><![CDATA[系统]]></category>
		<category><![CDATA[efi]]></category>

		<guid isPermaLink="false">http://www.wpgho.com/?p=1072</guid>
		<description><![CDATA[UEFI启动取代传统的Legacy为大势所趋，现在大部分电脑都默认UEFI启动，有的甚至不支持Legacy启动 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>UEFI启动取代传统的Legacy为大势所趋，现在大部分电脑都默认UEFI启动，有的甚至不支持Legacy启动（笔记本里面见得比较多），但是实际操作中发现还有很多技术员不太熟练。本教程的目的旨在让大家熟悉在UEFI环境下安装GHOST系统，方便大家能够快速便捷地装机。教程比较长，希望还不了解这块的小伙伴能耐心看完。</p>
<p>有关UEFI，GPT，Legacy，MBR这些名词的概念，大家可以自行百度。</p>
<p><span style="color: #ff0000;">Legacy启动模式</span>下，计算机读取磁盘的MBR，再读取DPT（分区表），找到第一个激活的主分区启动。不支持超过2TB的大容量硬盘，仅支持4个主分区或3个主分区加一个扩展分区。一般我们常用的分区方法为一个主分区加一个拓展分区，在拓展分区里面再分逻辑分区。支持32位与64位系统。</p>
<p><span style="color: #ff0000;">UEFI启动模式</span>下，计算机读取磁盘ESP分区中的引导文件，通过此文件指定的分区进行启动，支持超过2TB的大容量硬盘，最多支持128个分区，仅支持64位系统。</p>
<p>所以，我们只要记住，一般情况下，<span style="color: #ff0000;">Legacy启动搭配MBR，UEFI启动搭配GPT</span>就行了。</p>
<p>下面教程以宏基某型号的笔记本为例，为大家演示一下如何在EFI启动下安装GHOST系统：</p>
<p>1、准备一个带UEFI启动的U盘PE（这里以系统总裁的USM为例<span style="color: #0000ff;"><a style="color: #0000ff;" href="/tjpe.html" target="_blank">下载地址</a></span>），进入BIOS，设置启动模式为UEFI启动，并把U盘设置为第一引导项，保存重启进入PE。</p>
<p><img class="aligncenter size-full wp-image-1079" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi1.jpg" alt="efi1" width="600" height="492" /></p>
<p><img class="aligncenter size-full wp-image-1076" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi2.jpg" alt="efi2" width="600" height="369" /> <img class="aligncenter size-full wp-image-1077" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi3.jpg" alt="efi3" width="600" height="349" /> <img class="aligncenter size-full wp-image-1078" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi4.jpg" alt="efi4" width="600" height="455" /></p>
<p>2、打开磁盘分区工具（以diskgenius为例），将需要安装系统的目标磁盘转换为GPT磁盘，进行分区格式化。如目标磁盘已是GPT磁盘则只进行分区或者格式化即可。另外MBR类型转换为GUID类型前，需要删除所有分区后再转换（注意备份数据）。</p>
<p><img class="aligncenter size-full wp-image-1082" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi5.jpg" alt="efi5" width="600" height="451" /> <img class="aligncenter size-full wp-image-1083" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi6.jpg" alt="efi6" width="600" height="450" /> <img class="aligncenter size-full wp-image-1084" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi7.jpg" alt="efi7" width="600" height="449" /> <img class="aligncenter size-full wp-image-1085" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi8.jpg" alt="efi8" width="600" height="448" /> <img class="aligncenter size-full wp-image-1086" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi9.jpg" alt="efi9" width="600" height="450" /> <img class="aligncenter size-full wp-image-1087" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi10.jpg" alt="efi10" width="600" height="449" /> <img class="aligncenter size-full wp-image-1088" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi11.jpg" alt="efi11" width="600" height="450" /></p>
<p>3、打开PE桌面上的映像总裁，选择GHO文件，进行系统安装。这里注意，所用到的GHO文件，<span style="color: #ff0000;">必须是64位的</span>，一般<span style="color: #ff0000;">建议使用Win10</span>（Win7也可以，但是据说Win7对UEFI支持的不是很完美，而Win8、8.1注定跟当年的Vista一样，所以，你懂的！）。</p>
<p><img class="aligncenter size-full wp-image-1090" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi12.jpg" alt="efi12" width="600" height="451" /> <img class="aligncenter size-full wp-image-1091" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi13.jpg" alt="efi13" width="600" height="451" /> <img class="aligncenter size-full wp-image-1092" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi14.jpg" alt="efi14" width="600" height="450" /> <img class="aligncenter size-full wp-image-1093" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi15.jpg" alt="efi15" width="600" height="450" /> <img class="aligncenter size-full wp-image-1094" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi16.jpg" alt="efi16" width="600" height="448" /></p>
<p>4、重启机器，拔出U盘，自动进入系统安装，然后，就大功告成了！</p>
<p><img class="aligncenter size-full wp-image-1097" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi19.jpg" alt="efi19" width="600" height="450" /></p>
<p><img class="aligncenter size-full wp-image-1095" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi17.jpg" alt="efi17" width="600" height="450" /> <img class="aligncenter size-full wp-image-1096" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi18.jpg" alt="efi18" width="600" height="450" /> <img class="aligncenter size-full wp-image-1098" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi20.jpg" alt="efi20" width="600" height="450" /> <img class="aligncenter size-full wp-image-1099" src="http://www.wpgho.com/wp-content/uploads/2018/04/efi21.jpg" alt="efi21" width="600" height="450" /></p>
<p>总结：<span style="color: #ff0000;">UEFI模式下安装GHOST系统主要要解决的问题就是引导的处理修复</span>，在此教程里所使用的PE，内置的SGI映像总裁已经为我们智能处理好了，这点非常方便，当然其他PE也有类似的工具，小伙伴们可以选择自己喜欢的PE使用。</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wpgho.com/efighost.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
