ACER升级BIOS.doc
文本预览下载声明
ACER Aspire 4935G升级 BIOS (ADD SLIC)
最近acer官方网站已有最新的bios for 4935 ,分别是1.04 and 1.06 ,具体改进内容现不得而知,挑灯夜战,实战update bios ,并且加入SLIC以便今后系统升级直接OEM激活。
话不多说,进入正题,首先我们需要用到的工具有everest、官网bios、InsydeFlash、DMI,当然去acer官网下载正确的bios是第一步,文件名为BIOS_Acer_1.06_A_A.zip,点此下载,将其解压,得到KAL90106.EXE这个文件,该文件可以直接双击,用来升级bios的版本,可以成功但无法添加SLIC,那我们需将KAL90106.EXE改为.rar的文件,再次解压之后,找到KAL90X64.fd ,这个才是我们真正需要的文件,第二次解压后,文件夹里应该还有InsydeFlash.exe程序,并且我们需要修改platform.ini文件,请将之后的代码粘贴至platform.ini文本内,保存。
;The file is Insydeflash utility configuration file
[Version]Version=00;Insydeflash utility will display the value at top
[FDFile]FileName=KAL90X64.fdBackupName=OldBios.fd
;FileName??? - Utility always load this file.;BackupName - Utility will backup current BIOS to the file.
[UpdateBlock]PatchFv=0FileName=intel.fvFileOffset=0FlashSize=0PhysicalAddress=FFF00000FvID=945PL-AIDErrorAction=1
;If user set PatchFv to 1, utility will go update mode.;If user only need to update some blocks in file, please enter file offset and size;in here. If flash size is 0, utility will update all binary in file.;If flag in Platform_Check section is 1, utility will compare FvID with current;platform ID. When ID comparison failed, user choose result by IDErrorAction.;1 mean show error message box, 2 mean close utility and reboot/shutdown.
[Platform_Check]flag=0PlatformName=30F7PlatformName2=BBPlatformName3=PlatformName4=PlatformName5=PlatformName6=PlatformName7=PlatformName8=PlatformName9=;This flag is the switch of comparing bios project ID with ROM file project ID.;When flag is 1, utility will check project ID.If ID doesnt match, utility will ;close the application. When flag is 0, utility wont check project id.;When flag is 2, utility will check 9 platform IDs. If one is match, it will go flash.;PlatformName - If ROM file do not contain correct ID, user can define ID in this file.
[AC_Adapter]flag=1BatteryCheck=0BatteryBound=20;This flag is the switch of checking AC. When flag is 1, utility will che
显示全部