On Wed, 2023-05-17 at 20:24 +0200, Janneke Nieuwenhuizen wrote: > Hi! > > With this newly patched glibc > > https://gitlab.com/janneke/guix/-/tree/wip-hurd12 > > rumpdisk still crashes, but the good news (I guess) is that it seems to > get somewhat further, or at least it crashes differently. Here are the > last 24 (WTF, 1980 wants their screensize back!?) lines (I don't know > how to get the full log from QEMU):
I use for hurdX (hurd-cross): qemu-system-x86_64 -chardev stdio,id=char0,logfile=serial.log,signal=off -serial chardev:char0 -m 2048 -enable-kvm -drive file=hurd-cross-serial.img And added to /boot/grub/grub.cfg: set serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 set terminal_input serial set terminal_output serial set timeout=5