We are proud to announce a new port of Gentoo to GNU Hurd!
Our crack team has been working hard to port Gentoo to the Hurd and can now share that
they’ve succeeded, though it remains still in a heavily experimental stage.
You can try Gentoo GNU/Hurd using a pre-prepared disk image. The easiest way to do this is with QEMU:
$ wget https://distfiles.gentoo.org/experimental/x86/hurd/hurd-i686-preview.qcow2.sig
$ wget https://distfiles.gentoo.org/experimental/x86/hurd/hurd-i686-preview.qcow2
$ gpg --verify hurd-i686-preview.qcow2.sig hurd-i686-preview.qcow2
$ qemu-system-i386 -drive file=hurd-i686-preview.qcow2,format=qcow2 -m 2G -net user,hostfwd=tcp:127.0.0.1:2222-:2222 -net nic,model=ne2k_pci --enable-kvm -M q35
To log in, input login root, then use gnuhurdrox as the password. Upon logging in,
you can run ./setup-net.sh and /etc/init.d/sshd restart to get SSH. Connect
via ssh -p 2222 [email protected] on your host.