@kas1e
Quote:
Another problem is that BBOOT find USB bootable stick just fine and booted from it, so ITS NOT CFE, but amigaboot acts, right ?
BBoot does not know nor care about USB so it did not find anything. BBoot just looks for the Kickstart.zip in memory and does not know how it ended up there just extracts and start it. Since amigaboot is not involved in this scenario and BBoot does not know about USB it must be CFE.
Quote:
So solution is to known EXACTLY file size of your file and it then works. So:
load -raw -max=5181925 -addr=0x00600000 -fs=amigafs usbdisk0:kickstart.zip
boot -elf -noints -fs=amigafs usbdisk0:bboot
Works ! Full boot from USB Stick ! And to see size you just first time do "dir -fs=amigafs usbdisk0:" , then add them to menu-entry, and forget about it..
That's silly. Then -max should really be called -size. Is there any way to script CFE so this could be automated that you don't have to adjust size every time you update the Kickstart.zip?
Quote:
Now question why amigaboot fail.. not that it much important right now as we have usb boot working , but still..
I have no idea but if CFE has bugs amigaboot may also be hit by that.