Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Hiva2023
Yesterday 01:15 PM
» Replies: 1185
» Views: 291591
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: CyberBonk
Yesterday 12:45 PM
» Replies: 58
» Views: 17653
HP EliteDesk 705 G5 SFF: CPU Upgrade
Last Post: clogscancer
Yesterday 03:10 AM
» Replies: 3
» Views: 521
[REQUEST] Acer Aspire 5738(G,Z): CPU Upg...
Last Post: lollo90
06-13-2024 05:26 PM
» Replies: 45
» Views: 29495
[REQUEST] Sony VAIO SVE-151 & SVE-171 (R...
Last Post: noodlexd
06-13-2024 08:33 AM
» Replies: 0
» Views: 140
[REQUEST] Lenovo ThinkPad T450(s) (JBETx...
Last Post: portapane
06-13-2024 08:28 AM
» Replies: 135
» Views: 74297
[REQUEST] Acer Aspire 4738(G,Z) BIOS Unl...
Last Post: arisprast1
06-13-2024 01:28 AM
» Replies: 62
» Views: 17268
Acer Aspire 7750G: Ivy Bridge support
Last Post: DeathBringer
06-13-2024 12:23 AM
» Replies: 3
» Views: 335
[REQUEST] Sony VAIO SVE-151 & SVE-171 (R...
Last Post: noodlexd
06-12-2024 06:51 PM
» Replies: 42
» Views: 36188
[REQUEST] IGEL M320C Thin Client
Last Post: Trixxtar
06-12-2024 10:33 AM
» Replies: 1
» Views: 1060
[REQUEST] Acer Nitro 5 AN517-52 BIOS Unl...
Last Post: MATI1XD
06-11-2024 06:36 AM
» Replies: 17
» Views: 3811
MB (A55M-E33 FM2+)
Last Post: TamoNeki
06-10-2024 03:28 PM
» Replies: 15
» Views: 775
Lenovo Ideapad flex 4 14IAU7 missing UUI...
Last Post: balli4u
06-10-2024 01:10 PM
» Replies: 0
» Views: 216
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: Dudu2002
06-10-2024 08:34 AM
» Replies: 15
» Views: 7274
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
06-10-2024 06:47 AM
» Replies: 875
» Views: 310230
HELP Unbrick ASUS N550JV
Last Post: halfchemistry
06-10-2024 05:37 AM
» Replies: 9
» Views: 11871
Asus Strix G512LV Bios Unlock
Last Post: loic2907
06-10-2024 04:12 AM
» Replies: 58
» Views: 16959
[Request] HP X99 CPU Support
Last Post: DeathBringer
06-09-2024 01:01 PM
» Replies: 3
» Views: 373
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
06-09-2024 03:50 AM
» Replies: 469
» Views: 144878
[REQUEST] Lenovo ThinkCentre M715q 2nd G...
Last Post: Arcaderix
06-09-2024 02:11 AM
» Replies: 18
» Views: 2212

[REQUEST] Acer Aspire E5-553(G) BIOS Unlock
(08-13-2017, 11:42 PM)saikatpaik Wrote:
(05-07-2017, 10:15 AM)mclarke2355 Wrote: Hi,
the flashing of the modded BIOS might not work because the recovery checks the signature of the BIOS file.

However, you might be able to enable AMD-V using this method (needs to be adapted): http://www.geektech.co.nz/how-to-unlock-...enovo-y700
This method requires Windows as a system as the necessary tool is only available for Windows.

First, you will need the tool: https://drive.google.com/file/d/0B4NHIBM...RtQXM/view
Extract the archive and go to the folder with the extracted files.
Then, you need to open an administrative command prompt in that folder (google it if you don't know how).
Execute the command from step 1 of the linked guide in that command prompt (H2OUVE.exe -gv vars.txt).
After that, you'll have the file "vars.txt" in that folder.
You need to upload this file, so that I can make the change.

For reference, here's the EFI-table with available settings for this notebook: https://drive.google.com/open?id=0B4NHIB...WI4LW14bE0
And here's the setting that needs to be changed:
0x1C40B             Setting: SVM support, Variable: 0xEE {05 91 54 02 55 02 54 00 34 12 EE 00 00 10 00 01 00}
0x1C41C                 Option: Disabled, Value: 0x0 (default) {09 07 27 00 10 00 00}
0x1C423                 Option: Enabled, Value: 0x1 {09 07 28 00 00 00 01}

Hi,

My laptop is Acer E5 - 553 T4PT. I want to enable amd- Virtualization. I have attached and also uploaded the vars.txt file in my google drive. Please help me to enable virtualization. 
Link  -   https://drive.google.com/file/d/0B8u_kD8...sp=sharing
Thanks.
Hi,
 here's your modded vars-file with AMD-V enabled: https://www.sendspace.com/file/38gfjh
 You need to put the vars_mod_saikatpaik.txt  file in the folder with the H2OUVE.exe file and execute the following command in an administrative   command prompt in that folder:
 H2OUVE.exe -sv vars_mod_saikatpaik.txt
 H2OUVE will update the NVRAM area of the BIOS and after a reboot the new setting should be active.
 This method will only enable AMD-V and not mess with any of the other settings of your BIOS.
 In case you want to revert to default, you can go back to default with the following command:
 H2OUVE.exe -sv vars.txt
 Using the reset to defaults option in the BIOS would work, too.
find
quote
(08-14-2017, 02:43 AM)feluchi Wrote:
(08-13-2017, 11:42 PM)saikatpaik Wrote:
(05-07-2017, 10:15 AM)mclarke2355 Wrote: Hi,
the flashing of the modded BIOS might not work because the recovery checks the signature of the BIOS file.

However, you might be able to enable AMD-V using this method (needs to be adapted): http://www.geektech.co.nz/how-to-unlock-...enovo-y700
This method requires Windows as a system as the necessary tool is only available for Windows.

First, you will need the tool: https://drive.google.com/file/d/0B4NHIBM...RtQXM/view
Extract the archive and go to the folder with the extracted files.
Then, you need to open an administrative command prompt in that folder (google it if you don't know how).
Execute the command from step 1 of the linked guide in that command prompt (H2OUVE.exe -gv vars.txt).
After that, you'll have the file "vars.txt" in that folder.
You need to upload this file, so that I can make the change.

For reference, here's the EFI-table with available settings for this notebook: https://drive.google.com/open?id=0B4NHIB...WI4LW14bE0
And here's the setting that needs to be changed:
0x1C40B             Setting: SVM support, Variable: 0xEE {05 91 54 02 55 02 54 00 34 12 EE 00 00 10 00 01 00}
0x1C41C                 Option: Disabled, Value: 0x0 (default) {09 07 27 00 10 00 00}
0x1C423                 Option: Enabled, Value: 0x1 {09 07 28 00 00 00 01}

Hi,

My laptop is Acer E5 - 553 T4PT. I want to enable amd- Virtualization. I have attached and also uploaded the vars.txt file in my google drive. Please help me to enable virtualization. 
Link  -   https://drive.google.com/file/d/0B8u_kD8...sp=sharing
Thanks.
Hi,
 here's your modded vars-file with AMD-V enabled: https://www.sendspace.com/file/38gfjh
 You need to put the vars_mod_saikatpaik.txt  file in the folder with the H2OUVE.exe file and execute the following command in an administrative   command prompt in that folder:
 H2OUVE.exe -sv vars_mod_saikatpaik.txt
 H2OUVE will update the NVRAM area of the BIOS and after a reboot the new setting should be active.
 This method will only enable AMD-V and not mess with any of the other settings of your BIOS.
 In case you want to revert to default, you can go back to default with the following command:
 H2OUVE.exe -sv vars.txt
 Using the reset to defaults option in the BIOS would work, too.

Thank you very much. Now, I can able to user Virtual-box as well android emulator.
find
quote
(05-07-2017, 10:15 AM)mclarke2355 Wrote: Hi,
the flashing of the modded BIOS might not work because the recovery checks the signature of the BIOS file.

However, you might be able to enable AMD-V using this method (needs to be adapted): http://www.geektech.co.nz/how-to-unlock-...enovo-y700
This method requires Windows as a system as the necessary tool is only available for Windows.

First, you will need the tool: https://drive.google.com/file/d/0B4NHIBM...RtQXM/view
Extract the archive and go to the folder with the extracted files.
Then, you need to open an administrative command prompt in that folder (google it if you don't know how).
Execute the command from step 1 of the linked guide in that command prompt (H2OUVE.exe -gv vars.txt).
After that, you'll have the file "vars.txt" in that folder.
You need to upload this file, so that I can make the change.

For reference, here's the EFI-table with available settings for this notebook: https://drive.google.com/open?id=0B4NHIB...WI4LW14bE0
And here's the setting that needs to be changed:
0x1C40B             Setting: SVM support, Variable: 0xEE {05 91 54 02 55 02 54 00 34 12 EE 00 00 10 00 01 00}
0x1C41C                 Option: Disabled, Value: 0x0 (default) {09 07 27 00 10 00 00}
0x1C423                 Option: Enabled, Value: 0x1 {09 07 28 00 00 00 01}

Hi mine is from an E5-553G-1986 hope you can help me out thanks. i just updated to the latest bios version


Attached Files
.txt   vars.txt (Size: 108.51 KB / Downloads: 2)
find
quote
Okay i have figured out how to edit the bios to enable AMD-V and it works fine but i do have a problem my laptop comes out of sleep mode but the screen does not i have to do a hard power off and back on to get the screen back. anyone have this problem or know how to fix it?
find
quote
Hi mclarke2355.
Here my file. My laptop is Acer E5-553G-T03K need to AMD-V enable. please
https://drive.google.com/file/d/0B99q5tV...sp=sharing

Thank You.
find
quote
(08-17-2017, 09:31 AM)winzeny Wrote: Hi mclarke2355.
Here my file. My laptop is Acer E5-553G-T03K need to AMD-V enable. please
https://drive.google.com/file/d/0B99q5tV...sp=sharing

Thank You.
Hi,
 here's your modded vars-file with AMD-V enabled:  https://www.sendspace.com/file/v9j26p
 You need to put the vars_mod_winzeny.txt  file in the folder with the H2OUVE.exe file and execute the following command in an administrative command prompt in that folder:
 H2OUVE.exe -sv vars_mod_winzeny.txt
 H2OUVE will update the NVRAM area of the BIOS and after a reboot the new setting should be active.
 This will only enable AMD-V and not mess with any of the other settings of your BIOS.
 In case you want to revert to default, you can go back to default with the following command:
 H2OUVE.exe -sv vars.txt
 Using the reset to defaults option in the BIOS would work, too.
find
quote
Hi mclarke2355.
I need help !
Here my file. My laptop is Acer E5-553G-F1J2 need to AMD-V enable. please
https://drive.google.com/file/d/0BwQV6_H...sp=sharing

Thank you.
find
quote
(08-23-2017, 08:39 PM)bugporza Wrote: Hi mclarke2355.
I need help !
Here my file. My laptop is Acer E5-553G-F1J2 need to AMD-V enable. please
https://drive.google.com/file/d/0BwQV6_H...sp=sharing

Thank you.

Please help me
find
quote
HI.....I HAVE ACER ASPIRE E5-553 T4PT LAPTOP WITH AMD-V DISABLED IN MY BIOS.
I AM UPLOADING MY VARS.TXT FILE.....COULD YOU PLEASE MODIFY IT AND ENABLE AMD-V FOR IT?
BIOS VERSION 1.19....I FORGOT TO TELL THIS VERSION OF THE BIOS SUPPORTS SPI FLASH,HOWEVER I DON'T KNOW WHAT DOES IT MEAN Smile
https://drive.google.com/open?id=0B3-0Mo...khZUGp1cDA
THANKING YOU,
RATAN
find
quote
Hey I need help with Enable VT!
Acer Aspire E5-553G-T03K


Attached Files
.txt   vars.txt (Size: 113.01 KB / Downloads: 1)
find
quote


Forum Jump:


Users browsing this thread: 14 Guest(s)