>>>>> On Mon, 18 May 2020 12:10:43 +0000, Frank Morawietz >>>>> <frank.morawi...@merckgroup.com> said:
>> > I am currently installing a brand new FAI server on Debian >> > buster (10.4) with FAI 5.9.4 from the Debian repos. Are you sure, you are using fai 5.9.4 on your fai server, where you call fai-make-fnsroot? What's the output of this command? $ dpkg -l |grep fai- fai-make-nfsroot should also install the package dracut-live which is not done in your logs. The only reason I know so far is not using FAI 5.9.4. Inside fai-make-fnsroot we call these commands to check if the two new dracut packages are available. $ROOTCMD apt show dracut-live dracut-squash >/dev/null 2>/dev/null if [ $? -eq 0 ]; then pkgs+=" dracut-live dracut-squash" fi -- regards Thomas