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] HP ProBook 4720s whitelist rem...
Last Post: Paxviffpack
Yesterday 04:26 PM
» Replies: 15
» Views: 11071
[REQUEST] Lenovo IdeaPad Z570 (45CNxxWW)...
Last Post: Dudu2002
Yesterday 08:49 AM
» Replies: 95
» Views: 113673
[REQUEST] Acer Aspire VN7-791(G) BIOS Un...
Last Post: Dudu2002
Yesterday 02:16 AM
» Replies: 91
» Views: 89625
BIOS Unlock Request – Dell Latitude 5420
Last Post: gata.infernum
06-29-2025 09:14 PM
» Replies: 0
» Views: 118
Asus T100
Last Post: EmmetIsOfficial
06-29-2025 02:33 PM
» Replies: 6
» Views: 11817
BIOS Unlock Request – Dell Latitude 7480
Last Post: na3nou3.electronics
06-28-2025 10:33 AM
» Replies: 1
» Views: 241
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: Dudu2002
06-27-2025 12:58 PM
» Replies: 597
» Views: 299012
[REQUEST] Lenovo G570 (40CNxxWW) Whiteli...
Last Post: Mark738
06-27-2025 12:07 PM
» Replies: 172
» Views: 160354
Lenovo Y550 BIOS Unlocking (Advanced Men...
Last Post: kentsergeo
06-27-2025 01:23 AM
» Replies: 1
» Views: 600
[REQUEST] Toshiba Satellite L650 WhiteLi...
Last Post: averagenokiauser
06-26-2025 02:58 PM
» Replies: 15
» Views: 7437
[REQUEST] Thunderobot 911s Core BIOS Unl...
Last Post: EgaschNSK
06-26-2025 07:28 AM
» Replies: 0
» Views: 389
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Roago
06-25-2025 06:50 PM
» Replies: 215
» Views: 108771
[REQUEST] Toshiba Satellite L750 & L755 ...
Last Post: EiadSherif2008
06-25-2025 05:12 PM
» Replies: 78
» Views: 57508
Lenovo B590 unlock the checking original...
Last Post: leecher1337
06-25-2025 02:42 PM
» Replies: 34
» Views: 26543
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: Reza1
06-25-2025 12:28 PM
» Replies: 52
» Views: 31785
BIOS Mod to Disable Intel iGPU on Acer V...
Last Post: DeathBringer
06-25-2025 05:14 AM
» Replies: 7
» Views: 611
[REQUEST] Veriton M2610 - Ivy Bridge Sup...
Last Post: callumfix77
06-24-2025 05:17 AM
» Replies: 24
» Views: 14441
[REQUEST] Check my bios mod ASUS TUF A15...
Last Post: waayo69
06-23-2025 07:46 PM
» Replies: 0
» Views: 511
Sony Vaio VGN-FE31M (R0170J3) / VGN-FE41...
Last Post: geanna
06-22-2025 06:37 PM
» Replies: 54
» Views: 69420
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: vladimir500
06-22-2025 06:45 AM
» Replies: 49
» Views: 49454

[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: 2 Guest(s)