oddlama
oddlama
**TL;DR**: Adding `acpi=off` fixes the issue. Not yet sure why, will debug later. Neither `sandbox` nor `memory-backend` seem to be the issue. Using strace is impossible since it's not directly...
In case anyone is interested, what I could find in gdb is that the DSDT acpi table that is loaded from physical memory (i.e. provided by the hypervisor) is corrupt....
I didn't notice anything on this VM, but I'm not sure. It might affect ACPI shutdown and other host to guest signaling. Maybe issues when passing through physical devices. Generally...
Sure, I've made a small template project where the issue is reproduced here: https://github.com/oddlama/nrf-template I've included my current workaround below the `cargoArtifacts` definition. If you enter the devshell, you should...
> you can set it to /dev/disk/by-id/$my_id-part$x That's what I did yesterday to work around the issue for the time being, but I was hoping there would be a better...
> yeah I haven't figured out the limit yet, maybe its 64 characters? we could automatically hash them if they exceed the limit so you wouldn't have to override them...
In my first drafts I had very rudimentary disk visualization via disko, but ultimately removed it for now because visualizing the whole partition table wasn't super easy regarding rendering, and...
Nothing that could be reused I'm afraid, I never committed the draft into this repository. It really didn't do much apart from extracting disk names, so starting from scratch is...
No objection at all. Consolidating these is a great way to reduce the waste of space. I actually wouldn't create a new output for this, just change the default. I...
Of course, would be great to have!