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
WLAN Whitelist Removal HP Probook 4436s
Last Post: greymel
Today 03:06 PM
» Replies: 0
» Views: 24
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: Dudu2002
Today 02:39 PM
» Replies: 679
» Views: 230397
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Dudu2002
Today 02:38 PM
» Replies: 265
» Views: 98370
MSI 98 B2 Mainboard Bios - Activating CO...
Last Post: danand
Today 10:50 AM
» Replies: 0
» Views: 31
[REQUEST] HP Elitebook 8560w Whitelist R...
Last Post: bpm
Yesterday 04:19 PM
» Replies: 25
» Views: 12527
[REVIEW REQUEST] Tronsmart Celeron J1900...
Last Post: ioncube
Yesterday 01:49 PM
» Replies: 0
» Views: 71
[REQUEST] Sony Vaio VPCCB series (Rxxx0V...
Last Post: Marcos Berlin
Yesterday 01:41 PM
» Replies: 11
» Views: 1352
saving school motherboards from the land...
Last Post: kokodin
Yesterday 08:37 AM
» Replies: 2
» Views: 153
Change default BIOS settings
Last Post: dvavit
02-17-2025 02:52 PM
» Replies: 0
» Views: 144
[Request] Bios upgrade of an HP Elitedes...
Last Post: CZanoS
02-17-2025 06:57 AM
» Replies: 30
» Views: 1197
[REQUEST] Lenovo Thinkpad Edge E535 (HHE...
Last Post: q352220880
02-17-2025 04:34 AM
» Replies: 136
» Views: 47278
bios brick asrock fatal1ty h87 performan...
Last Post: ManuRiy
02-17-2025 03:38 AM
» Replies: 0
» Views: 145
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: coptered
02-17-2025 02:35 AM
» Replies: 65
» Views: 46339
Toshiba Satellite L40-13g (PSL40E): CPU ...
Last Post: Calazar
02-17-2025 01:02 AM
» Replies: 10
» Views: 632
[REQUEST] HP G62-b00 series (Intel) Whit...
Last Post: adarshs
02-16-2025 09:06 PM
» Replies: 55
» Views: 5503
BIOS Lock variable reverts to 0x1
Last Post: GZRattin
02-16-2025 04:08 PM
» Replies: 0
» Views: 174
[REQUEST] Acer Aspire 7250(G) BIOS Unloc...
Last Post: ilya3607
02-16-2025 01:18 PM
» Replies: 20
» Views: 9547
[REQUEST] ASUS X510URR BIOS Unlock
Last Post: Rieidi
02-16-2025 12:20 PM
» Replies: 2
» Views: 2088
[REQUEST] Lenovo l380 unlock advanced me...
Last Post: denisv7
02-16-2025 08:02 AM
» Replies: 2
» Views: 202
[REQUEST] Lenovo P14S AMD Gen 5 (r2let25...
Last Post: Dudu2002
02-16-2025 06:55 AM
» Replies: 3
» Views: 576

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