02-10-2013, 02:18 AM (This post was last modified: 02-10-2013, 02:22 AM by teddybear2.)
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.
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.
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.
Posts: 27
Threads: 3
Joined: Jan 2013
Reputation:
0
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.
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?????
Posts: 1
Threads: 0
Joined: Oct 2013
Reputation:
0