@white
Quote:
I moved the 3 boot files, bboot boot.fth, and Kickstart.zip
In the main AmigaOS disk where amigaboot.of is
it gives me this error:
ok boot hd:0 bboot.fth
error: error while trying to load or boot
Looks like you did not copy it to the right volume. If you have a small boot volume it is where the boot files should be not on SYS: and the boot volume has to be FFS I think. You've previously managed to load amigaboot.of with similar command so copy bboot files to the same place where that amigaboot.of is. There may be multiple places but hd:0 is the first partition on the harddisk which should be the boot volume so that's where you have to copy files for the firmware. You can also try in firmware ok prompt
cd hd
ls
it should list partitions and show you the volume label of partition 0 where you have to put the files.
It may also be that harddisks change order when you change order of -drive options in QEMU command so maybe it's not the first harddisk what you want. To prevent that use
-drive media=disk,index=0,format=raw,file=hd1.raw -drive media=disk,index=1,format=raw,file=hd2.raw
to make sure the disks are in the right order but if you did not swap them in QEMU command they should be in the right order.
I think we should finish with pegasos2 now that it almost works before starting again with a different version so don't give up on it yet.