need help to unlock intel ym430tx award 4.51 bios.
This board use award 4.51 bios,
I upgrade the bios from BIOS 1.00.02.YM1 to 1.00.03.YM1.
http://downloadmirror.intel.com/529/eng/10003ym1.exe
The k6-2 processor were locked, pc hangs at the first screen after showed Intel Corporation YM430TX Motherboard.
4 digit Debug Stop at 0E 0D, seems locked just after passed the graphic testing.
My hdd contain the backup bios of 1.00.02.YM spoilt, so I can not flash back,
I can not find 1.00.02.YM from intel site or any other site.
Is any expert interested to look at the intel award bios?
It looks like a normal award 4.51 bios, 128kb only and can be released by cbrom.
thanks a lot!
help, intel ym430tx new bios locked amd processor
-
- The New Guy
- Posts: 1451
- Joined: Fri Mar 29, 2002 10:32 pm
- Location: Pennsylvania, USA
I'm trying to understand what you mean by "locked".
Can you elaborate please?
Thanks.
Can you elaborate please?
Thanks.
CPU - DFI 586IPVG, K6-2/+ 450 (Cyrix MII 433), i430VX, 128MB EDO.
BIOS patched by BiosMan (Jan Steunebrink).
BIOS patched by BiosMan (Jan Steunebrink).
Thanks a lot for your guidence,KachiWachi wrote:I'm trying to understand what you mean by "locked".
Can you elaborate please?
Thanks.
After the debug card passed "0d" for graphic,
The screen only showes 3 rows,
"Award Modular BIOS Version 1.00.03.YM1
Copyright (C) 1984-95, Award Software, Inc.
Intel Corporation YM430TX Motherboard"
And the Cursor stop and blinking at the position of "d" in the last word "Motherboard",
If I change the k6-2 to a p55 mmx, then everything is ok under 1.00.03.YM1.
I got information that Intel blocked k6-2 cpu on YM430TX since bios version 1.00.03.YM1, those user able to use it again when flash back to old bios 1.00.02.YM1.
I have upload the extracted 1.00.03.YM1 bios from intel original exe file to
http://www.ntu.edu.sg/home5/yang0072/YM430TX.003
http://www.ntu.edu.sg/home5/yang0072/YM430TX.003
-
- The New Guy
- Posts: 1451
- Joined: Fri Mar 29, 2002 10:32 pm
- Location: Pennsylvania, USA
OK.
So you are trying to install a K6-2 on this machine, and the CPU is not being recognized...correct?
Which exact K6-2?
Thanks.
So you are trying to install a K6-2 on this machine, and the CPU is not being recognized...correct?
Which exact K6-2?
Thanks.
CPU - DFI 586IPVG, K6-2/+ 450 (Cyrix MII 433), i430VX, 128MB EDO.
BIOS patched by BiosMan (Jan Steunebrink).
BIOS patched by BiosMan (Jan Steunebrink).
-
- The New Guy
- Posts: 1451
- Joined: Fri Mar 29, 2002 10:32 pm
- Location: Pennsylvania, USA
Perhaps the OP should contact BiosMan and have him take a look at it.
Thanks.
Thanks.
CPU - DFI 586IPVG, K6-2/+ 450 (Cyrix MII 433), i430VX, 128MB EDO.
BIOS patched by BiosMan (Jan Steunebrink).
BIOS patched by BiosMan (Jan Steunebrink).
-
- The Hardware Archivist
- Posts: 6287
- Joined: Wed Mar 20, 2002 7:11 pm
- Location: Netherlands
- Contact:
The only bios ever released by Intel was the 03 version. So unless we get hold of an 02 backup, Jan will have to patch in K6 support...
edwin/evasive
Do not assume anything
System error, strike any user to continue...
Do not assume anything
System error, strike any user to continue...
just found a 02 bios,edwin wrote:The only bios ever released by Intel was the 03 version. So unless we get hold of an 02 backup, Jan will have to patch in K6 support...
http://forum.rom.by/topic9813.html
however,the download link is expired,
his board burnt,
even that user seems deleted by forum.rom.by
Last edited by ie on Sun Jul 22, 2007 10:34 am, edited 1 time in total.
-
- The Hardware Archivist
- Posts: 6287
- Joined: Wed Mar 20, 2002 7:11 pm
- Location: Netherlands
- Contact:
I've been there and even tried archive.org but no dice. There's one last option and that is emailing Intel tech support to see if they have rev 02 offline somewhere.
edwin/evasive
Do not assume anything
System error, strike any user to continue...
Do not assume anything
System error, strike any user to continue...
-
- The New Guy
- Posts: 1451
- Joined: Fri Mar 29, 2002 10:32 pm
- Location: Pennsylvania, USA
It's a shame that the OP didn't/couldn't back up the original BIOS. 
I'd still give Jan a shot though.
Just out of curiosity, if you jumper the CPU as something less than 400 MHz (like 233 MHz perhaps), does it get recognized?
Thanks.

I'd still give Jan a shot though.
Just out of curiosity, if you jumper the CPU as something less than 400 MHz (like 233 MHz perhaps), does it get recognized?
Thanks.
CPU - DFI 586IPVG, K6-2/+ 450 (Cyrix MII 433), i430VX, 128MB EDO.
BIOS patched by BiosMan (Jan Steunebrink).
BIOS patched by BiosMan (Jan Steunebrink).
ie: do you have another non-Intel processor somewhere? something like a Cyrix, Rise or IDT/Centaur cpu? if so please do run a test if it boots up with one of those.
my suggestion: look for a cpuid instruction. cpuid with EAX=0 returns the vendor id in EBX-ECX-EDX. if it's not GenuineIntel (or rather 'uneGletnIeni' imho that really hurts) just stop..but that's pure guesswork :)
my suggestion: look for a cpuid instruction. cpuid with EAX=0 returns the vendor id in EBX-ECX-EDX. if it's not GenuineIntel (or rather 'uneGletnIeni' imho that really hurts) just stop..but that's pure guesswork :)
-
- Use my patch at your own risk!!
- Posts: 125
- Joined: Tue Jan 07, 2003 11:39 am
- Location: Minsk
- Contact:
Code: Select all
00000A85: 80BEDB0101 cmp b,[bp][01DB],001
00000A8A: 740A je 000000A96 ---↓
00000A8C: 66B801000000 mov eax,000000001
00000A92: 0FA2 cpuid
00000A94: EBFE jmps 000000A94 ---↑