Chuck R

Results 14 comments of Chuck R

This works great for me! I'm so glad I came across this driver when I did, this was a very welcome addition to the inertial scrolling, it feels way more...

See: https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.OneDrive::PreventOnedriveFileSync

So, the issue lies in processCommandLineArgs() in scalpel_exec.cpp. Specifically, getopt() returns 255 instead of -1 as it does on x86 systems because of the fact that the toolchain defaults to...

Seems like it.

Is the image you are trying to boot Secure Boot compatible? Many machines with Secure Boot enabled will simply not show boot options that aren't Secure Boot-compatible. Turning off Secure...

I found another image that has a similar problem, maybe. The image is the Steam Deck recovery image located [here](https://help.steampowered.com/en/faqs/view/1B71-EDF2-EB6D-2BB3). I was trying to use the PiKVM to recover my...

I did a little testing with KVM, looks like I get a similar issue on the Q35/TianoCore combination. At first, I thought KVM was acting as expected when I had...

Yeah, so Plymouth is hiding any logs I think. I'm working on repacking the initramfs to get log messages. It turns out that the kernel *is* booting, since if you...

OK, so I got a boot log finally, though I actually figured out the issue before I got to that point: the SteamOS recovery image needs to be read-write, rather...

Damn, thanks Max! I was actually working on implementing this myself for a pull request. I got the switch added to the UI, but there are a lot of interconnected...