mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-02-23 14:08:37 -05:00
Initial commit
This commit is contained in:
parent
2cbae78458
commit
376a78a881
@ -3,7 +3,7 @@ title = "Linux-For-PC(五):BIOS-UEFI-MBR-GPT-GRUB"
|
|||||||
date = 2023-07-24
|
date = 2023-07-24
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["Tech","GRUB","BIOS","UEFI"]
|
tags = ["Tech","GRUB","Linux"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
前言 在计算机领域,系统引导和磁盘分区是至关重要的。本文将介绍BIOS与UEFI,MBR与GPT,以及它们之间的异同点。此外,我们还会讨论与这些概念密切相关的引导加载程序——GRUB。
|
前言 在计算机领域,系统引导和磁盘分区是至关重要的。本文将介绍BIOS与UEFI,MBR与GPT,以及它们之间的异同点。此外,我们还会讨论与这些概念密切相关的引导加载程序——GRUB。
|
||||||
|
@ -422,10 +422,9 @@
|
|||||||
|
|
||||||
<span class="post-tags-inline">
|
<span class="post-tags-inline">
|
||||||
::
|
::
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li class="post-list">
|
<li class="post-list">
|
||||||
|
@ -89,10 +89,9 @@
|
|||||||
|
|
||||||
<span class="post-tags-inline">
|
<span class="post-tags-inline">
|
||||||
:: tags:
|
:: tags:
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
|
@ -90,10 +90,9 @@
|
|||||||
|
|
||||||
<span class="post-tags-inline">
|
<span class="post-tags-inline">
|
||||||
:: tags:
|
:: tags:
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -186,9 +186,6 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>https://blog.dich.ink/tags/</loc>
|
<loc>https://blog.dich.ink/tags/</loc>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://blog.dich.ink/tags/bios/</loc>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://blog.dich.ink/tags/blog/</loc>
|
<loc>https://blog.dich.ink/tags/blog/</loc>
|
||||||
</url>
|
</url>
|
||||||
@ -261,9 +258,6 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>https://blog.dich.ink/tags/tech/</loc>
|
<loc>https://blog.dich.ink/tags/tech/</loc>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://blog.dich.ink/tags/uefi/</loc>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://blog.dich.ink/tags/wifi/</loc>
|
<loc>https://blog.dich.ink/tags/wifi/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
@ -1,130 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
Dich'blog</title>
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
|
|
||||||
<meta name="robots" content="noodp"/>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/style.css">
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/color/blue.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/color/background_dark.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/font-hack-subset.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="description" content="All posts tagged BIOS">
|
|
||||||
|
|
||||||
<meta property="og:description" content="All posts tagged BIOS">
|
|
||||||
<meta property="og:title" content="Dich'blog">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:url" content="https://blog.dich.ink/tags/bios/">
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
|
||||||
<meta name="twitter:description" content="All posts tagged BIOS">
|
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
|
||||||
<meta property="twitter:domain" content="blog.dich.ink">
|
|
||||||
<meta property="twitter:url" content="https://blog.dich.ink/tags/bios/">
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.dich.ink/atom.xml">
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
|
|
||||||
<a href="https://blog.dich.ink" style="text-decoration: none;">
|
|
||||||
<div class="logo">
|
|
||||||
|
|
||||||
Dich'blog
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="menu">
|
|
||||||
<ul class="menu__inner">
|
|
||||||
<li><a href="https://blog.dich.ink">blog</a></li>
|
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.ink/tags">tags</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/archive">archive</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/about">about me</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/links">links</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
tag: #BIOS
|
|
||||||
(1 post)
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<a href="https://blog.dich.ink/tags">
|
|
||||||
Show all tags
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
<ul><li class="post-list">
|
|
||||||
<a href="https://blog.dich.ink/linux-for-pc-5/">
|
|
||||||
<span class="post-date">2023-07-24</span>
|
|
||||||
:: <span class="post-list-title">Linux-For-PC(五):BIOS-UEFI-MBR-GPT-GRUB</span></a>
|
|
||||||
|
|
||||||
<span class="post-tags-inline">
|
|
||||||
::
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span>©
|
|
||||||
2024
|
|
||||||
Dichgrem</span>
|
|
||||||
<span class="copyright-theme">
|
|
||||||
<span class="copyright-theme-sep">:: </span>
|
|
||||||
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<script async defer src="http://173.249.208.93:12345/tracker.js" data-website-id="cluckwxwg0005qf4n55m737sz"></script>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
@ -96,10 +96,9 @@ Dich'blog</title>
|
|||||||
|
|
||||||
<span class="post-tags-inline">
|
<span class="post-tags-inline">
|
||||||
::
|
::
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -82,12 +82,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li class="tag-list">
|
|
||||||
<a href="https://blog.dich.ink/tags/bios/">
|
|
||||||
BIOS (1 post)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="tag-list">
|
<li class="tag-list">
|
||||||
<a href="https://blog.dich.ink/tags/blog/">
|
<a href="https://blog.dich.ink/tags/blog/">
|
||||||
Blog (1 post)
|
Blog (1 post)
|
||||||
@ -156,7 +150,7 @@
|
|||||||
|
|
||||||
<li class="tag-list">
|
<li class="tag-list">
|
||||||
<a href="https://blog.dich.ink/tags/linux/">
|
<a href="https://blog.dich.ink/tags/linux/">
|
||||||
Linux (4 posts)
|
Linux (5 posts)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -232,12 +226,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="tag-list">
|
|
||||||
<a href="https://blog.dich.ink/tags/uefi/">
|
|
||||||
UEFI (1 post)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="tag-list">
|
<li class="tag-list">
|
||||||
<a href="https://blog.dich.ink/tags/wifi/">
|
<a href="https://blog.dich.ink/tags/wifi/">
|
||||||
Wifi (1 post)
|
Wifi (1 post)
|
||||||
|
@ -81,7 +81,7 @@ Dich'blog</title>
|
|||||||
<div class="post">
|
<div class="post">
|
||||||
<h1 class="post-title">
|
<h1 class="post-title">
|
||||||
tag: #Linux
|
tag: #Linux
|
||||||
(4 posts)
|
(5 posts)
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<a href="https://blog.dich.ink/tags">
|
<a href="https://blog.dich.ink/tags">
|
||||||
@ -90,6 +90,18 @@ Dich'blog</title>
|
|||||||
|
|
||||||
|
|
||||||
<ul><li class="post-list">
|
<ul><li class="post-list">
|
||||||
|
<a href="https://blog.dich.ink/linux-for-pc-5/">
|
||||||
|
<span class="post-date">2023-07-24</span>
|
||||||
|
:: <span class="post-list-title">Linux-For-PC(五):BIOS-UEFI-MBR-GPT-GRUB</span></a>
|
||||||
|
|
||||||
|
<span class="post-tags-inline">
|
||||||
|
::
|
||||||
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
||||||
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>,
|
||||||
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
<li class="post-list">
|
||||||
<a href="https://blog.dich.ink/linux-for-pc-3/">
|
<a href="https://blog.dich.ink/linux-for-pc-3/">
|
||||||
<span class="post-date">2023-07-22</span>
|
<span class="post-date">2023-07-22</span>
|
||||||
:: <span class="post-list-title">Linux-For-PC(二):内核/shell/包管理/文件系统</span></a>
|
:: <span class="post-list-title">Linux-For-PC(二):内核/shell/包管理/文件系统</span></a>
|
||||||
|
@ -376,10 +376,9 @@ Dich'blog</title>
|
|||||||
|
|
||||||
<span class="post-tags-inline">
|
<span class="post-tags-inline">
|
||||||
::
|
::
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>,
|
<a class="post-tag" href="https://blog.dich.ink/tags/linux/">#Linux</a>,
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li class="post-list">
|
<li class="post-list">
|
||||||
|
@ -1,130 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
Dich'blog</title>
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
|
|
||||||
<meta name="robots" content="noodp"/>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/style.css">
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/color/blue.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/color/background_dark.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.ink/font-hack-subset.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="description" content="All posts tagged UEFI">
|
|
||||||
|
|
||||||
<meta property="og:description" content="All posts tagged UEFI">
|
|
||||||
<meta property="og:title" content="Dich'blog">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:url" content="https://blog.dich.ink/tags/uefi/">
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
|
||||||
<meta name="twitter:description" content="All posts tagged UEFI">
|
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
|
||||||
<meta property="twitter:domain" content="blog.dich.ink">
|
|
||||||
<meta property="twitter:url" content="https://blog.dich.ink/tags/uefi/">
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.dich.ink/atom.xml">
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
|
|
||||||
<a href="https://blog.dich.ink" style="text-decoration: none;">
|
|
||||||
<div class="logo">
|
|
||||||
|
|
||||||
Dich'blog
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="menu">
|
|
||||||
<ul class="menu__inner">
|
|
||||||
<li><a href="https://blog.dich.ink">blog</a></li>
|
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.ink/tags">tags</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/archive">archive</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/about">about me</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://blog.dich.ink/links">links</a></li>
|
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
tag: #UEFI
|
|
||||||
(1 post)
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<a href="https://blog.dich.ink/tags">
|
|
||||||
Show all tags
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
<ul><li class="post-list">
|
|
||||||
<a href="https://blog.dich.ink/linux-for-pc-5/">
|
|
||||||
<span class="post-date">2023-07-24</span>
|
|
||||||
:: <span class="post-list-title">Linux-For-PC(五):BIOS-UEFI-MBR-GPT-GRUB</span></a>
|
|
||||||
|
|
||||||
<span class="post-tags-inline">
|
|
||||||
::
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/bios/">#BIOS</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/grub/">#GRUB</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>,
|
|
||||||
<a class="post-tag" href="https://blog.dich.ink/tags/uefi/">#UEFI</a></span>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span>©
|
|
||||||
2024
|
|
||||||
Dichgrem</span>
|
|
||||||
<span class="copyright-theme">
|
|
||||||
<span class="copyright-theme-sep">:: </span>
|
|
||||||
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<script async defer src="http://173.249.208.93:12345/tracker.js" data-website-id="cluckwxwg0005qf4n55m737sz"></script>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user