Force EFI mode for Package Installs in Winclone 6
You can force EFI mode with a package install by editing the postflight script in the package:
- Create a package from a Winclone image as you normally would.
- Control-click on the package and select Show Package Contents
- In Contents->Resources, open postflight with a text editor.
- Change the following line :
./winclone –self-extract -p ${restore_device} 2>&1 >>/tmp/winclone_package.log
to add in the force EFI flag:
./winclone -e –self-extract -p ${restore_device} 2>&1 >>/tmp/winclone_package.log