flavioc/cross-hurd

Boot stuck at Loading Hurd...

oaken-source opened this issue · 2 comments

I've followed the instructions in the README, but the boot appears to be stuck. grub comes up, and Mach starts, but then it remains on the following output:

  Booting `GNU'      
                     
Loading GNU Mach     
Loading the Hurd ... 

Any Idea what I could try to debug this?

z3ntu commented

On my build this line is hanging during the first boot

/bin/bash /sbin/MAKEDEV console std hd0s1 tty1 tty2 tty3 tty4 tty5 tty6

If you add a -v after MAKEDEV then you see that it hangs at settrans -g -c null (part of the std group of translators that the script is setting up)
@flavioc Can you try and see if it works for you on the latest sources?

z3ntu commented

Made a working build now :)

image

I did upgrade some dependencies and pinned glibc to the latest stable, maybe that fixed it.