Re: Net-boot arm64 with nfsroot, Re: Create fai-cd for other architecture?

2023-01-27 Diskussionsfäden Steffen Grunewald
On Fri, 2023-01-27 at 14:01:08 +0100, Thomas Lange wrote: > Here are some code snippets I found for dhcpd.conf: > > >if substring(option vendor-class-identifier, 0, 20) = > "PXEClient:Arch:0" { > filename "fai/pxelinux.0"; >} >if substring(option vendor-class-identifier,

dracut fails for bookworm fai-make-nfsroot call

2023-01-27 Diskussionsfäden Waldemar Brodkorb
Hi FAI-Developers, I have a bullseye server and want to install a bookworm system. I configured /etc/fai accordingly to debootstrap bookworm. When using fai-make-nfsroot -v I get following error when dracut is used to create the initramfs: update-initramfs: deferring update (trigger activated) Pr

Re: Net-boot arm64 with nfsroot, Re: Create fai-cd for other architecture?

2023-01-27 Diskussionsfäden Thomas Lange
Here are some code snippets I found for dhcpd.conf: if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:0" { filename "fai/pxelinux.0"; } if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:7" { filename "fai/syslinux.efi";

Re: Net-boot arm64 with nfsroot, Re: Create fai-cd for other architecture?

2023-01-27 Diskussionsfäden Steffen Grunewald
On Thu, 2023-01-26 at 12:15:07 +0100, Thomas Lange wrote: > > On Thu, 26 Jan 2023 11:06:14 +0100, Steffen Grunewald > > said: > > > Which info do you need? Would the output of `ls -lR /boot` (on a booting > > machine) be sufficient, or even too much? Any selections from dpkg > o