Hello Björn, Björn Höfling skribis: > On Mon, 22 Jul 2019 12:25:12 +0200 > Ludovic Courtès wrote: > >> Hello! >> >> Björn Höfling skribis: > >> > What I haven't done yet: >> > >> > 1. Use only "cirrus" >> > 2. Use only "cirrusfb" >> > 3. Try it out on my VPS. >> >> Please let us know when you have feedback on these so we can add just >> the module that makes sense. > > > I tried all three combinations and all work with qemu: > > 1. (initrd-modules (append (list "cirrus" "cirrusfb") > 2. (initrd-modules (append (list "cirrusfb") > 3. (initrd-modules (append (list "cirrus") > > I tried the version with "cirrus" on my VPS and it worked there too. Cool, thanks for testing. One easy thing we can do is to arrange so that ‘guix system vm{,-image}’ always include this module in the initrd. I believe that would address your use case, right? Patch below. Thanks, Ludo’.