Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Acer Nitro 5 AN515-56 BIOS Unl...
Last Post: Dudu2002
Today 07:25 AM
» Replies: 5
» Views: 868
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Dudu2002
Today 03:52 AM
» Replies: 1972
» Views: 661235
[Request] Acer Aspire Z1620 (h61h aio v1...
Last Post: spingernexx
Yesterday 06:09 PM
» Replies: 2
» Views: 117
[REQUEST] Lenovo G505 (82CNxxWW) Whiteli...
Last Post: khaos
Yesterday 04:15 PM
» Replies: 155
» Views: 55140
Asus Prime b250m plus, RAM compatibility
Last Post: Slayery777
Yesterday 06:23 AM
» Replies: 0
» Views: 122
[REQUEST] Bios Unlock Request Clevo W230...
Last Post: happycrazyman
04-23-2024 03:53 PM
» Replies: 0
» Views: 103
Rog Strix B650E-F BIOS File Extraction
Last Post: panmetrix24
04-23-2024 11:25 AM
» Replies: 0
» Views: 120
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Pipo89
04-23-2024 06:47 AM
» Replies: 236
» Views: 69580
[REQUEST] Acer Nitro 5 AN517-41 BIOS Unl...
Last Post: onetapxdf
04-23-2024 03:37 AM
» Replies: 11
» Views: 1348
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Dudu2002
04-23-2024 03:14 AM
» Replies: 203
» Views: 70560
[REQUEST] Lenovo V570(c) (44CNxxWW) BIOS...
Last Post: d3m3n7r
04-22-2024 05:20 PM
» Replies: 18
» Views: 11159
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: ati90
04-22-2024 05:02 AM
» Replies: 64
» Views: 36997
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: SteamTug
04-22-2024 04:24 AM
» Replies: 1734
» Views: 545543
[REQUEST] Lenovo G410 (79CNxxWW) Whiteli...
Last Post: Dudu2002
04-22-2024 03:58 AM
» Replies: 53
» Views: 10787
Asus h110m-a & xeon e3-1280v5
Last Post: Brutoloco
04-21-2024 08:22 PM
» Replies: 16
» Views: 558
[REQUEST] LG GRAM 14T990 Unlock request
Last Post: riclausk
04-21-2024 12:15 PM
» Replies: 16
» Views: 4245
[REQUEST] SLIC 2.1 for ASRock 880GM-LE F...
Last Post: amijim
04-21-2024 10:27 AM
» Replies: 2
» Views: 133
[REQUEST] Dell Alienware 15 R3 BIOS Unlo...
Last Post: jason.exe
04-21-2024 03:44 AM
» Replies: 1
» Views: 187
[REQUEST] Samsung NP450R5G unlock hide s...
Last Post: magg
04-21-2024 12:54 AM
» Replies: 0
» Views: 197
lenovo e595 20nf bios spw unlock
Last Post: vsteez
04-20-2024 07:56 PM
» Replies: 0
» Views: 185

[Request] Unlock Bios Acer Aspire S7-391
#1
Computer:
Aspire S7-391

BIOS Rev 3.7

The reason I want to get the "extra" settings is because I can’t change the raid setting (when I change it to AHCI, it changes back to RAID again?!?)+ I want to be able to change the efi settings, which I can’t at the moment.

- Bios download link:
http://global-download.acer.com/GDFiles/...&SC=EMEA_9

- Screenshots of the original bios setup menus:

   
   
   
   
   
find
quote
#2
(02-10-2013, 02:18 AM)teddybear2 Wrote: Computer:
Aspire S7-391

BIOS Rev 3.7

The reason I want to get the "extra" settings is because I can’t change the raid setting (when I change it to AHCI, it changes back to RAID again?!?)+ I want to be able to change the efi settings, which I can’t at the moment.

- Bios download link:
http://global-download.acer.com/GDFiles/...&SC=EMEA_9

- Screenshots of the original bios setup menus:

When i try to use j-bios this is what i get:

Code:
claus@ubuntu:~/Desktop/j-bios$ sudo python j-bios.py isflash.bin newbios.bin
[sudo] password for claus:
Opened BIOS 'isflash.bin' with md5:3290683d3df569f418e2a928507ddd33
Operating on BIOS isflash.bin size = 0x4728c0
Locating Firmware Volumes
Analysing Firmware Volume (may take a while!)
uncompLen: 0xc00010 (12582928)
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/claus/Desktop/j-bios/dumpsetup.py", line 82, in locate_stringtable
    raise RuntimeError
RuntimeError

I managed to extract all the files inside the bin file. So i attached setuputility i found in the extracted tolder.


Attached Files
.bin   SetupUtility_0x190f10.bin (Size: 569.69 KB / Downloads: 8)
find
quote
#3
(02-10-2013, 03:18 PM)teddybear2 Wrote:
(02-10-2013, 02:18 AM)teddybear2 Wrote: Computer:
Aspire S7-391

BIOS Rev 3.7

The reason I want to get the "extra" settings is because I can’t change the raid setting (when I change it to AHCI, it changes back to RAID again?!?)+ I want to be able to change the efi settings, which I can’t at the moment.

- Bios download link:
http://global-download.acer.com/GDFiles/...&SC=EMEA_9

- Screenshots of the original bios setup menus:

When i try to use j-bios this is what i get:

Code:
claus@ubuntu:~/Desktop/j-bios$ sudo python j-bios.py isflash.bin newbios.bin
[sudo] password for claus:
Opened BIOS 'isflash.bin' with md5:3290683d3df569f418e2a928507ddd33
Operating on BIOS isflash.bin size = 0x4728c0
Locating Firmware Volumes
Analysing Firmware Volume (may take a while!)
uncompLen: 0xc00010 (12582928)
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/claus/Desktop/j-bios/dumpsetup.py", line 82, in locate_stringtable
raise RuntimeError
RuntimeError

I managed to extract all the files inside the bin file. So i attached setuputility i found in the extracted tolder.

i have the same problem. some solution already?????
find
quote
#4
OH dear GOD....
Can any one help? This unlock will be very helpful!
find
quote
#5
(10-31-2013, 04:19 PM)dadaist Wrote: OH dear GOD....
Can any one help? This unlock will be very helpful!

I have the same laptop and I am having the same problem as you guys. This is not yet solved.

Have you tried to ask directly to the developer? (Jakob Heinemann). I am thinking on sending an email if you haven't done that yet.

By the way, I was taking a look to the python error and I think that is because it didn't find anything for our bioses.

Another thing, did you figure out by other ways which is the Recovery Name of BIOS needed for USB-Method in Acer Aspire S7-391?

Best regards
find
quote
#6
Recovery name is StormX64.fd

I've made a mod with Menus unlocked to be flashed by recovery.

https://hostr.co/k9iffIjO62oO

Report. Instructions inside.

find
quote
#7
(03-17-2014, 08:25 AM)fjfc Wrote: Recovery name is StormX64.fd

I've made a mod with Menus unlocked to be flashed by recovery.

https://hostr.co/k9iffIjO62oO

Report. Instructions inside.

Sorry fjfc, I don't know which BIOS version have you modified. Is 2.18 revision or the one that teddybear2 posted (2.13)?

Do you mind doing Menus unlocked over the following release? This one is newer than the original one posted by teddybear2 with better fan control.

The 2.18 version link is the following:
http://global-download.acer.com/GDFiles/...ER&SC=PA_6

By the way, thank you very much for your work.
find
quote
#8
(03-17-2014, 11:58 AM)Spinete Wrote:
(03-17-2014, 08:25 AM)fjfc Wrote: Recovery name is StormX64.fd

I've made a mod with Menus unlocked to be flashed by recovery.

https://hostr.co/k9iffIjO62oO

Report. Instructions inside.

Sorry fjfc, I don't know which BIOS version have you modified. Is 2.18 revision or the one that teddybear2 posted (2.13)?

Do you mind doing Menus unlocked over the following release? This one is newer than the original one posted by teddybear2 with better fan control.

The 2.18 version link is the following:
http://global-download.acer.com/GDFiles/...ER&SC=PA_6

By the way, thank you very much for your work.

Last one was 2.13.

For 2.18, here you go:

https://hostr.co/kh9JvWftmjj3

Report!

find
quote
#9
(03-17-2014, 12:15 PM)fjfc Wrote:
(03-17-2014, 11:58 AM)Spinete Wrote:
(03-17-2014, 08:25 AM)fjfc Wrote: Recovery name is StormX64.fd

I've made a mod with Menus unlocked to be flashed by recovery.

https://hostr.co/k9iffIjO62oO

Report. Instructions inside.

Sorry fjfc, I don't know which BIOS version have you modified. Is 2.18 revision or the one that teddybear2 posted (2.13)?

Do you mind doing Menus unlocked over the following release? This one is newer than the original one posted by teddybear2 with better fan control.

The 2.18 version link is the following:
http://global-download.acer.com/GDFiles/...ER&SC=PA_6

By the way, thank you very much for your work.

Last one was 2.13.

For 2.18, here you go:

https://hostr.co/kh9JvWftmjj3

Report!

Oh man, you are so fast! I really appreciate.
I will give you some feedback about how it is working and a donation will drop Wink
find
quote
#10
Veyr nice Smile

Regards

find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)