trphoenix
2025-04-14 89793f5e996dbabf8054f06899066c8ff1508406
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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>