Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to boot from HDD/CF #5

Closed
retroman75 opened this issue Sep 30, 2021 · 9 comments
Closed

How to boot from HDD/CF #5

retroman75 opened this issue Sep 30, 2021 · 9 comments

Comments

@retroman75
Copy link

Hi there ,
I'm new in Amiga word , I have build one for my safe and struggling how to boot A500 from it ? Is is possible without FDD boot disk ? If kernel mod is needed by uploading IDE.devide lib. is necessary then how to do it ? . Anybody can help ?
Thank you !

@PR77
Copy link
Owner

PR77 commented Sep 30, 2021

Hi there, currently kernel mod is needed if you don't want to use a bootdisk. Have a look here for details;

#2

@retroman75
Copy link
Author

Could you please give little more info about that kernel mod ? My understanding is that I will have to add ide.device lib. to my existing ROM image ?... if so , how to do it ? any software is needed ? . Please help :)
Thank you

@Twisty59
Copy link

Twisty59 commented Oct 6, 2021

Hello,

You need to have a least the ide.device working on $EF0000 to boot. You can just using a floppy disk for booting.
If you want to make it autoboot you need to make a custom rom with ide.device AND bootide.device, you will need to remove scsi.device from the original rom.
I have made a custom rom 3.1 and autoboot work very well on this board ! :)

@retroman75
Copy link
Author

retroman75 commented Oct 7, 2021

Thanks for fast replay , but is there any software to manipulate Kernal image ?
PS.
Where can I get a copy of bootide.device file ?

@Twisty59
Copy link

Twisty59 commented Oct 8, 2021

well , nobody like to help so I will have to do it for my safe .

This is not really nice to read this since I'm trying to help you.

Thanks for fast replay , but is there any software to manipulate Kernal image ? PS. Where can I get a copy of bootide.device file ?

You need to extract your ROM content with Remus, remove scsi.device and add both ide.device and bootide.device then create the custom rom.

Here is the source for bootide.device : https://gitlab.com/MHeinrichs/AddBootNode
Its already include in last version on ide.device : https://gitlab.com/MHeinrichs/AIDE/-/blob/master/device/new-version/IDE-DEVICE2.59.zip

@retroman75
Copy link
Author

Thank you Twisty59 , you are the best !

@PR77 PR77 closed this as completed Mar 28, 2022
@Mingo12
Copy link

Mingo12 commented Jul 29, 2022

@Twisty59
Can you please give me more information about creating the kickstart? I removed scsi.device and added ide.device and bootide.device with Remus. With the patched Kickstart 3.1, CF won't boot and floppy disks won't boot either.

@Twisty59
Copy link

Twisty59 commented Aug 2, 2022

Did you have the right ide.device working on $EF0000 ? I maybe still have my custom 3.1 that work perfect with this board. If you have Discord, I can give it to you.

@Mingo12
Copy link

Mingo12 commented Aug 2, 2022

In the meantime I got a patched ROM from someone. Thank you anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants