Hello Samuel, On Sun, Apr 06, 2025 at 06:41:39PM +0200, Samuel Thibault wrote: > João, le sam. 05 avril 2025 18:20:24 +0200, a ecrit: > > During package configuration some packages fail, which I assumed was > > related to the state of unstable, or some issue resolving dependencies? > > I don't know, I'd need to see the logs.
The failure I got was the same as the one you are seeing in salsa tests https://salsa.debian.org/hurd-team/crosshurd/-/jobs/7386073 With the following patch I get native-install to finish and get to a login console of the installed system. The patch instals packages with priority important after those with priority required, and before everything else. This seems a bit arbitrary, but I suppose there is no way to tell dpkg (or apt?) a good order to install packages. The fstab tab that was being produced was messed up, maybe because fsysopts output has changed. The patch works for me, but again it seems a bit fragile. Also in the patch a change in the apt options to suppress a warning due to force-yes option. And sysvinit-core needs to be explicitly installed. At the end of all this I cannot login because I have never set any users or passwords :D Is there a default root password? Best regards, João