#x27;t
> reveal its magic knobs to do so.
You can download an UEFI shell online and use it to boot on a USB
thumbstick or something.
https://github.com/tianocore/edk2/tree/UDK2018/ShellBinPkg/UefiShell
I've used that in the past to update multiple IBM M1215 and a 9400-8i8e.
--
Mathieu
tps://hackmd.io/HhYlbsDJTpCWHSwlrwrY_w
FYI I created a new revision to have that patch merged (and there's a better
version of
it there):
https://reviews.freebsd.org/D29531
Honestly the kvmclock patch is a game changer but I look forward to
hearing your feedback.
--
Mathieu Chouquet-S
Clearly my machine is not busy at all.
And the second is the output of pretty much the same thing except I'm
only capturing pid 31 which is the one busy.
dtrace -x stackframes=100 -n 'profile-99 /arg0 && pid == 31/ { @[stack()] =
count(); } tick-60s { exit(0);