I just a had a look at the manual for the XA http://amiga.resource.cx/manual/M1230XA.pdf
Page 2 covers the included software for the XA. Look for SetXA in the startup-sequence and also AddXAMem in the WBStartup drawer.
When you boot without no startup sequence try typing "ED SYS:s/startup-sequence" in the shell window. This should bring the file up in a basic text editor. If you don't see the SetXA command in there it's worth checking user-startup since it may have been placed there instead.
You can also use the shell to check for and delete the AddXAMem from the WBStartup or use the LoadWB command and do it from within Workbench.
I'm not sure if it works with the 1230 II but later Blizzard cards could be disabled at boot time by holding down "2" in the same way you use the mouse button to bring up the early startup menu.
Thanks Rob, I actually looked for those both in the startup-sequence and user-startup as well as WBSTARTUP and did not find them.
I think I made progress though...
Since booting with startup-sequence disabled works, I tried commenting out most of the startup-sequence file except for assignments, etc and things that “looked harmless”, and that worked with a minimal set of stuff of course.
I then tried to start un-commenting the file, just a short bit at a time. As luck would have it, it seems something in the first part of the file is the culprit, as it went back to not booting.
Reversing course, I commented that part again and un-commented EVERYTHING else, and it booted uo fine, to a colorful WB, etc.
So now I will focus in finding the culprit in this smaller section. This is what it contains:
IF EXISTS DEVS:scsi.device
C:LoadModule DEVS:scsi.device
ENDIF
C:Bblank
C:GetMouseInput LOCAL
IF $MouseInput EQ 1
Unset MouseInput
C:SetPatch QUIET
C:Assign > NIL: ENV: RAM:
C:Assign > NIL: T: RAM:
C:Execute S:Maxmem-Sequence
EndCLI >NIK:
EndIF
IF $MouseInput EQ 2
Unset MouseInput
C:Execute S:Bootmenu-Sequence
EndCLI >NIL:
EndIF
Unset MouseInput