I tried everything but I couldn't boot the operating system. I'm uploading the file CONFIG.SYS
Please take a look and see if you can figure out what the problem is with the booting problem!
this computer for kba rapida 105 universal and language is German
Thanks
0) go into the BIOS and ensure that you select "IDE" and not "AHCI" for HD access
1) as Dave has already stated: get DANIS5506, Version 1.8.15
https://www.hobbesarchive.com/Home/Download?path=/Hobbes/pub/os2/system/drivers/storage/Danis506_1-8-15.zipand unpack that zip into some suitable temporary directory on your ArcaOS partition
2) make sure that you also get the latest DANIATAPI, at least Version 0.4.0 ! Otherwise, there will be problems with the interaction with DANIS506 1.8.15 (these 2 drivers interact with each other). You will find it here:
https://www.hobbesarchive.com/Home/Download?path=/Hobbes/pub/os2/system/drivers/storage/DaniATAPI_0-4-0.zipand unpack that zip into some suitable temporary directory on your ArcaOS partition
3) since you already mentioned that you can access the Warp45 partition from your ArcaOS installation: copy files DANIS506.ADD and DANIS506.SYM (DANIS506) and DANIATAP.FLT (DANIATAPI) to the \os2\boot directory of your Warp45 partition
4) just to be sure: make sure that you have NO drivers DANIS506.ADD and DANIATAP.FLT in any of the root directory or \OS2 subdirectory on your Warp45 partition ! That's because these would take precedence over the drivers that you just copied to the \os2\boot subdirectory !
5) you are using DANIS506.ADD and DANIATAP.FLT, the latter for handling ATAPI devices like, for example, CD-ROM. Therefore in your config.sys, you need to rem out IBMIDECD.FLT as well as IBMATAPI.FLT as their job is now entirely performed by DANIATAP.FLT. In fact, it is possible that these drivers negatively interfere with DANIS506.ADD and/or DANIATAP.FLT.
6) in your config.sys, I strongly suggest to modify LIBPATH so that "." and \OS2\DLL come as the first directories:
LIBPATH=.;C:\OS2\DLL;C:\NETSCAPE\PROGRAM;C:\IBMLAN\NETLIB;C:\MUGLIB\DLL;C:\MPTN\DLL;C:\IBMCOM\DLL;C:\IBMGSK50\LIB;C:\IBMGSK40\LIB;C:\IBMGSK\LIB;C:\TCPIP\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;C:\JAVA13\JRE\DLL;C:\JAVA11\DLL;C:\MMOS2\DLL;C:\IBMINST;C:\DATBAS\DLL
7) I suggest to start with BASEDEV=DANIS506.ADD without any switches. You can then successively add additional switches but first, let the BIOS do its job.
As to filesystem: obviously, you only have the HPFS file system activated, so I would suspect that your Warp45 partition is formatted to HPFS. HPFS has a practical partition size limit of 64 GB (and with a file size limitation of 2 GB):
https://de.wikipedia.org/wiki/High_Performance_File_SystemI hope that is sufficient for your system. If not you would need to split up your disk to multiple partitions with at most 64 GB partition size.