Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] ThinkPad E15 Gen 2 - BIOS Upda...
Last Post: Ronin314Clear
Today 06:19 PM
» Replies: 0
» Views: 14
[REQUEST] Asus Zenbook (UM535QE) Bios M...
Last Post: Bravo6
Today 03:41 AM
» Replies: 0
» Views: 194
OptiPlex 360 380 760 780 960 Xeon LGA 77...
Last Post: LoFabio
Today 03:38 AM
» Replies: 265
» Views: 330620
[REQUEST] Asus G614JV BIOS Unlock
Last Post: Mrgraysky
Today 01:02 AM
» Replies: 0
» Views: 128
[REQUEST] HP Compaq nx6120 WiFi Whitelis...
Last Post: Maxinator500
Yesterday 09:24 PM
» Replies: 1
» Views: 203
[REQUEST] Acer Nitro 5 AN517-52 BIOS Unl...
Last Post: Dudu2002
Yesterday 03:50 AM
» Replies: 24
» Views: 10541
[REQUEST] Acer Nitro ANV15-51 BIOS Unloc...
Last Post: Dudu2002
Yesterday 01:14 AM
» Replies: 3
» Views: 197
[REQUEST] Lenovo Yoga S940-14IIL (BQCNxx...
Last Post: Dudu2002
07-15-2025 03:09 AM
» Replies: 1
» Views: 371
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: helrobsil
07-14-2025 09:10 PM
» Replies: 217
» Views: 112455
[REQUEST] Lenovo Ideapad S510p (89CNxxWW...
Last Post: Dudu2002
07-14-2025 12:04 PM
» Replies: 181
» Views: 92053
[REQUEST] GA-8I865GME-775-RH (rev. 3.9) ...
Last Post: DeathBringer
07-14-2025 01:48 AM
» Replies: 3
» Views: 633
i7 2860QM how to raise power limit?
Last Post: DeathBringer
07-13-2025 07:43 AM
» Replies: 12
» Views: 892
[REQUEST] Dell Wyse 3040: CSM enable for...
Last Post: mm400
07-13-2025 05:58 AM
» Replies: 1
» Views: 811
[REQUEST] Acer TravelMate 5760(G,Z) BIOS...
Last Post: quibic
07-12-2025 01:03 AM
» Replies: 49
» Views: 26887
Asus P8Z77-M RT-d Unlock
Last Post: cbaldwin1
07-11-2025 04:21 PM
» Replies: 0
» Views: 561
[REQUEST] Lenovo Yoga 530-14ARR (8MCNxxW...
Last Post: Dudu2002
07-11-2025 02:04 PM
» Replies: 4
» Views: 3267
[REQUEST] Gigabyte GA-X99P-SLI BIOS with...
Last Post: DKisCRUSHIN
07-11-2025 09:50 AM
» Replies: 0
» Views: 579
Acer Aspire 5920G - Requesting Modded BI...
Last Post: EbrahimSiami
07-10-2025 02:56 PM
» Replies: 1
» Views: 535
Acer A517-51G-58S5 - Complete BIOS image...
Last Post: Humboldt
07-10-2025 01:07 PM
» Replies: 2
» Views: 643
Lenovo Yoga Pro 7 14ASP9 Bios Unlock
Last Post: Dudu2002
07-10-2025 03:02 AM
» Replies: 3
» Views: 661

[REQUEST] Medion Akoya E1318T BIOS Unlock
#11
(02-07-2023, 02:26 PM)mikrostart Wrote: - unlockung this option in the Bios is unknown procedure for me :) Can you point what do I need to do it? PM me if you would like not to write in this topic.
It's too difficult for me to give an explanation of how you can DIY from scratch. I'm sorry.

(02-07-2023, 02:26 PM)mikrostart Wrote: - for enabling  MSR 0xC0010114 [C001_0114] to 0, can I use the msr module in Linux (live CD for now is my best option) with the rdmsr command?
I think you can.

On top of it, there is a "kd.exe" debugging tool for Windows capable of wrmsr, that comes with Win10 SDK package. Which would be kind of bloatware if you install it only for the "kd.exe", so msr module in Linux is better choice.
find
quote
#12
Photo 
(02-07-2023, 03:16 PM)Maxinator500 Wrote:
(02-07-2023, 02:26 PM)mikrostart Wrote: - unlockung this option in the Bios is unknown procedure for me Smile Can you point what do I need to do it? PM me if you would like not to write in this topic.
It's too difficult for me to give an explanation of how you can DIY from scratch. I'm sorry.

(02-07-2023, 02:26 PM)mikrostart Wrote: - for enabling  MSR 0xC0010114 [C001_0114] to 0, can I use the msr module in Linux (live CD for now is my best option) with the rdmsr command?
I think you can.

On top of it, there is a "kd.exe" debugging tool for Windows capable of wrmsr, that comes with Win10 SDK package. Which would be kind of bloatware if you install it only for the "kd.exe", so msr module in Linux is better choice.

How about this: 
   

Have you tested before? 

Are you awared what values shoul I put in? I'm downloading the AMD docs, which should state this.
find
quote
#13
(02-07-2023, 05:28 PM)mikrostart Wrote: Have you tested before? 
Never before.

(02-07-2023, 05:28 PM)mikrostart Wrote: Are you awared what values shoul I put in?
Try 0x00000008 in EAX.
Technically 0x8 is "00001000", while 0x18 is "00011000", where the 4th bit is set and it locks the VT capabilities. As far as I understood from this page.
Good luck.
find
quote
#14
Under Windows it did not worked.

Tried with Kali to manage the setup module of the bios from this tutorial :

http://wiki.gentoo.org/wiki/Medion_Akoya_E1318T 

but an invalid argument is showing, which one should be?

I've tried with a different block sizes but same occurs, in some moment there is a different error "input output error" and the module just disappears from efivars until reboot.

[Image: ppmK1m4.jpg]
find
quote
#15
(02-18-2023, 09:38 AM)mikrostart Wrote: but an invalid argument is showing, which one should be?
Don't know. Probably there was some change to one or more names of arguments through updates. We need to find out the actual ones.

Is this device capable of EFI boot? I'm thinking if using GRUB is an option.
find
quote
#16
(02-18-2023, 01:40 PM)Maxinator500 Wrote:
(02-18-2023, 09:38 AM)mikrostart Wrote: but an invalid argument is showing, which one should be?
Don't know. Probably there was some change to one or more names of arguments through updates. We need to find out the actual ones.

Is this device capable of EFI boot? I'm thinking if using GRUB is an option.

I think its EFI capable, actually the kali installation is booting with grub.

I'm mounting the efivars partition as writable, also I'm using the chattr command to make the bios module immutable so to be able to modify it.

Not sure if there is some bios write protection, also not know for other method to modify this bios module.

It is a simple file, but should be modified with hex offset.

From your link I reached this tool, have you used it before?
http://ruexe.blogspot.com/2020/05/tutori...tring.html

BTW, tested with msr-tools, after rdmsr the value of the svm register is 18 in dec, every attempt to make it 8 in dec, or 0x8 in hex are failing.
The wrmsr command is accepted with no errors, but again the register remains 18 /meaning the flag for amd v is not enabled/.
even if I succeed with msr tools, I doubt the register condition will persist after reboot.
EDIT: ru.efi app was very promising, but no matter what I try the values for the setup module reverts back to default even before reboot. I used ru.efi with booting from a flash drive with efi shell, so host os limitations should be excluded. I'm thinking that may be the BIOS is write protected?
find
quote
#17
(02-18-2023, 04:57 PM)mikrostart Wrote: even if I succeed with msr tools, I doubt the register condition will persist after reboot.
It's true.

(02-18-2023, 04:57 PM)mikrostart Wrote: From your link I reached this tool, have you used it before?
http://ruexe.blogspot.com/2020/05/tutori...tring.html
Not many times, but I used it.

And it looks like the BIOS variables are write-protected.
But that should not matter for Insyde's official config utilities.
Please, try H20UVE 100.00.16.08. It should be capable either of dumping and writing setup storage values. Use console mode to see available commands. Batch file for dumping is included in the archive downloadable.
find
quote
#18
I managed to find a GUI version of H2OUVE and it did rewrie the value in setup in offset 0xf2, but Windows task manager is still claiming the SVM is forbidden/disabled. 
Maybe I'm missing now the correct value, in the Gentoo tutorial it says at: 
000000f0 01 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00  

should change to 

000000f0 01 00 01 00 00 00 00 00 00 00 00 00 00 01 00 00  

Is this the same: 

   
find
quote
#19
(02-19-2023, 03:49 AM)mikrostart Wrote: Windows task manager is still claiming the SVM is forbidden/disabled.
Are you sure the offset F2 value is 01 now? If not, check it using RU.EFI.
find
quote
#20
(02-19-2023, 05:02 AM)Maxinator500 Wrote:
(02-19-2023, 03:49 AM)mikrostart Wrote: Windows task manager is still claiming the SVM is forbidden/disabled.
Are you sure the offset F2 value is 01 now? If not, check it using RU.EFI.



No, the value is still 00, what ever I try with he H2OUVE utility it stays this way.
Now focused back to the Setup module with a Gentoo live CD, but it is not doing anything, probably wrong syntax. :

   

Found also this blog of Donovan6000 but the method is quite beyond my modding skills:

https://web.archive.org/web/201410162013...tings.html
find
quote


Forum Jump:


Users browsing this thread: 4 Guest(s)