JamesAmiTw/ru-uefi

16 vit valor

Opened this issue · 4 comments

Hi James! Thanks for your tool, it's awesome! For my hackintosh is the best! xD
However, I have a problem with an option on my bios that requires a 16 bit value... here the pic: 16 Bit Value
is there a way to change it from the default 0x0 (auto option)?

@Vorshim92 That looks like a variable and you need to find the name and change it. However it could be protected that RU can't modify it at all.

@Vorshim92 That looks like a variable and you need to find the name and change it. However it could be protected that RU can't modify it at all.

hi again! sorry for the insistence, maybe I explained badly. I post you another photo of ru.efi of the value that I need to change. It's not a problem of bios protected, maybe it's protected but it's not that the problem. This is the pic: RU IMAGE
on SaSetup I need to change the value 0x00 of 0x132 OffSet to try the 3200MHz setting of the ram with XMP profile set on 1... but the value is 16bit valor = 0xC80... Can I change it from 0x0 to 0xC80 with ru.efi? thanks in advance! :)

@Vorshim92 You can press F7 for 16-bit access.
Or you can type 80 on offset 0x132, then 0c on offset 0x133. Then CTRL-W to write the variable.

@Vorshim92 You can press F7 for 16-bit access.

Or you can type 80 on offset 0x132, then 0c on offset 0x133. Then CTRL-W to write the variable.

Ok! Thanks a lot ! I will try It as soon as possible ;)