<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Computer&amp;Internet</title>
        <link>https://paragraph.com/@computer-internet</link>
        <description>Computer and Internet</description>
        <lastBuildDate>Sat, 05 Sep 2026 13:07:50 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Computer&amp;Internet</title>
            <url>https://storage.googleapis.com/papyrus_images/733254f324992824202ce0149f05561b44a06547c8ccd79ab7a1b91ec2c49266.png</url>
            <link>https://paragraph.com/@computer-internet</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[BIOS引导和磁盘分区格式浅析]]></title>
            <link>https://paragraph.com/@computer-internet/bios</link>
            <guid>7SPfdui00Epu0zhP8WlC</guid>
            <pubDate>Wed, 12 Jan 2022 01:29:34 GMT</pubDate>
            <description><![CDATA[https://mp.weixin.qq.com/s/N2XHgMv5ryg-TAU-KeJDog 深度操作系统 2022-01-11 17:20 今天和大家聊一下BIOS的启动引导和磁盘的分区格式。BIOS启动模式分为UEFI引导和Legacy引导UEFI是新式的BIOS启动引导，对应的磁盘分区格式是GPT，它可以跳过BIOS自检，启动速度更快，现在的新机型都是UEFI启动。 Legacy则是传统的BIOS启动引导，对应的磁盘分区格式是MBR，旧电脑一般都是这种引导。这里需要注意的是BIOS启动模式和硬盘分区格式如果不一致，安装的时候会出现报错，这就是很多用户反馈deepin系统装不上的主要原因判断BIOS的启动模式和磁盘分区格式同时按下“Win+R”组合快捷键，输入命令“msinfo32”按下回车，在系统信息表中可以查看BIOS的启动模式。用同样的方法输入命令“cmd”按下回车，在弹出的窗口界面输入命令“diskpart”按下回车，继续输入“list disk”按下回车。在这里可以查看电脑的磁盘分区格式，GPT下方有星号则是GPT磁盘。将MBR磁盘转换成GPT磁盘如果你是UE...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mp.weixin.qq.com/s/N2XHgMv5ryg-TAU-KeJDog">https://mp.weixin.qq.com/s/N2XHgMv5ryg-TAU-KeJDog</a></p><p>深度操作系统 <em>2022-01-11 17:20</em></p><p>今天和大家聊一下BIOS的启动引导和磁盘的分区格式。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3556bf263e0f16d1d2919283ad739e6bf4c5794dc7cb5603f12e118d8347fa98.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-biosuefilegacy" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">BIOS启动模式分为UEFI引导和Legacy引导</h1><p>UEFI是新式的BIOS启动引导，对应的磁盘分区格式是GPT，它可以跳过BIOS自检，启动速度更快，<strong>现在的新机型都是UEFI启动。</strong></p><p>Legacy则是传统的BIOS启动引导，对应的磁盘分区格式是MBR，<strong>旧电脑一般都是这种引导。</strong></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">这里需要注意的是</h2><p>BIOS启动模式和硬盘分区格式如果不一致，安装的时候会出现报错，这就是很多用户反馈deepin系统装不上的主要原因</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6f38d8ba64adfa22760ccd27d61dbc274d584c89dc656d8b23cef1ba95034ed4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-bios" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">判断BIOS的启动模式和磁盘分区格式</h1><p>同时按下“Win+R”组合快捷键，输入命令“msinfo32”按下回车，在系统信息表中可以查看BIOS的启动模式。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d77104561ac6bade20d39f2ea08ee31f5b4deebacc754e5b2af3f6f6f3875dad.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>用同样的方法输入命令“cmd”按下回车，在弹出的窗口界面输入命令“diskpart”按下回车，继续输入“list disk”按下回车。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a5659aad108ade165b2574f8a52b9cd0b7515986a78259577efb4682bd9a3078.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>在这里可以查看电脑的磁盘分区格式，GPT下方有星号则是GPT磁盘。</p><h1 id="h-mbrgpt" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">将MBR磁盘转换成GPT磁盘</h1><p>如果你是UEFI启动，但你的磁盘分区格式是MBR，继续输入以下命令：</p><p>select disk 1</p><p>convert gpt</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4c8b34c0417bb61f263e27f46cfce17546ab2c45c995d2c7b012c6ed67b93af3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>可以把原本的MBR磁盘转换成GPT磁盘，这里是假设我们的磁盘格式为MBR，要将编号为1的磁盘转换成GPT分区系统。</p><p>我们可以根据实际需要更改磁盘编号和磁盘格式。</p>]]></content:encoded>
            <author>computer-internet@newsletter.paragraph.com (Computer&amp;Internet)</author>
        </item>
    </channel>
</rss>