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] Lenovo Ideapad S510p (89CNxxWW...
Last Post: Dudu2002
Today 12:04 PM
» Replies: 181
» Views: 91227
[REQUEST] GA-8I865GME-775-RH (rev. 3.9) ...
Last Post: DeathBringer
Today 01:48 AM
» Replies: 3
» Views: 277
i7 2860QM how to raise power limit?
Last Post: mariukonie
Yesterday 04:31 PM
» Replies: 13
» Views: 681
[REQUEST] Dell Wyse 3040: CSM enable for...
Last Post: mm400
Yesterday 05:58 AM
» Replies: 1
» Views: 719
[REQUEST] Acer TravelMate 5760(G,Z) BIOS...
Last Post: quibic
07-12-2025 01:03 AM
» Replies: 49
» Views: 26705
Asus P8Z77-M RT-d Unlock
Last Post: cbaldwin1
07-11-2025 04:21 PM
» Replies: 0
» Views: 324
[REQUEST] Lenovo Yoga 530-14ARR (8MCNxxW...
Last Post: Dudu2002
07-11-2025 02:04 PM
» Replies: 4
» Views: 3205
[REQUEST] Gigabyte GA-X99P-SLI BIOS with...
Last Post: DKisCRUSHIN
07-11-2025 09:50 AM
» Replies: 0
» Views: 307
Acer Aspire 5920G - Requesting Modded BI...
Last Post: EbrahimSiami
07-10-2025 02:56 PM
» Replies: 1
» Views: 466
Acer A517-51G-58S5 - Complete BIOS image...
Last Post: Humboldt
07-10-2025 01:07 PM
» Replies: 2
» Views: 353
Lenovo Yoga Pro 7 14ASP9 Bios Unlock
Last Post: Dudu2002
07-10-2025 03:02 AM
» Replies: 3
» Views: 455
[RESOLVED] Help! BIOS for Asus GL503VS R...
Last Post: AmosNZ
07-10-2025 12:09 AM
» Replies: 5
» Views: 3044
[REQUEST] Acer Predator Helios 500 PH517...
Last Post: TeckToe
07-09-2025 11:29 PM
» Replies: 4
» Views: 1530
Gigabyte G6X 9MG insydeH2O IOS Unlock
Last Post: Zzhheennyyaa
07-09-2025 04:37 PM
» Replies: 2
» Views: 646
[SOLVED] Lenovo IdeaPad 510-15ISK - BIOS...
Last Post: outsydeh2o
07-09-2025 09:39 AM
» Replies: 1
» Views: 484
(new to forums) searching for aid/direct...
Last Post: adorable_yangire
07-09-2025 12:11 AM
» Replies: 0
» Views: 414
[SOLVED] Change Serial Number, UUID, Mac...
Last Post: dsdn1
07-08-2025 07:55 PM
» Replies: 10
» Views: 16995
[REQUEST] Lenovo G50-45 BIOS Unlock
Last Post: szakiz
07-08-2025 05:36 PM
» Replies: 49
» Views: 53825
[REQUEST] Lenovo Yoga 7 Pro 82Y7 unlock
Last Post: Dudu2002
07-08-2025 07:13 AM
» Replies: 1
» Views: 296
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
07-08-2025 07:12 AM
» Replies: 491
» Views: 218509

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

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
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!

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
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

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)