henrikstengaard / hstwb-installer

A set of scripts to automate installation of Amiga OS, Kickstart roms and packages to new or existing Amiga HDF files
https://hstwb.firstrealize.com
MIT License
100 stars 7 forks source link

A3000 SCSI install #32

Open alektronic opened 4 years ago

alektronic commented 4 years ago

I'm struggling to get a prebuilt hstwb image to boot on my A3000 (later model with Kickstart 3.1, not with superkick) after successfully running the image_setup powershell script.

And the same issue is seen in WinUAE, using the built-in A3000 SCSI (Commodore) expansion and attaching the hdf using the A3000 SCSI controller.

The Amiga (emulated or real) boots to the 'insert disk' screen.

In WinUAE, changing the HD controller to UAE (uaehf.device) it works fine.

I've tried both 8Gb and 4Gb images.

Do you have any suggestions?

daleking commented 3 years ago

In the startup-sequence there is a LoadModule line for patched scsi.device. The A3000 uses a real SCSI device not an IDE controller. Comment that line out and see if it gets further. If it does, you'll want to extract your scsi.device from ROM and patch it with https://aminet.net/package/driver/media/SCSI4345p and use the result to replace the one that LoadModule is trying to load.