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
[Request] Enabling PCI-E bifurcation on ...
Last Post: fenomena6909
Today 05:03 AM
» Replies: 3
» Views: 4318
Asus Zephyrus G16 GU605CR request for bi...
Last Post: FlorikDT
Today 04:42 AM
» Replies: 0
» Views: 62
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Duh-bm
Yesterday 07:57 PM
» Replies: 165
» Views: 107072
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: Hooper
03-03-2026 07:36 PM
» Replies: 139
» Views: 144760
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Defekt2008
03-03-2026 02:18 PM
» Replies: 344
» Views: 226012
Lenovo ThinkPad Edge E530: I'm trying to...
Last Post: MadBerry
03-03-2026 01:53 PM
» Replies: 1
» Views: 193
Request to unlock advance features in Ac...
Last Post: napsteronly
03-03-2026 07:57 AM
» Replies: 71
» Views: 93724
[Request] Unlocking BIOS for iMedia D361...
Last Post: SplatPie
03-03-2026 04:20 AM
» Replies: 0
» Views: 141
[Request] Lenovo ThinkPad x100e Whitelis...
Last Post: Komzpa
03-03-2026 04:10 AM
» Replies: 2
» Views: 6924
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: nameerfk1
03-02-2026 09:20 PM
» Replies: 51
» Views: 38695
Asus Rog Strix Scar 15 G533QS/G733QS Key...
Last Post: rakecikas
03-02-2026 02:55 PM
» Replies: 2
» Views: 2908
[Unlocked] Acer Aspire One D255E
Last Post: clearest
03-02-2026 02:38 AM
» Replies: 2
» Views: 5151
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: shum25
03-01-2026 12:56 PM
» Replies: 245
» Views: 193461
[REQUEST] Sony Vaio SVT131 (R1xx0D4) BIO...
Last Post: dumbpartition
03-01-2026 11:54 AM
» Replies: 3
» Views: 3066
Asus G513RC Bios hidden settings unlock
Last Post: ormcra
03-01-2026 04:51 AM
» Replies: 0
» Views: 177
ACER Aspire 7736ZG BIOS microcode update...
Last Post: DeathBringer
03-01-2026 02:04 AM
» Replies: 11
» Views: 602
Lenovo Legion 5 15ITH6H – “Device Freeze...
Last Post: laret
02-28-2026 09:32 AM
» Replies: 5
» Views: 303
sony vaio VGN-Z56MG insydeH20 bios unloc...
Last Post: DevilEpic2
02-28-2026 08:37 AM
» Replies: 0
» Views: 240
Modded BIOS for HP 6730b to support Q900...
Last Post: DeathBringer
02-27-2026 05:00 AM
» Replies: 6
» Views: 602
Asus P5Q Deluxe EFI
Last Post: maoshen1234
02-27-2026 12:55 AM
» Replies: 7
» Views: 18758

[REQUEST] Sony Vaio SVF13N series BIOS Unlock
#1
Brick 
Hey guys,

I really love my VAIO Multi Flip but the fan makes me crazy. It just turns on to early. I think there is enough room for a higher temprature target for the fan. I have already seen some BIOS Mods from other VAIO Notebooks and there was a hidden settings where you could change the low and highlevel fan target.

Could someone just edit the BIOS that the hidden settings are enabled? Would be great if everything is unlocked.

Link to the BIOS download page: BIOS DOWNLOAD

Thanks in advance!
nulldreinull
find
quote
#2
Is the attached bios file unlockable? (7zip file added .zip at the end otherwise it wouldn't let me upload) its from a SONY vaio - I am unable to make it work with the python script I get the following:

 python j-bios.py -v R1130VA.ROM NEW.fd
Opened BIOS 'R1130VA.ROM' with md5:b11cde815eec33f0b165ab2335983f24
Operating on BIOS R1130VA.ROM size = 0x8741c8
Locating Firmware Volumes
Analysing FirmwareVolume@0x2c530!
FirmwareVolumeHeader ok!
Analysing Firmware Volume (may take a while!)
uncompLen: 0xc00010 (12582928)
Uncompressing LZMA section at 0x0002C590
Analysing FirmwareVolume@0x10!
FirmwareVolumeHeader ok!
Analysing Firmware Volume (may take a while!)
Traceback (most recent call last):
  File "j-bios.py", line 2669, in <module>
    main()
  File "j-bios.py", line 2642, in main
    bios = BIOS(infile)
  File "j-bios.py", line 2338, in __init__
    volumes = self.locate_firmware_volumes(0)
  File "j-bios.py", line 2525, in locate_firmware_volumes
    return [FirmwareVolume(index, pos, where) for pos in items]
  File "j-bios.py", line 2157, in __init__
    f = FFSFile(i, pos+offset, self.header.erasePolarity, self)
  File "j-bios.py", line 2022, in __init__
    s = FFSFileSection(i, pos+offset, self)
  File "j-bios.py", line 1340, in __init__
    self.subSections.append(FFSFileSection(self.uncompBufNum, 0, self))
  File "j-bios.py", line 1776, in __init__
    self.leafFV = FirmwareVolume(i, pos+offset-36, None, self)
  File "j-bios.py", line 2157, in __init__
    f = FFSFile(i, pos+offset, self.header.erasePolarity, self)
  File "j-bios.py", line 2022, in __init__
    s = FFSFileSection(i, pos+offset, self)
  File "j-bios.py", line 1415, in __init__
    stringtable = locate_stringtable(bb[i][start:end], verbose)
  File "/home/robert/Downloads/j-bios/dumpsetup.py", line 82, in locate_stringtable
    raise RuntimeError
RuntimeError


Attached Files
.zip   R1130VA.7z.zip (Size: 2.28 MB / Downloads: 2)
find
quote
#3
Hi!
I modify bios through H2OFFT-GUI-Wx64, i need to disable TDP lock. I modified it.
When i reboot after flashing the bios from windows, i got an error "insydeh20 secure flash error invalid firmware image". Current version of my bios is same as modified 1150VA. I dont know how to change, i put skip version check in flasher config.
What i need to do to flashing well?


Original and modified bios:
https://yadi.sk/d/Hsm3eUUv-UebJw
https://yadi.sk/d/Bb1T_pz8usmgfQ
find
quote
#4
Good afternoon, I am the owner of this device and with the help of an spi programmer I took a bios dump.
I tried to turn on amt in it and sew it back up, but it didn't work and everything remained as it is. I also tried to analyze the settings for accessing the hidden ones through IDA, but due to the paucity of knowledge, I could not complete the work.

I ask for help with unlocking hidden bios settings, enabling AMT support, and if there is a white list there, then disable it (I know the rules, but suddenly it will be easy).

I tried to enable these settings to install a new wi-fi ax210 board.

.bin   sonyBios-svf13n2l2rs.Bin (Size: 8 MB / Downloads: 1)
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)