我正在嘗試自定義syslinux.cfg使clonezilla工作在無人蔘與模式下。我已按照此example修改syslinux.cfg來反映我的圖像。無人蔘與模式Clonezilla自定義
我不明白還有什麼需要改變,因爲用我自定義的替換原來的syslinux.cfg不起作用,clonezilla以默認的開始。我正在使用USB版本。這裏是我自定義的syslinux.cfg:
label Clonezilla live
MENU DEFAULT
#Menu HIDE
MENU LABEL Clonezilla live (Default setting, VGA 800x600)
#MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun="mount /dev/sdb2 /mnt" ocs_prerun1="mount --bind /mnt/ImageCloneZilla /home/partimag/" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p reboot restoredisk 2017-04-28-10-img_ReaderSN-98 mmcblk1" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="no" locales=en_US.UTF-8 vga=788 ip= nosplash
TEXT HELP
* Clonezilla live version: 2.2.2-37-i686-pae. (C) 2003-2014, NCHC, Taiwan
* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
ENDTEXT
有什麼建議嗎?
你有沒有解決這個問題?我遇到了同樣的問題,並且在嘗試解決此問題時找到了兩條帖子,但沒有答案。 – isaacsloan