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
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 751
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 2507
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 8224
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 431
MSI MS-9661 bios unlock/mod request
Last Post: Hunter2
08-12-2025 08:07 AM
» Replies: 3
» Views: 3534
Dell XPS m1730 - Unlock Power Supply che...
Last Post: Iljalein
08-11-2025 03:14 PM
» Replies: 7
» Views: 13328
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: Dudu2002
08-08-2025 07:51 PM
» Replies: 8
» Views: 4834
[REQUEST] Asus G733PZ BIOS Unlock
Last Post: xfinity
08-07-2025 11:22 AM
» Replies: 0
» Views: 818
[REQUEST] HP Envy 15-k203nl bios mod
Last Post: Maxinator500
08-05-2025 07:20 AM
» Replies: 3
» Views: 1742
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
07-31-2025 02:57 PM
» Replies: 133
» Views: 72785
[REQUEST] HP Stream 13 (13-c100nm) White...
Last Post: krusic22
07-29-2025 06:42 PM
» Replies: 0
» Views: 1248
Acer Aspire 7741G BIOS
Last Post: lucky42
07-28-2025 08:53 AM
» Replies: 1
» Views: 1733
[REQUEST] [AMIBIOS8] MSI MS-1731 unlock
Last Post: wololo
07-27-2025 02:07 PM
» Replies: 0
» Views: 1693
REQUEST - Unlock bios for Toshiba Satell...
Last Post: SaadC50
07-27-2025 10:14 AM
» Replies: 0
» Views: 1399
[REQUEST] Lenovo G500(S) (7BCNxxWW) Whit...
Last Post: Tchistiakov
07-27-2025 08:52 AM
» Replies: 566
» Views: 311535
[REQUEST] HP Pavilion dv7-6153er - F.1B ...
Last Post: swmint
07-26-2025 08:31 AM
» Replies: 2
» Views: 5853
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: Rt1213
07-26-2025 06:03 AM
» Replies: 817
» Views: 407482
Soltek SL-65KIV2
Last Post: DeathBringer
07-26-2025 05:44 AM
» Replies: 20
» Views: 2413
[REQUEST] Lenovo IdeaPad 3 15ALC6 (GLCNx...
Last Post: KADCORP
07-26-2025 12:30 AM
» Replies: 11
» Views: 7669
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: cwaras
07-25-2025 06:14 PM
» Replies: 2
» Views: 2044

[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)