JamesAmiTw / ru-uefi

No source code here, this is just where I store the RU.EFI and RU.EXE binary files. They are all encrypted, please find password on my blog page.
http://ruexe.blogspot.tw/
237 stars 40 forks source link

16 vit valor #5

Open Vorshim92 opened 3 years ago

Vorshim92 commented 3 years ago

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)?

JamesAmiTw commented 3 years ago

@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 commented 3 years ago

@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! :)

JamesAmiTw commented 3 years ago

@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 commented 3 years ago

@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 ;)