You can compare the files
syslinux/syslinux.cfg
and
EFI/boot/grub.cfg
on Clonezilla live CD or USB flash drive.
Then you should realize how to convert it.
Steven.
Last edit: Steven Shiau 2014-08-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can someone help me convert this syslinux.cfg text where I can put it in grub.cfg to use it for efi booting?
MENU LABEL CHzilla Clone
MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="mount -t cifs -o user=swinneyb,password=95honda //10.100.0.75/images /home/partimag" ocs_live_run="ocs-sr -q2 -batch -j2 -rm-win-swap-hib -z1p -p true savedisk ask_user sda" ocs_live_batch="no" keyboard-layouts=NONE locales="en_US.UTF-8" vga=788 toram=filesystem.squashfs nosplash
MENU LABEL CHzilla Restore
MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="mount -t cifs -o user=swinneyb,password=95honda //10.100.0.75/images /home/partimag" ocs_live_run="ocs-sr -batch -g auto -e1 auto -e2 -r -j2 -p restoredisk ask_user sda" ocs_live_batch="no" keyboard-layouts=NONE locales="en_US.UTF-8" vga=788 toram=filesystem.squashfs nosplash
You can compare the files
syslinux/syslinux.cfg
and
EFI/boot/grub.cfg
on Clonezilla live CD or USB flash drive.
Then you should realize how to convert it.
Steven.
Last edit: Steven Shiau 2014-08-06