Hello, I have used "Debian/hurd" on real x86 for 3 years and everything is ok. I wanted to move my system from hd0s2 to hd2s3. 1. I have created ext2 filesystem: mkfs.ext2 -I 128 -L hurd /dev/hd2s3 2. I have mounted my "new" rootfs as /mnt/hurd 3. I have copied my files to it: tar cvf - -C / . | tar xvf - -C /mnt/hurd 4. I have modified /etc/fstab and grub config (hd0s2 -> hd2s3).
After restart I see those messages: ............................................................................................................................. (...) start ext2fs: Hurd servr bootstrap: ext2fs[device:hd2s3] exec startup proc auth. /usr/libexec/console-run: /dev/console: Read-only file system /usr/libexec/runsystem: 118: Pipe call failed ............................................................................................................................. What did I do wrong? Both filesystems are equal now (I've checked it).