Hello, João, le dim. 29 déc. 2024 18:28:22 +0000, a ecrit: > Upon the first boot, before native-install, I'm getting: > > Hurd server bootstrap: ext2fs[part:1:device:hd0] exec startupFailed to > execute startup > ext2fs: Executing '/hurd/startup': No such file or directory
Please always provide all information when reporting something. The crosshurd build log is very important to know what ended up in the filesystem. Notably libc0.3 is apparently not marked as required any more, and thus not unpacked by crosshurd, so programs are deemed to fail. There were a few other issues, which I have now fixed in crosshurd version 1.7.62. I have also added a salsa CI. It now ends up on "Existing system found, exitting." because /proc is indeed already a directory, probably we want another test for checking whether native-install already got executed. There are probably more issues in the native-install script, but that should be much easier to debug now. Samuel