Hi, On Tue, May 16, 2023 at 11:58 AM Janneke Nieuwenhuizen <jann...@gnu.org> wrote: > Sadly when actually using them booting hangs: > > start: pci.arbiter: > > So, yeah. To be continued.
Not that I know anything about any of this, but: * why are you passing --store-type=typed to pci-arbiter? (Bad copy-paste from ext2fs options?) AFAICS pci-arbiter does not accept that option and does not even link to libstore. (it is probably trying to report the error to you, but at that point it has not yet opened the Mach console device) * you have to link everything prior to and including ext2fs statically, i.e. the exec server can be the first dynamically-linked bootstrap task * you probably need acpi in there too, before rumpdisk? Hope this helps :) Sergey