OverFlow wrote:in some cases the order in which the packs INI entries appear plays a factor...
Thank's for the hint.
Given: ICH7-M AHCI : PCI\VEN_8086&DEV_27C5&CC_0106
Booting UBCD4Win result:
textmode does work
gui is loaded
Next: BSOD 0x7E iastor89.sy_
txtsetup.sif
[HardwareIdsDatabase]
...
PCI\VEN_8086&DEV_27C5&SUBSYS_0F101179="KR10N"
PCI\VEN_8086&DEV_27C5&CC_0106="iastor89"
[SCSI.Load]
...
KR10N=KR10N.SY_,4
jraid=jraid.SY_,4
iteraid=iteraid.SY_,4
inic162x=inic162x.SY_,4
iastor89=iastor89.SY_,4
iastor78=iastor78.SY_,4
iastor70=iastor70.SY_,4
iastor55=iastor55.SY_,4
Load order changed
[SCSI.Load]
...
iastor89=iastor89.SY_,4
iastor78=iastor78.SY_,4
iastor70=iastor70.SY_,4
iastor55=iastor55.SY_,4
KR10N=KR10N.SY_,4
UBCD4Win does boot fully.
This approach may fail at hardware PCI\VEN_8086&DEV_27C5&SUBSYS_0F101179="KR10N"
No hardware to test.
As for S3000AH mbd at RAID mode:
Hardware ID's:
PCI\VEN_8086&DEV_27C3&SUBSYS_348E8086&REV_01
PCI\VEN_8086&DEV_27C3&SUBSYS_348E8086
PCI\VEN_8086&DEV_27C3&CC_010400
PCI\VEN_8086&DEV_27C3&CC_0104
Txtsetup.sif dosn't contain PCI\VEN_8086&DEV_27C3&SUBSYS_348E8086, therefore PCI\VEN_8086&DEV_27C3&CC_0104 does match.
PCI\VEN_8086&DEV_27c3 does match:
PCI\VEN_8086&DEV_27c3&SUBSYS_83521033="megasr"
PCI\VEN_8086&DEV_27c3&SUBSYS_34698086="MegaINTL"
PCI\VEN_8086&DEV_27C3&CC_0104="iastor89"
@VeeDub
Try a changed load order, txtsetup.sif
[SCSI.Load]
...
iastor89=iastor89.SY_,4
iastor78=iastor78.SY_,4
iastor70=iastor70.SY_,4
iastor55=iastor55.SY_,4
megasr=megasr.SY_,4
MegaINTL=MegaINTL.SY_,4
MegaIDE=MegaIDE.SY_,4
KR10N=KR10N.SY_,4
Or delete meagsr and MegaINTL lines.