Well all I wanted to know was how to rekick with remapollo or if there is a good alternative for rekicking ROM.
You already have the most suitable tool installed. I promise you that it won't get any easier with another one

The main problem is that you have way too much (non standard) stuff going on in your Startup-Sequence, so it's not easy to pinpoint the exact reason for all the issues. I have tried to explain what you can do, but I realize that it may all sound a bit confusing.
So below is hopefully a more simpler explenation of what you can try, which sticks to the most basics of OS3.9 with Boing Bag 2 only (nothing more, nothing less) :
1. Do as I mentioned in another post regarding workbench.library and icon.library. In other words, copy them to the LIBS:OS3.9 dir, and rename or delete the ones in LIBS:
2. Make sure that the C:RemAPollo line looks exactly like this (everything on ONE line):
C:RemAPollo QUIET MAC Modules LIBS:OS3.9/OS_Module1 OS_Module2 OS_Module3 OS_Module4 OS_Module5 OS_Module6 OS_Module7 OS_Module8 OS_Module9 workbench.library icon.library
3. Disable the C:LoadResident and C:LoadModule lines for now by inserting a semi-colon at the beginning of the line (you can deal with these later). The lines should then look like this:
;C:LoadResident >NIL: DEVS:trackdisk.device
;C:LoadModule >NIL: DEVS:battmem.resource DEVS:console.device DEVS:FileSystem.resource DEVS:misc.resource DEVSotgo.resource L:FastFileSystem L:Ram-Handler L:Shell-Seg LIBS:dos.library LIBS:layers.library REVERSE NOREBOOT
4. There is no need for SetPatch to have anything to do with the BB2 ROM updates, since this is already taken care of by RemAPollo. So change this line from:
C:SetPatch SKIPROMUPDATES console.device,dos,filesystem,FileSystem.resource, ram-handler,shell QUIET
to:
C:SetPatch NOROMUPDATE QUIET
5. Save the Startup-Sequence and turn off the Amiga. After a couple of seconds, turn it on again, and now the Amiga should hopefully boot into Workbench.
If the above doesn't work, it may be the result of issues with your 68060.library.