
若你用interactive mode,也就是依照
http://clonezilla.nchc.org.tw/clonezilla-live/doc/fine-print.php?path=11_lite_server
或者
http://clonezilla.nchc.org.tw/clonezilla-live/doc/fine-print.php?path=12_lite_server_BT_from_dev
操作不會有問題,那就是可能在使用開機參數不夠完整。請提供"完整的"開機參數檔案(syslinux.cfg, isolinux.cfg
或 grub.cfg),並且詳細說明修改與啟動Clonezilla live的步驟,這樣我們才有辦法協助。
Steven
--
這是 Google 網路論壇針對「再生龍clonezilla」群組發送的訂閱通知郵件。
如要取消訂閱這個群組並停止接收來自這個群組的郵件,請傳送電子郵件到 ocs-clonezill...@googlegroups.com。
如要在網路上查看這項討論,請造訪 https://groups.google.com/d/msgid/ocs-clonezilla/eb590d84-413f-481c-87a2-87ee9e2aa2e3n%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
先釐清一下,這些參數跟你之前問的要用在lite server有關嗎?是要請動lite server模式用的嗎?若是,是放在lite
server的哪邊?還是你自架的PXE server上?
或者,你只是純粹要PXE開Clonezilla live進入interactive模式?
請先說明清楚你的目的,要不然有點混淆了。
若你只是要PXE開Clonezilla live,沒有要啟動lite server的話,完整的pxelinux
block會是類似這樣:
========================
label Clonezilla-live
# MENU DEFAULT
# MENU HIDE
MENU LABEL Clonezilla Live 2.8.0-6-amd64 (Ramdisk)
# MENU PASSWD
KERNEL Clonezilla-live-vmlinuz
APPEND initrd=Clonezilla-live-initrd.img boot=live union=overlay
username=user config components quiet noswap edd=on nomodeset
enforcing=0 locales=en_US.UTF-8 keyboard-layouts=en
ocs_live_run=ocs-live-general ocs_live_extra_param=
ocs_live_batch=no net.ifnames=0 nosplash noeject
fetch=tftp://172.18.0.1/Clonezilla-live-filesystem.squashfs
TEXT HELP
Clonezilla Live 2.8.0-6-amd64 runs on RAM
ENDTEXT
========================
至於開機後 /run/live/medium/ 中有沒有syslinux與utils這2個資料夾,若只是要開Clonezilla
live在PXE client端執行Clonezilla live相關的備份與還原等,這2個目錄是不需要用到的。
Steven
如要在網路上查看這項討論,請造訪 https://groups.google.com/d/msgid/ocs-clonezilla/87e7e089-c302-4b57-9838-e6b5b6868e2bn%40googlegroups.com。
PXE開機基本上是給client使用的,不是所有Clonezilla live iso/zip中所有的檔案都會被下載到PXE
client。
fetch參數只是拿來抓root file system (squashfs),不是抓取其他非client端使用的檔案:
https://manpages.debian.org/unstable/live-boot-doc/live-boot.7.en.html
建議你可以用ocs_prerun="wget..."去抓你需要的檔案,然後放置在對應的目錄。
ocs_prerun*的用法,可以參考:
https://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc
Steven
如要在網路上查看這項討論,請造訪 https://groups.google.com/d/msgid/ocs-clonezilla/30f913b5-5a3e-48c4-8989-db7547435d4bn%40googlegroups.com。
OK, great.
Steven
如要在網路上查看這項討論,請造訪 https://groups.google.com/d/msgid/ocs-clonezilla/09359e8d-30e9-4205-807b-2ba5624ce9aan%40googlegroups.com。