1. 恢复系统电脑名随机。clonezilla 在还原WIN10/WIN11后能否把电脑名改成随机字母+数字。如:WIN-A1B2C3D4目前有选项是使用IP或MAC地址
2.EMMC识别出错。当我恢复系统到EMMC硬盘里面时,经常发生机身EMMC有时识别为 MMCBLK0 ,有时识别为MMCBLK1 ,导致总有失败的几率。实际我机身只有一片EMMC,应该识别为MMCBLK0。
若要解決,你需要自己寫個客製化的script來判斷。
Steven
--
這是 Google 網路論壇針對「再生龍clonezilla」群組發送的訂閱通知郵件。
如要取消訂閱這個群組並停止接收來自這個群組的郵件,請傳送電子郵件到 ocs-clonezill...@googlegroups.com。
如要查看這個討論,請前往 https://groups.google.com/d/msgid/ocs-clonezilla/d005de15-0e50-4877-a9d2-990b2685dae5n%40googlegroups.com。
-- Steven Shiau <steven _at_ stevenshiau org> Public Key Server PGP Key ID: 4096R/163E3FB0 Fingerprint: EB1D D5BF 6F88 820B BCF5 356C 8E94 C9CD 163E 3FB0
然而我在用ocs-restore-mdisk 时,提示找不到 /home/partimag/2024-...img 。感觉应该是启动菜单中 ocs_live_run="ocs-restore-mdisks -b -a true -p '-g auto -e1 auto -e2 -batch -r -j2 -cm -k0 -scr -p true' 2024-12-23-02-img mmcblk0 sda" ocs_live_extra_param="" ocs_live_batch="yes"在执行这个命令时并没有自动装载我的img到 home/partimag 这个文件夹上
ocs_live_run="ocs-restore-mdisks -b -a true -p '-g auto -e1 auto -e2 -batch -r -j2 -cm -k0 -scr -p true' 2024-12-23-02-img mmcblk0 sda" -> 這樣的寫法,應該會無法判斷成完整指令。建議把對應的指令寫成一個script,例如my-mrestore.sh,然後執行該script。
Steven
如要查看這個討論,請前往 https://groups.google.com/d/msgid/ocs-clonezilla/75b33a42-c768-490c-ada5-edcdf81fa09cn%40googlegroups.com。
比較複雜的作法,可以參考這裡:
https://drbl.org/fine-print.php?path=./faq/2_System/81_add_prog_in_filesystem-squashfs.faq#81_add_prog_in_filesystem-squashfs.faq
比較簡單的,若你Clonezilla
live是放在隨身碟來開機跑Clonezilla,你可以把你的script,例如my-script.sh放在隨身碟的/live/目錄。
然後開機後,它對應的執行路徑是:/run/live/medium/live/my-script.sh,所以你可以這樣執行:
ocs_live_run="bash /run/live/medium/live/my-script.sh"
Steven
如要查看這個討論,請前往 https://groups.google.com/d/msgid/ocs-clonezilla/3b10f174-9b4f-4c59-9a8c-50a9f74b83abn%40googlegroups.com。
OK,只要能成功的方案就是好方法。
Steven
如要查看這個討論,請前往 https://groups.google.com/d/msgid/ocs-clonezilla/6bb9e673-63dd-443a-8533-05a9f6cf677dn%40googlegroups.com。