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
Lenovo G31T-LM OC unlock
Last Post: crissaegrim87
Today 01:25 PM
» Replies: 1
» Views: 80
[REQUEST] LLKBOHA N5105 Mini PC BIOS EJP...
Last Post: Sw0rdX
Today 11:10 AM
» Replies: 0
» Views: 84
Lenovo G31T-LM
Last Post: DeathBringer
Today 12:16 AM
» Replies: 3
» Views: 251
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: Hooper
Yesterday 09:43 PM
» Replies: 146
» Views: 149155
[REQUEST] Unlock Insyde BIOS for Gigabyt...
Last Post: maestrae
Yesterday 03:49 AM
» Replies: 0
» Views: 174
[Request] Lenovo G50-45 (A2CNxxWW) White...
Last Post: koner
03-15-2026 03:51 PM
» Replies: 31
» Views: 25560
COMPAQ C700 F.35 InsydeH2O WLAN UNLOCKED
Last Post: FrancoTecno
03-14-2026 10:38 PM
» Replies: 0
» Views: 185
[REQUEST] Acer Nitro 5 AN515-57 BIOS Unl...
Last Post: Dudu2002
03-14-2026 11:43 AM
» Replies: 23
» Views: 13012
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: grewnik26
03-14-2026 07:34 AM
» Replies: 37
» Views: 78217
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
03-14-2026 06:30 AM
» Replies: 1233
» Views: 606579
Acer nitro 5 an515 45 Insyde H20 bios re...
Last Post: Egebwvwbhaha
03-14-2026 03:57 AM
» Replies: 0
» Views: 292
[REQUEST] Toshiba Qosmio X505 Q860/Q887 ...
Last Post: cguru
03-13-2026 12:54 PM
» Replies: 53
» Views: 23772
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: megeman212
03-12-2026 10:16 AM
» Replies: 20
» Views: 41326
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
03-11-2026 12:49 PM
» Replies: 888
» Views: 564438
[REQUEST] Lenovo G770 (40CNxxWW) Whiteli...
Last Post: Akled
03-11-2026 06:24 AM
» Replies: 25
» Views: 19746
ACER Aspire 7736ZG BIOS microcode update...
Last Post: JoH
03-11-2026 12:29 AM
» Replies: 12
» Views: 1063
[REQUEST] Sony Vaio VGN-NR260E (R1101J9)...
Last Post: JustHaven
03-10-2026 01:19 AM
» Replies: 0
» Views: 284
[REQUEST] Lenovo IdeaPad P400, P500, Z40...
Last Post: asko87
03-09-2026 11:40 AM
» Replies: 80
» Views: 67060
Acer Aspire 7540G { Unlocked BIOS in pos...
Last Post: jose678
03-08-2026 03:51 PM
» Replies: 35
» Views: 43093
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: yusuferkan
03-08-2026 08:50 AM
» Replies: 49
» Views: 25750

Sony VAIO VGN-FE44S, FE45G, FE45T, FE47S, FE48G BIOS MOD (Post #8)
#1
Hi AHMED HOSSAM,

Help me Please!

I sucessfully unlocked the 'Workaround Control Sub-Menu' for my Vaio FE48G bios (Ver: R0200J3). The problem is the 'CPU Control Sub-Menu' is empty and not enabled. Could you please explain how to unlock it.

I attached my original and moded bios below.


.rar   BIOS.rar (Size: 1.15 MB / Downloads: 96)

Thank you.
find
quote
#2
HI ,

the cpu control sub-menu contains yonah and dothan sub-menus.
you should search for the routines controlling both 2 menus and change the instruction MOV AX , 13h TO MOV AX , 0

then the menus will be unlocked .


"Many of life's failures are people who did not realize how close they were to success when they gave up." Smile
find
quote
#3
Thank you for your reply.

I have less knowledge of deassembling and I done this using WinHex only. Is there any way to find the routine check in winhex.

many thanks / SK
find
quote
#4
Hi sskzk,

Usually in this case, the reason why you unable to see Yonah or Dothan CPU Control Sub-Menu are because your notebook have different processor (probable Merom or Penryn processor). And also in this case, usually Yonah & Dothan CPU Control Sub-Menu contains identical menu/options. What I did is link the "CPU Control Sub-Menu" with either Yonah & Dothan CPU Control Sub-Menu section. Please observed this example.
Code:
CPU Control Sub-Menu (AA BB 01 23) --|
                                     |
                                     |
                                     |--Yonah CPU Control Sub-Menu (CC DD 45 67)
                                     |
                                     |--Dothan CPU Control Sub-Menu (EE FF 89 01)
CPU Control Sub-Menu (AA BB 01 23), Yonah CPU Control Sub-Menu (CC DD 45 67), Dothan CPU Control Sub-Menu (EE FF 89 01)
* RED - item offset
* BLUE - jump offset (e.g. to CPU Control Sub-Menu section/table)

Because both Yonah & Dothan contain identical menu/options, I will use either one of them for "CPU Control Sub-Menu". To do this I change "jump offset" for "CPU Control Sub-Menu". For example, I use Yonah "jump offset":-
Code:
CPU Control Sub-Menu (AA BB 45 67) --|
                                     |
                                     |
                                     |--Yonah CPU Control Sub-Menu (CC DD 45 67)
                                     |
                                     |--Dothan CPU Control Sub-Menu (EE FF 89 01)
See, I change CPU Control Sub-Menu (AA BB 01 23) to (AA BB 45 67). This will make all options under Yonah to appeared directly under "CPU Control Sub-Menu".

If you use my modified BIOS image & you like it, please consider making a donation. Thank you very much. Smile
Donate Here
find
quote
#5
Ramadhan Kareem,

I redirected 'CPU Control Sub-Menu' to show 'Yonah CPU Control Sub-Menu'. Still 'Video (Intel IGD) Control Sub-Menu' not shown in the bios options. I will try it later.


.rar   R0200J3_mod2.rar (Size: 591.12 KB / Downloads: 44)

The problem is even I enabled the 'Virtualization Technology' in the bios, Securable reported that Hardware Virtualization is 'Locked ON'. How can I enable it?.

   

my Processor info:
http://ark.intel.com/products/27255/Inte...7-MHz-FSB)

And one more thing is my system 'Mobile IntelĀ® 945GM Express Chipset' can allow 4GB maximum memory.
http://ark.intel.com/products/chipsets/22816
But SONY spec. says only 2GB max. memory only upgradable. Is it possible to envoke the bios to accept 4GB ram inorder to use with 64bit OS?

Thankyou for your great support.

find
quote
#6
Try click at the "Locked ON" word to know in details what it means. If you enabled Virtualization in BIOS (of course saved the BIOS settings) & you did powercycle (OFF & ON again) your notebook afterward, the Virtualization does enabled. You can test this by installing 64-bit OS on VMware or VirtualBox, etc. If Virtualization still OFF, you won't be able to install the 64-bit guest OS.

The Intel 945GM datasheet shows the full capability of the chipset however manufacturer can decided which ones they want to use/implement on their product. Usually they don't implement everything. I don't have enough knowledge to check & modify the maximum supported memory but based on what I know so far, every each memory slot have maximum supported RAM module. Probably on your notebook, the maximum supported RAM module on each slot is only 1GB which means this locked the maximum memory you can put is 2GB RAM.

BTW, your VAIO FE48G doesn't have Intel GMA GPU. One of the feature manufacturer decided not to implement on this notebook. This is why the 'Video (Intel IGD) Control Sub-Menu' is not visible.

If you use my modified BIOS image & you like it, please consider making a donation. Thank you very much. Smile
Donate Here
find
quote
#7

Eventhough Securable reported VT is locked on, now vmware is working fine in my system.

This unlocked feature is mainly useful to enable VT and AHCI mode features for my
system.

Thanks for your great help.
find
quote
#8
Hi,

Here is the final version of Vaio VGN-FE series...

Applicable Models:
VGN-FE44S, VGN-FE45G, VGN-FE45T, VGN-FE47S, VGN-FE48G

               


Attached Files
.rar   R0200J3_MOD5.rar (Size: 591.12 KB / Downloads: 314)
find
quote
#9
To @All, standard T&C, ^^Use at your own risk!

Thanks sskzk. Since this BIOS has been unlocked & tested, I moved this thread to unlocked section. Wink

If you use my modified BIOS image & you like it, please consider making a donation. Thank you very much. Smile
Donate Here
find
quote
#10
hi, you have a PM.

Thanks.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)