Re: Boot-looping or hanging Debian 11 FAI UEFI PXE
Hi Nicolas, I can reproduce your reboot loop! The problem is a bug in the fai-make-nfsroot script from FAI 6.2.2 which prevent the nfsroot root to build correctly. The easiest way is to have FAI 6.2.2. installed on the host and use the fai-make-nfsroot from FAI 6.0 https://raw.githubusercontent.com/faiproject/fai/6.0/bin/fai-make-nfsroot Then make sure sysvinit-core systemd-sysv- IS included in /etc/fai/NFSROOT and recreate the nfsroot. That worked for me booting FAI with bullseye. Inside the nfsroot you will have FAI 5.10.3. -- regards Thomas
Re: Boot-looping or hanging Debian 11 FAI UEFI PXE
> On Wed, 8 May 2024 14:02:13 +0200, Thomas Lange > said: > The problem is a bug in the fai-make-nfsroot script from FAI 6.2.2 > which prevent the nfsroot root to build correctly. It's not just a bug in the new version of fai-make-nfsroot, but the new version cannot build a nfsroot without systemd any more. So, if you need an old nfsroot (bullseye) without system, use the fai-make-nfsroot script from FAI 6.0, not the version from 6.2+ -- regards Thomas