Hello.
I have found the possibility to create bootdisk using camera.
I have mentioned about this early in some topics, but want to describe more detailed here.
To create bootdisk you need to create file boot.req in the root directory of your card and write string "for DC_bootdisk" into it.
Then just format your card using camera and it will be marked as bootable.
This is equivalent to writing string "BOOTDISK" into bootsector at offset 0x40.
And I want to ask someone to test following things:
1. will this work on your camera or not
2. what camera will do if card is bigger than 4Gb
I can't test, but it looks like string "BOOTDISK" will be written, but card will be formated in FAT32 so it will not be bootable in any case.
But maybe I am wrong.
And it looks like Canon scripting have functions MakeBootDisk and MakeScriptDisk for preparing card from script, while MakeScriptDisk looks a little strange because to execute script card should be already prepared.