Replies: 21 comments
-
|
I'd need the NVR folder as well. |
Beta Was this translation helpful? Give feedback.
-
|
OK, here you are. |
Beta Was this translation helpful? Give feedback.
-
|
This looks like a bug with the IBM MCA ESDI controller. |
Beta Was this translation helpful? Give feedback.
-
|
I've tried to install AIX again on recent build, this time on SCSI. Result is "Error in obtating information on hard disk drives available" (this issue was on earlier builds also). NVR and configs included. |
Beta Was this translation helpful? Give feedback.
-
|
I think AIX doesn't support the current emulated SCSI cards, iirc it only supports the IBM SCSI card, which is not emulated and also poorly documented. |
Beta Was this translation helpful? Give feedback.
-
|
Well, documentation for IBM SCSI adapters is harder to find, but at least that's not 8514 adapter. Here's technical reference for IBM PS/2 SCSI Adapter with Cache: http://www.mcamafia.de/pdf/ibm_scsiwc_trm.pdf |
Beta Was this translation helpful? Give feedback.
-
|
Correct.
On Saturday, September 21, 2019, 6:46:14 AM EDT, TC1995 <notifications@github.com> wrote:
I think AIX doesn't support the current emulated SCSI cards, iirc it only supports the IBM SCSI card, which is not emulated and also poorly documented.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Beta Was this translation helpful? Give feedback.
-
|
The IBM PS/2 SCSI Adapter is going to be implemented in v2.10 based ont he technical reference manual. |
Beta Was this translation helpful? Give feedback.
-
|
Well, I'm glad I made a contribution, but I'm going to return to question of ESDI: is it going to be fixed? |
Beta Was this translation helpful? Give feedback.
-
|
The IBM ESDI controller is going to be fixed at some point in the future. |
Beta Was this translation helpful? Give feedback.
-
|
I'm still getting the kernel trap bug with the IBM MCA SCSI controller selected... |
Beta Was this translation helpful? Give feedback.
-
|
Attempted to reproduce this bug but could not find a version of IBM AIX 1.3 that was bootable, with the one I found on WinWorld having "Non-system disk or disk error" for the ESDI boot disks and install disk. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the link! These disks are bootable this time. I think I'm getting the same issue with ESDI but I'm not sure to be honest, because it gets partway into the boot process and then immediately reboots before I can read what the error onscreen is. It at least gets to this point first: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
When using IDE configurations with the ISA support from PTF0024 which you have in your disk set there, many boards have a similar kernel trap at roughly the same point in the initial boot as this one for the ESDI PS/2 systems, and some work fine (e.g. socket 2 SiS 461 PS/ValuePoint, socket 7 single voltage hp vectra vl 5 series 4, slot 1 asus p3b-f, slot 2 supermicro s2dge). Is there some kind of difference anyone can spot between these boards that might explain this, maybe not in 86box as such but some kind of firmware/initialization difference? Anyway, I wonder if this is related to the kernel trap on these ESDI configs. |
Beta Was this translation helpful? Give feedback.
-
|
Note that AIX 1.3 with the PTF 0024 update supports some kind of Adaptec ISA SCSI (see the one line note to this effect in the PTF 0024 patch notes). And I can confirm this because it works with the BusLogic driver's AHA-154x compatibility in VirtualBox, but only if you put it in the special undocumented parameter which enables a small set of differences -- basically a slightly different board ID and disabling a bunch of commands supported by the BT-958D that the AHA-1540 doesn't have. See the |
Beta Was this translation helpful? Give feedback.
-
|
No, i don't think any of those BT-958 vs AHA-1540 differences is it, there must be some more preliminary probe that isn't working on 86box, as enabling the |
Beta Was this translation helpful? Give feedback.
-
|
What you need to enable is ENABLE_X54X_LOG instead. |
Beta Was this translation helpful? Give feedback.
-
|
Ah, sorry, I didn't notice your reply there originally; I just noticed now as you made this a discussion. Ok, with Starting from the point in the log output where the accesses from the scsi bios are finished and now the kernel is loaded and the actual scsi driver would be accessing it, it sits there reading the signature register over and over for a bit and then gives up. but these are... not the right values? we are expecting Line 1361 in 26005b3 Huh? After removing that xor fiddling with the low bits of the signature, we get a little farther: the driver reads the signature exactly once, then reads the status once, which has just the idle bit: and then the driver throws up its From experience, this driver gives the So I tried just doing |
Beta Was this translation helpful? Give feedback.
-
|
(All of that is still an irrelevant side issue to the kernel trap that the original issue was about, unless you're looking for workaround options) |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I have problems with install of AIX 1.3: when I put Install floppy, it gives 911-455 KERNEL TRAP.
Config is included: AIX PS2.zip
Beta Was this translation helpful? Give feedback.
All reactions