Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[Ελλάδα]➧ Κωδικός κουπονιού Temu ⪼ [["AC...
Last Post: makijannin
Today 08:44 AM
» Replies: 0
» Views: 9
[Ελλάδα]➧ Κωδικός κουπονιού Temu ⪼ [["AC...
Last Post: makijannin
Today 08:43 AM
» Replies: 0
» Views: 12
[Ελλάδα]➧ Κωδικός κουπονιού Temu ⪼ [["AC...
Last Post: makijannin
Today 08:41 AM
» Replies: 0
» Views: 11
[Ελλάδα]➧ Κωδικός κουπονιού Temu ⪼ [["AC...
Last Post: makijannin
Today 08:40 AM
» Replies: 0
» Views: 9
Lenovo G31T-LM
Last Post: DeathBringer
Today 07:10 AM
» Replies: 1
» Views: 111
[REQUEST] Unlock Insyde BIOS for Gigabyt...
Last Post: maestrae
Today 03:49 AM
» Replies: 0
» Views: 86
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
Yesterday 06:33 PM
» Replies: 145
» Views: 148516
[Request] Lenovo G50-45 (A2CNxxWW) White...
Last Post: koner
Yesterday 03:51 PM
» Replies: 31
» Views: 25403
COMPAQ C700 F.35 InsydeH2O WLAN UNLOCKED
Last Post: FrancoTecno
03-14-2026 10:38 PM
» Replies: 0
» Views: 135
[REQUEST] Acer Nitro 5 AN515-57 BIOS Unl...
Last Post: Dudu2002
03-14-2026 11:43 AM
» Replies: 23
» Views: 12876
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: grewnik26
03-14-2026 07:34 AM
» Replies: 37
» Views: 78048
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
03-14-2026 06:30 AM
» Replies: 1233
» Views: 605469
Acer nitro 5 an515 45 Insyde H20 bios re...
Last Post: Egebwvwbhaha
03-14-2026 03:57 AM
» Replies: 0
» Views: 221
[REQUEST] Toshiba Qosmio X505 Q860/Q887 ...
Last Post: cguru
03-13-2026 12:54 PM
» Replies: 53
» Views: 23582
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: megeman212
03-12-2026 10:16 AM
» Replies: 20
» Views: 41188
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
03-11-2026 12:49 PM
» Replies: 888
» Views: 563474
[REQUEST] Lenovo G770 (40CNxxWW) Whiteli...
Last Post: Akled
03-11-2026 06:24 AM
» Replies: 25
» Views: 19685
ACER Aspire 7736ZG BIOS microcode update...
Last Post: JoH
03-11-2026 12:29 AM
» Replies: 12
» Views: 1028
[REQUEST] Sony Vaio VGN-NR260E (R1101J9)...
Last Post: JustHaven
03-10-2026 01:19 AM
» Replies: 0
» Views: 259
[REQUEST] Lenovo IdeaPad P400, P500, Z40...
Last Post: asko87
03-09-2026 11:40 AM
» Replies: 80
» Views: 66981

Bios doesn't boot unless I press esc-key for diagnostic screen?
#1
After many trial and error I succesfully updated my amd raid option rom with a newer version but bios wont boot unless I press esc-key? My southbridge is a amd sb700 chipset. Laptop is a FSC Xa 3530. Bios is a Phoenix 2.08. I can use Phoenix Bios Editor. I have also unlocked many hidden bios options and disable the splash screen to no avail. The bios doesn't boot without the splash screen and without pressing the esc-key (for diagnostic screen) either. But I would like to use the newest option-rom, too. Can I fix this somehow? I have also read about the possibility to write a loader for the option-rom. Is this possible?
find
quote
#2
(01-12-2013, 07:37 AM)Stoneage Wrote: After many trial and error I succesfully updated my amd raid option rom with a newer version but bios wont boot unless I press esc-key? My southbridge is a amd sb700 chipset. Laptop is a FSC Xa 3530. Bios is a Phoenix 2.08. I can use Phoenix Bios Editor. I have also unlocked many hidden bios options and disable the splash screen to no avail. The bios doesn't boot without the splash screen and without pressing the esc-key (for diagnostic screen) either. But I would like to use the newest option-rom, too. Can I fix this somehow? I have also read about the possibility to write a loader for the option-rom. Is this possible?

Success! Since I'm using an amd raid rom I post my patch for the misc.bin. I disassembled the misc.bin and permantently activated the esc-key sequence. Eventually it also solves the load to misc.bin error and maybe I can debug my error again and make a better patch?

<pre>
seg000:016B loc_16B: ; CODE XREF: seg000:00BBj
seg000:016B call sub_CB0
seg000:016E mov ds:byte_5A24, 0
seg000:0173 push bx
seg000:0174 call sub_DFE
seg000:0177 pop bx
seg000:0178 nop
seg000:0179 nop
seg000:017A call sub_26C
seg000:017D call sub_1F0
seg000:0180 mov cx, 0BB8h
seg000:0183
seg000:0183 loc_183: ; CODE XREF: seg000:019Cj
seg000:0183 mov ah, 1
seg000:0185 int 16h ; KEYBOARD - CHECK BUFFER, DO NOT CLEAR
seg000:0185 ; Return: ZF clear if character in buffer
seg000:0185 ; AH = scan code, AL = character
seg000:0185 ; ZF set if no character in buffer
seg000:0187 jz short loc_199
seg000:0189 xor ah, ah
seg000:018B int 16h ; KEYBOARD - READ CHAR FROM BUFFER, WAIT IF EMPTY
seg000:018B ; Return: AH = scan code, AL = character
seg000:018D cmp ax, 2106h
seg000:0190 jz short loc_1A0
seg000:0192 cmp ax, 1519h
seg000:0195 jz short loc_1A0
seg000:0197 jmp short loc_1BD
seg000:0199 ; ---------------------------------------------------------------------------
seg000:0199
seg000:0199 loc_199: ; CODE XREF: seg000:0187j
seg000:0199 call sub_2318
seg000:019C loop loc_183
seg000:019E jmp short loc_1BD
seg000:01A0 ; ---------------------------------------------------------------------------
seg000:01A0
seg000:01A0 loc_1A0: ; CODE XREF: seg000:0190j
seg000:01A0 ; seg000:0195j
seg000:01A0 mov ds:byte_5A5B, 1
seg000:01A5 mov ds:byte_573C, 0
seg000:01AA mov ds:byte_5A22, 0
seg000:01AF call sub_27E
seg000:01B2 mov ds:byte_5A21, 3
seg000:01B7 mov dx, 8
seg000:01BA jmp loc_2ED
seg000:01BD ; ---------------------------------------------------------------------------
seg000:01BD
seg000:01BD loc_1BD: ; CODE XREF: seg000:0197j
seg000:01BD ; seg000:019Ej
seg000:01BD call sub_F67
seg000:01C0 retf
</pre>
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)