2023-06-06 13:06 GMT+02:00, Samuel Thibault <[email protected]>: > Marcin Laszewski, le mar. 06 juin 2023 12:56:43 +0200, a ecrit: >> (...) >> .................................................................. >> multiboot /boot/gnumach.gz .... init=/bin/sh root=.... >> .................................................................................. >> (...) > Error messages, yes, but don't you also get a shell prompt?
No. No shell prompt. >> $ mount /dev/hd2s3 /mnt/hurd >> $ chroot /mnt/hurd >> $ fsysopts / --writable >> $ dpkg-reconfigure hurd > > That's an option, yes. Unfortunately it doesn't work. .................... # chroot /mnt/hurd # dpkg-reconfigure hurd [?2004l Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Debconf/FrontEnd/ScreenSize.pm line 33. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Debconf/FrontEnd/ScreenSize.pm line 48. readline() on closed filehandle QUERY at /usr/sbin/dpkg-reconfigure line 187. Use of uninitialized value $_ in pattern match (m//) at /usr/sbin/dpkg-reconfigure line 76. Use of uninitialized value $_ in pattern match (m//) at /usr/sbin/dpkg-reconfigure line 77. Use of uninitialized value $_ in pattern match (m//) at /usr/sbin/dpkg-reconfigure line 78. Use of uninitialized value $_ in pattern match (m//) at /usr/sbin/dpkg-reconfigure line 79. /usr/sbin/dpkg-reconfigure: hurd is not installed .................... It seems, that dpkg doesn't work in 'chroot' at all: ................................................................................. # dpkg -l bash: pipe error: (ipc/mig) bad request message ID .................................................................................

