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

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 >

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

2023-01-26 Diskussionsfäden Thomas Lange
> 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 output? I'm not sure which infos I need. Maybe the pathes for grub. I

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

2023-01-26 Diskussionsfäden Steffen Grunewald
On Wed, 2023-01-25 at 14:41:25 +0100, Steffen Grunewald wrote: > On Wed, 2023-01-25 at 14:12:56 +0100, Thomas Lange wrote: > > > I'm happy for some hints how to support fai-cd on arm64, and maybe > > also cross-arch available. But I'm not sure if grub-mkstandalone can > > do cross-arch. Which

Re: Create fai-cd for other architecture?

2023-01-25 Diskussionsfäden Steffen Grunewald
On Wed, 2023-01-25 at 14:12:56 +0100, Thomas Lange wrote: > > On Wed, 25 Jan 2023 13:43:30 +0100, Steffen Grunewald > > said: > > > Cross-platform doesn't work since "grub-mkstandalone" would throw an > > "exec format error". > > Running "fai-cd" on arm64 doesn't work since

Re: Create fai-cd for other architecture?

2023-01-25 Diskussionsfäden Thomas Lange
> On Wed, 25 Jan 2023 13:43:30 +0100, Steffen Grunewald > said: > Cross-platform doesn't work since "grub-mkstandalone" would throw an > "exec format error". > Running "fai-cd" on arm64 doesn't work since it has x86_64 and i386 hardcoded. What about running a qemu

Re: Create fai-cd for other architecture?

2023-01-25 Diskussionsfäden Steffen Grunewald
On Wed, 2023-01-25 at 13:04:44 +0100, Steffen Grunewald wrote: > Hello, > > I've got an ARM64 server that doesn't do PXE properly, and (of course...) > I don't have a second ARM64 machine at hand to prepare a FAI CD. > The NFSROOT already exists. > Is it possible to run fai-cd on AMD64, with some

Create fai-cd for other architecture?

2023-01-25 Diskussionsfäden Steffen Grunewald
Hello, I've got an ARM64 server that doesn't do PXE properly, and (of course...) I don't have a second ARM64 machine at hand to prepare a FAI CD. The NFSROOT already exists. Is it possible to run fai-cd on AMD64, with some setup/config tricks, to create an ISO image that can be booted on the ARM