Curi0
Curi0
@cursemex thanks for finding this. i've added it to patches.txt
Not to my knowledge but it should be technically possible. You will first need to modify ReBarDxe to read an offset in the Setup variable which will be the easiest...
@NikolajSchlej Didn't know this existed thanks for sharing. Would have gone with this method instead of current NVRAM variable if I knew at the start And yes it's loaded very...
I'm not sure if it's possible to make it work if motherboard won't POST, because that method relies on the OS assigning the device itself. For the DSDT error you...
@skenizen how much ram is installed in your system ? It looks like 32 GB so it won't work because the firmware uses top to bottom allocation leaving no space...
@skenizen i just realized you have the 24GB Tesla M40 which uses a 32GB BAR. In that case you will need to use bottom to top allocation with less than...
@skenizen greyed out items are just those that were there before but aren't now. you can disable show hidden devices in view to remove them. you can use QEMU OVMF...
@skenizen any update ?
It's working on Linux Ivy Bridge LGA1155, see #77
@NoUserNameForYou Can you try this in grub-mod-setup_var 1. ```setup_var 0x3 0x0``` 2. Reboot 3. ```setup_var 0x3 0x1``` 4. Reboot and see if you have 4G decode working Make sure you're...