<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
|
|
<meta charset="utf-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="../../img/favicon.ico">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
<title>基于linux操作系统写入镜像 - DT-HA</title>
|
<link href="../../css/bootstrap-3.3.7.min.css" rel="stylesheet">
|
<link href="../../css/font-awesome-4.7.0.css" rel="stylesheet">
|
<link href="../../css/base.css" rel="stylesheet">
|
<link rel="stylesheet" href="../../css/highlight.css">
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!--[if lt IE 9]>
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
<![endif]-->
|
|
<script src="../../js/jquery-3.2.1.min.js"></script>
|
<script src="../../js/bootstrap-3.3.7.min.js"></script>
|
<script src="../../js/highlight.pack.js"></script>
|
|
<base target="_top">
|
<script>
|
var base_url = '../..';
|
var is_top_frame = false;
|
|
var pageToc = [
|
{title: "\u57fa\u4e8elinux\u64cd\u4f5c\u7cfb\u7edf\u5199\u5165\u955c\u50cf", url: "#_top", children: [
|
]},
|
];
|
|
</script>
|
<script src="../../js/base.js"></script>
|
</head>
|
|
<body>
|
<script>
|
if (is_top_frame) { $('body').addClass('wm-top-page'); }
|
</script>
|
|
|
|
<div class="container-fluid wm-page-content">
|
<a name="_top"></a>
|
|
|
|
|
<h1 id="linux">基于linux操作系统写入镜像</h1>
|
<p>这种方法的操作方法是:</p>
|
<ol>
|
<li>
|
<p>先下载安装ubuntu24.04操作系统</p>
|
</li>
|
<li>
|
<p>在虚拟机或物理机中安装此ubuntu24.04操作系统.(临时使用)</p>
|
</li>
|
<li>
|
<p>使用ubuntu24.04制作linux启动U盘ubuntu live</p>
|
</li>
|
<li>
|
<p>使用启动U盘ubuntu live引导x86小工控机.</p>
|
</li>
|
<li>
|
<p>进入try模式(不安装).</p>
|
</li>
|
<li>
|
<p>在try模式中,下载ha安方镜像</p>
|
</li>
|
<li>
|
<p>使用ubuntu live的自带的磁盘恢复工具写入镜像到硬盘.</p>
|
</li>
|
<li>
|
<p>移除U盘</p>
|
</li>
|
<li>
|
<p>重启系统</p>
|
</li>
|
<li>
|
<p>进入HA cli界面</p>
|
<p><img alt="" src="https://dhcdn.leon056.com/bpfStudy/docs/20250413122126133.png" /></p>
|
</li>
|
<li></li>
|
</ol>
|
|
<br>
|
|
|
<br>
|
</div>
|
|
<footer class="container-fluid wm-page-content">
|
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/gristlabs/mkdocs-windmill">Windmill</a> theme by Grist Labs.</p>
|
</footer>
|
|
</body>
|
</html>
|