-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclonezilla-usage.html
More file actions
536 lines (403 loc) · 23.8 KB
/
Copy pathclonezilla-usage.html
File metadata and controls
536 lines (403 loc) · 23.8 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>使用Clonezilla(再生龙)克隆Ubuntu系统 - Shuitai's blog</title>
<meta charset="UTF-8">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<link rel="shortcut icon" href="https://libs.dapiya.cn/img/favicon.ico" type="image/x-icon" />
<meta name="description" content="使用Clonezilla的原因这次要进行服务器系统迁移,即将一个硬盘上的全部内容搬迁到另一个新的硬盘,于是我想到了可以用再生龙去实现迁移系统。 其实大约在一年半前我使用过再生龙进行了同样的操作。那次迁移过程比较顺利,没有遇到什么坑,所以没有去写这个博客。 但这次运气不好给我碰上了,导致我折腾了一整个晚上(几乎通宵)才把系统迁移完成。故写一篇来记录自己的踩坑情况和解决方案。 Clonezilla介绍">
<meta property="og:type" content="article">
<meta property="og:title" content="使用Clonezilla(再生龙)克隆Ubuntu系统">
<meta property="og:url" content="https://bigshuitai.github.io/clonezilla-usage.html">
<meta property="og:site_name" content="Shuitai's blog">
<meta property="og:description" content="使用Clonezilla的原因这次要进行服务器系统迁移,即将一个硬盘上的全部内容搬迁到另一个新的硬盘,于是我想到了可以用再生龙去实现迁移系统。 其实大约在一年半前我使用过再生龙进行了同样的操作。那次迁移过程比较顺利,没有遇到什么坑,所以没有去写这个博客。 但这次运气不好给我碰上了,导致我折腾了一整个晚上(几乎通宵)才把系统迁移完成。故写一篇来记录自己的踩坑情况和解决方案。 Clonezilla介绍">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2025-10-26T19:00:00.000Z">
<meta property="article:modified_time" content="2025-10-26T19:00:00.000Z">
<meta property="article:author" content="Shuitai">
<meta property="article:tag" content="Ubuntu">
<meta property="article:tag" content="Clonezilla">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="/lib/fancybox/fancybox.css">
<link rel="stylesheet" href="/lib/mdui_043tiny/mdui.css">
<link rel="stylesheet" href="/lib/iconfont/iconfont.css?v=1766603208245">
<link rel="stylesheet" href="/css/style.css?v=1766603208245">
<meta name="generator" content="Hexo 5.4.2"></head>
<body class="mdui-drawer-body-left">
<div id="nexmoe-background">
<div class="nexmoe-bg" style="background-image: url(https://www.dmoe.cc/random.php)"></div>
<div class="mdui-appbar mdui-shadow-0">
<div class="mdui-toolbar">
<a mdui-drawer="{target: '#drawer', swipe: true}" title="menu" class="mdui-btn mdui-btn-icon mdui-ripple"><i class="mdui-icon nexmoefont icon-menu"></i></a>
<div class="mdui-toolbar-spacer"></div>
<!--<a href="javascript:;" class="mdui-btn mdui-btn-icon"><i class="mdui-icon material-icons">search</i></a>-->
<a href="/" title="Shuitai" class="mdui-btn mdui-btn-icon"><img src="https://libs.dapiya.cn/img/5f2f8d9be80579ad6f2a3d977e8821cd.webp" alt="Shuitai"></a>
</div>
</div>
</div>
<div id="nexmoe-header">
<div class="nexmoe-drawer mdui-drawer" id="drawer">
<div class="nexmoe-avatar mdui-ripple">
<a href="/" title="Shuitai">
<img src="https://libs.dapiya.cn/img/5f2f8d9be80579ad6f2a3d977e8821cd.webp" alt="Shuitai" alt="Shuitai">
</a>
</div>
<div class="nexmoe-count">
<div><span>Articles</span>5</div>
<div><span>Tags</span>9</div>
<div><span>Categories</span>3</div>
</div>
<div class="nexmoe-list mdui-list" mdui-collapse="{accordion: true}">
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/" title="回到首页">
<i class="mdui-list-item-icon nexmoefont icon-home"></i>
<div class="mdui-list-item-content">
回到首页
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/archive.html" title="文章归档">
<i class="mdui-list-item-icon nexmoefont icon-container"></i>
<div class="mdui-list-item-content">
文章归档
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/friends.html" title="我的朋友">
<i class="mdui-list-item-icon nexmoefont icon-unorderedlist"></i>
<div class="mdui-list-item-content">
我的朋友
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/donate.html" title="给我赞助">
<i class="mdui-list-item-icon nexmoefont icon-coffee"></i>
<div class="mdui-list-item-content">
给我赞助
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/about.html" title="关于站长">
<i class="mdui-list-item-icon nexmoefont icon-info-circle"></i>
<div class="mdui-list-item-content">
关于站长
</div>
</a>
</div>
<aside id="nexmoe-sidebar">
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-search">
<form id="search_form">
<label><input class="st-default-search-input" id="search_value" name="q" type="search" placeholder="Search" style="
font-size: 15px !important;
height: 56px !important;
background-image: none;
"></label>
</form>
</div>
</div>
<script async src="/js/search.js?v=1766603208245"></script>
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-social">
<a
class="mdui-ripple"
href="https://jq.qq.com/?_wv=1027&k=TTA1qOej"
target="_blank"
mdui-tooltip="{content: 'QQ群'}"
style="
color: rgb(249, 174, 8);
background-color: rgba(249, 174, 8, .1);
"
>
<i
class="nexmoefont icon-QQ"
></i> </a
><a
class="mdui-ripple"
href="https://libs.dapiya.cn/img/wechat.jpg"
target="_blank"
mdui-tooltip="{content: '微信'}"
style="
color: rgb(28, 214, 108);
background-color: rgba(28, 214, 108, .1);
"
>
<i
class="nexmoefont icon-wechat-fill"
></i> </a
><a
class="mdui-ripple"
href="https://space.bilibili.com/396884783"
target="_blank"
mdui-tooltip="{content: '哔哩哔哩'}"
style="
color: rgb(231, 106, 141);
background-color: rgba(231, 106, 141, .1);
"
>
<i
class="nexmoefont icon-bilibili"
></i> </a
><a
class="mdui-ripple"
href="https://github.com/BigShuiTai/"
target="_blank"
mdui-tooltip="{content: 'GitHub'}"
style="
color: rgb(25, 23, 23);
background-color: rgba(25, 23, 23, .1);
"
>
<i
class="nexmoefont icon-github"
></i> </a
><a
class="mdui-ripple"
href="https://www.zhihu.com/people/keonume"
target="_blank"
mdui-tooltip="{content: '知乎'}"
style="
color: rgb(5, 109, 232);
background-color: rgba(5, 109, 232, .1);
"
>
<i
class="nexmoefont icon-zhihu"
></i> </a
><a
class="mdui-ripple"
href="https://weibo.com/u/7375195654"
target="_blank"
mdui-tooltip="{content: '微博'}"
style="
color: rgb(227, 36, 40);
background-color: rgba(227, 36, 40, .1);
"
>
<i
class="nexmoefont icon-weibo"
></i> </a
><a
class="mdui-ripple"
href="mailto:dapiya@qq.com"
target="_blank"
mdui-tooltip="{content: 'E-Mail'}"
style="
color: rgb(5, 109, 232);
background-color: rgba(5, 109, 232, .1);
"
>
<i
class="nexmoefont icon-mail-fill"
></i> </a
><a
class="mdui-ripple"
href="/atom.xml"
target="_blank"
mdui-tooltip="{content: 'RSS'}"
style="
color: rgb(235, 152, 0);
background-color: rgba(235, 152, 0, .15);
"
>
<i
class="nexmoefont icon-rss"
></i> </a
>
</div>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Categories</h3>
<div class="nexmoe-widget">
<ul class="category-list">
<li class="category-list-item">
<a class="category-list-link" href="/categories/Linux/">Linux</a>
<span class="category-list-count">3</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/Other/">Other</a>
<span class="category-list-count">1</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/Windows/">Windows</a>
<span class="category-list-count">1</span>
</li>
</ul>
</div>
</div>
<div class="nexmoe-widget-wrap">
<div id="randomtagcloud" class="nexmoe-widget tagcloud nexmoe-rainbow">
<a href="/tags/40HX/" style="font-size: 10px;">40HX</a> <a href="/tags/AMD/" style="font-size: 10px;">AMD</a> <a href="/tags/Clonezilla/" style="font-size: 10px;">Clonezilla</a> <a href="/tags/Hexo/" style="font-size: 10px;">Hexo</a> <a href="/tags/MI50/" style="font-size: 10px;">MI50</a> <a href="/tags/NVIDIA/" style="font-size: 10px;">NVIDIA</a> <a href="/tags/ROCm/" style="font-size: 10px;">ROCm</a> <a href="/tags/RTW89/" style="font-size: 10px;">RTW89</a> <a href="/tags/Ubuntu/" style="font-size: 20px;">Ubuntu</a>
</div>
<script>
var maxTagcloud = parseInt(17);
var tags_length = parseInt(9);
var tags_arr = [];
for(var i = 0; i < tags_length; i++){
tags_arr.push(i);
}
tags_arr.sort(function (l, r) {
return Math.random() > 0.5 ? -1 : 1;
});
tags_arr = tags_arr.slice(0, maxTagcloud < tags_length ? tags_length - maxTagcloud : 0);
for(var tag_i = 0; tag_i < tags_arr.length; tag_i++){
document.getElementById("randomtagcloud").children[tags_arr[tag_i]].style.display = 'none';
}
</script>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Archive</h3>
<div class="nexmoe-widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2025/">2025</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2022/">2022</a><span class="archive-list-count">2</span></li></ul>
</div>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Recent Posts</h3>
<div class="nexmoe-widget">
<ul>
<li>
<a href="/cmp-40hx.html">NVIDIA CMP-40HX 使用感想与踩坑记录</a>
</li>
<li>
<a href="/clonezilla-usage.html">使用Clonezilla(再生龙)克隆Ubuntu系统</a>
</li>
<li>
<a href="/mi50-rocm-install.html">在Ubuntu 22.04上安装MI50显卡驱动和ROCm软件</a>
</li>
<li>
<a href="/ubuntu-rtw89.html">在Ubuntu 22.04.1 LTS上安装Realtek 8852BE网卡驱动</a>
</li>
<li>
<a href="/2022/10/29/hello-world/">Hello World</a>
</li>
</ul>
</div>
</div>
</aside>
<div class="nexmoe-copyright">
© 2025 Shuitai
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
& <a href="https://github.com/theme-nexmoe/hexo-theme-nexmoe" target="_blank">Nexmoe</a>
</div>
</div><!-- .nexmoe-drawer -->
</div>
<div id="nexmoe-content">
<div class="nexmoe-primary">
<div class="nexmoe-post">
<article>
<div class="nexmoe-post-cover">
<img src="https://www.dmoe.cc/random.php" alt="使用Clonezilla(再生龙)克隆Ubuntu系统" loading="lazy">
<h1>使用Clonezilla(再生龙)克隆Ubuntu系统</h1>
</div>
<div class="nexmoe-post-meta">
<div class="nexmoe-rainbow">
<a class="nexmoefont icon-calendar-fill">2025年10月27日</a>
<a class="nexmoefont icon-appstore-fill -link" href="/categories/Linux/">Linux</a>
</div>
</div>
<h2 id="使用Clonezilla的原因"><a href="#使用Clonezilla的原因" class="headerlink" title="使用Clonezilla的原因"></a>使用Clonezilla的原因</h2><p>这次要进行服务器系统迁移,即将一个硬盘上的全部内容搬迁到另一个新的硬盘,于是我想到了可以用再生龙去实现迁移系统。</p>
<p>其实大约在一年半前我使用过再生龙进行了同样的操作。那次迁移过程比较顺利,没有遇到什么坑,所以没有去写这个博客。</p>
<p>但这次运气不好给我碰上了,导致我折腾了一整个晚上(几乎通宵)才把系统迁移完成。故写一篇来记录自己的踩坑情况和解决方案。</p>
<h2 id="Clonezilla介绍"><a href="#Clonezilla介绍" class="headerlink" title="Clonezilla介绍"></a>Clonezilla介绍</h2><p>再生龙(Clonezilla)是一个免费的灾难恢复、硬盘克隆、硬盘映像档制作的部署和解决方案,由中国台湾的国家高速网络与计算中心(NCHC)所开发,以GNU通用公共许可协议(GPL)发布。</p>
<p>再生龙基于Partimage,吸取了Norton Ghost和Partition Image的优点,即不仅支持对整个硬盘系统进行克隆,而且也可以克隆单个的分区,这种灵活性更能满足各种使用者的需要,此外支持多种的操作系统与文件系统也是其强大之处。</p>
<p>相关链接如下:</p>
<ul>
<li>Clonezilla官方网址:<a target="_blank" rel="noopener" href="http://www.clonezilla.org/">http://www.clonezilla.org/</a></li>
<li>Clonezilla镜像下载:<a target="_blank" rel="noopener" href="https://clonezilla.nchc.org.tw/clonezilla-live/download/">https://clonezilla.nchc.org.tw/clonezilla-live/download/</a></li>
</ul>
<h2 id="制作Clonezilla启动盘"><a href="#制作Clonezilla启动盘" class="headerlink" title="制作Clonezilla启动盘"></a>制作Clonezilla启动盘</h2><p><strong>注:以下步骤为本人操作过程,请根据自己实际情况调整方法。</strong></p>
<p>在制作启动盘前,需要以下软件和硬件:</p>
<ul>
<li>一块容量16GB或以上的USB硬盘</li>
<li>Clonezilla镜像文件(为.iso文件)</li>
<li>制作启动盘的软件(本例为Rufus)</li>
</ul>
<p>其中Clonezilla镜像文件下载步骤为:点击打开镜像下载链接后,在“分支”列中点击“穩定-替代版”,选择“CPU 架構”为“amd64”,“檔案類別”为“iso”,再点击下载按钮。</p>
<p>下载好镜像文件后,插入USB硬盘,打开Rufus,选择镜像文件和USB硬盘,文件系统为FAT32。点击“开始”按钮直接开始制作启动盘。</p>
<p>进度条提示完成后直接退出Rufus并安全弹出USB硬盘。至此再生龙的启动盘制作完成。</p>
<h2 id="启动Clonezilla并迁移"><a href="#启动Clonezilla并迁移" class="headerlink" title="启动Clonezilla并迁移"></a>启动Clonezilla并迁移</h2><p><strong>注1:以下步骤为本人操作过程,请根据自己实际情况调整方法。</strong></p>
<p><strong>注2:本文的迁移操作涉及两块硬盘设备之间的直接迁移。若您有多余的USB硬盘或外接硬盘盒,可参考该文章:<a target="_blank" rel="noopener" href="https://blog.csdn.net/weixin_36432129/article/details/130502411">clonezilla(再生龙)克隆linux系统 操作指南</a></strong></p>
<p>重启服务器,键盘按下DEL或F1键,进入BIOS,启动项选择装有Clonezilla的USB硬盘,然后再次重启。</p>
<p>成功进入Clonezilla系统后,选择“Clonezilla Live (VGA 800*600)”,或“Clonezilla Live (VGA 800*600, To RAM)”,等待片刻。</p>
<p>完成初始化后,选择语言栏为“简体中文”,键盘布局选择“不改变”。随后进入选定模式,选择“使用再生龙” - “device-device” - “Beginner(初学者模式,推荐)” - “disk_to_local_disk”。</p>
<p>之后再生龙会自动检测存在的硬盘列表,并列出所有可用的硬盘名称和ID。在“母盘”选项中选择原来安装Ubuntu系统的旧硬盘,“目标盘”选择自己要迁移到的新硬盘。后续的参数选择默认即可。</p>
<p><strong>特别警告:千万别选错了盘!迁移操作会将目标盘内容全部擦除!</strong></p>
<p>参数选择后,再生龙会非常贴心的警告你多次,尤其是第一步会警告你两次,防止你误操作。</p>
<p>之后等待它全部工作完成即可,直到poweroff操作将机器关机后,就可以把旧硬盘取出来直接用新硬盘跑系统啦。</p>
<h2 id="踩坑记录与解决方案"><a href="#踩坑记录与解决方案" class="headerlink" title="踩坑记录与解决方案"></a>踩坑记录与解决方案</h2><p>上面的迁移步骤很简单,但是我在选择“目标盘”的时候碰到了一个问题:再生龙找了一段时间提示“找不到磁盘,或者找不到未被挂载的磁盘”,然后报错退出。</p>
<p>翻阅了各种资料,发现没有相关的情况。于是我咨询了下ChatGPT,给出的答案解决了我的问题。故在此放出解决步骤:</p>
<ol>
<li>在Clonezilla界面里按<code>Ctrl+C</code>或选择“进入命令列”,进入Ubuntu命令行</li>
<li>执行下方代码,完成后执行<code>clonezilla</code>回到操作界面</li>
<li>重新开始“disk_to_local_disk”的迁移步骤</li>
</ol>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br></pre></td><td class="code"><pre><code class="hljs bash">sudo -i<br>lsblk -e7<br><span class="hljs-built_in">cat</span> /proc/partitions<br><span class="hljs-comment"># 假设目标盘是 /dev/nvme1n1(请按 lsblk 实际显示替换)</span><br>wipefs -fa /dev/nvme1n1 <span class="hljs-comment"># 仅在确认目标盘可全盘抹除时执行!</span><br><span class="hljs-comment"># 可选更彻底(同时清 GPT/MBR 元数据):</span><br>sgdisk --zap-all /dev/nvme1n1<br>partprobe<br></code></pre></td></tr></table></figure>
<p>至此“目标盘”能够识别到自己要迁移到的新硬盘了。</p>
<h2 id="参考来源"><a href="#参考来源" class="headerlink" title="参考来源"></a>参考来源</h2><ol>
<li><a target="_blank" rel="noopener" href="https://www.jianshu.com/p/72a4514751c3">使用Clonezilla(再生龙)克隆、恢复Linux系统</a></li>
<li><a target="_blank" rel="noopener" href="https://blog.csdn.net/weixin_36432129/article/details/130502411">clonezilla(再生龙)克隆linux系统 操作指南</a></li>
<li><a target="_blank" rel="noopener" href="https://blog.csdn.net/enweitech/article/details/48173713">使用Clonezilla(”再生龙”)对Linux系统硬盘进行镜像和克隆</a></li>
</ol>
</article>
<div class="nexmoe-post-copyright">
<strong>Author:</strong>Shuitai<br>
<strong>Link:</strong><a href="https://bigshuitai.github.io/clonezilla-usage.html" title="https://bigshuitai.github.io/clonezilla-usage.html" target="_blank" rel="noopener">https://bigshuitai.github.io/clonezilla-usage.html</a><br>
<strong>版权声明:</strong>本文采用 <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/deed.zh" target="_blank">CC BY-NC-SA 3.0 CN</a> 协议进行许可
</div>
<div class="nexmoe-post-meta nexmoe-rainbow">
<a class="nexmoefont icon-tag-fill -none-link" href="/tags/Clonezilla/" rel="tag">Clonezilla</a> <a class="nexmoefont icon-tag-fill -none-link" href="/tags/Ubuntu/" rel="tag">Ubuntu</a>
</div>
<div class="nexmoe-post-footer">
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
<script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
<script src="https://priesttomb.github.io/js/md5.min.js"></script>
<div class="card gitalk-card" data-aos="fade-up">
<div id="gitalk-container" class="card-content"></div>
</div>
<script type="text/javascript">
let gitalk = new Gitalk({
clientID: '9625cce808d462e02e35',
clientSecret: '3c92e16b433320d2c806ed3467e6ec3786892f27',
repo: 'BigShuiTai.github.io',
owner: 'BigShuiTai',
admin: 'BigShuiTai',
id: md5(location.pathname),
distractionFreeMode: true,
proxy: 'https://cors-anywhere.dapiya.top/https://github.com/login/oauth/access_token'
});
gitalk.render('gitalk-container');
</script>
</div>
</div>
<div class="nexmoe-post-right">
<div class="nexmoe-fixed">
<div class="nexmoe-tool">
<button class="mdui-fab catalog" style="overflow:unset;">
<i class="nexmoefont icon-i-catalog"></i>
<div class="nexmoe-toc">
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#%E4%BD%BF%E7%94%A8Clonezilla%E7%9A%84%E5%8E%9F%E5%9B%A0"><span class="toc-number">1.</span> <span class="toc-text">使用Clonezilla的原因</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Clonezilla%E4%BB%8B%E7%BB%8D"><span class="toc-number">2.</span> <span class="toc-text">Clonezilla介绍</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%88%B6%E4%BD%9CClonezilla%E5%90%AF%E5%8A%A8%E7%9B%98"><span class="toc-number">3.</span> <span class="toc-text">制作Clonezilla启动盘</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%90%AF%E5%8A%A8Clonezilla%E5%B9%B6%E8%BF%81%E7%A7%BB"><span class="toc-number">4.</span> <span class="toc-text">启动Clonezilla并迁移</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E8%B8%A9%E5%9D%91%E8%AE%B0%E5%BD%95%E4%B8%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88"><span class="toc-number">5.</span> <span class="toc-text">踩坑记录与解决方案</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%8F%82%E8%80%83%E6%9D%A5%E6%BA%90"><span class="toc-number">6.</span> <span class="toc-text">参考来源</span></a></li></ol>
</div>
</button>
<a href="#nexmoe-content" class="toc-link" aria-label="Back To Top" title="top"><button class="mdui-fab mdui-ripple"><i class="nexmoefont icon-caret-top"></i></button></a>
</div>
</div>
</div>
</div>
</div>
<div id="nexmoe-search-space">
<div class="search-container">
<div class="search-header">
<div class="search-input-container">
<input
class="search-input"
type="text"
placeholder="Search"
oninput="sinput();"
/>
</div>
<a class="search-close" onclick="sclose();">×</a>
</div>
<div class="search-body"></div>
</div>
</div>
<script src="/lib/mdui_043tiny/mdui.js"></script>
<script src="/lib/fancybox/fancybox.umd.js"></script>
<script async src="/js/app.js?v=1766603208248"></script>
</body>
</html>