[Clonezilla-live] ntfsfix -d on USB stick restore not working when -p reboot is set. Works properly
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
From: Conan M. <Co...@fi...> - 2014-12-31 18:57:36
|
I'm using clonezilla-live-20141208-utopic-amd64 to do a restore from a USB stick to sda. This works perfectly minus ntfsfix -d isn't working properly when set to -p reboot. Verified that was the source of the issue this morning. Here is my code: label Clonezilla-live MENU DEFAULT MENU LABEL Image System KERNEL /live/vmlinuz APPEND initrd=/live/initrd.img boot=live union=aufs config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-restore" ocs_live_extra_param="--batch -p true -e1 auto -e2 -k1 -r -icds restoredisk IMAGE sda" keyboard-layouts="NONE" ocs_live_batch="yes" locales="" vga=788 nosplash noprompt echo_ocs_prerun="no" ocs_prerun="mount /dev/sdb2 /home/partimag" ocs_postrun1="ntfsfix -d /dev/sda1" ocs_postrun2="ntfsfix -d /dev/sda2" As you can see I have it currently set to -p true because of this. Not a huge deal but would have ideally liked to been able to use -p reboot like I use in my PXE environment. Am I missing something or is this a genuine bug? Thanks, Conan |