Re: About Cannot find grub.cfg [ missing dash ("-") in update-grub ]

2021-03-18 Diskussionsfäden Jens Abromeit
Hello Nilesh, you wrote on the 16th of march 2021 um 16:46: > chroot: failed to run command 'update grub': no such file or directory > error=127 > exit 127 It seems, that in your configuration the dash ("-") has to be added in the grub command: update-grub Please add the the requested

Re: FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Thomas Lange
> On Thu, 18 Mar 2021 18:44:25 +0100, Steffen Grunewald > said: > BTW, I'm using systemd's link configuration (systemd.link (5)) to rename the > interfaces to eth0, eth1, ... - and am still wondering how FAI manages to > get eth devices, not enp (etc.) ones... FAI does not

Re: FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Steffen Grunewald
On Thu, 2021-03-18 at 18:12:56 +0100, Thomas Lange wrote: > FAI 5.10.1 includes some change in get-boot-info > which may fix your problems. Instead of using all interfaces that are > up, boot.log should only contain the parameters of your first NIC. > > > Is this a known problem? How can I

Re: FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Justin Cattle
BTW - I would also add that I had to achieve a similar config for grub recently, not syslinux, as I was looking at Secure Boot. An equivalent for that is adding this to the linux command line: BOOTIF=$net_default_mac Cheers, Just On Thu, 18 Mar 2021 at 17:13, Thomas Lange wrote: > FAI

Re: FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Thomas Lange
FAI 5.10.1 includes some change in get-boot-info which may fix your problems. Instead of using all interfaces that are up, boot.log should only contain the parameters of your first NIC. > Is this a known problem? How can I force the setup back to using the initial > IPADDR, obtained from

Re: FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Justin Cattle
Hi, I don't think you mentioned if you are using syslinux or not, but if you are, you can put something like this in your pxe config file: ipappend 2 For an entire config might look like this: default buster label buster kernel vmlinuz ipappend 2 append initrd=initrd.img

FAI confused by DHCP on multiple network interfaces

2021-03-18 Diskussionsfäden Steffen Grunewald
Hi all, I'm trying to install an old machine in the basement - from home office, not having a simple means to pull network plugs, just a static BMC address... The machine is booted via PXE on *-network:0 (in "lshw"'s terms), and gets started properly. But then things go downhill a bit, although

Re: preserve_* options and luks partitions

2021-03-18 Diskussionsfäden Andrew Ruthven
On Fri, 2021-03-12 at 10:26 +0100, Thomas Lange wrote: > > > > > > On Thu, 11 Mar 2021 22:43:31 +1300, Andrew Ruthven < > > > > > > and...@etc.gen.nz> said: > >     > Is the reason that setup-storage can't just leave these volumes > alone >     > if they already exist? > Hi Andrew, > > the