Diese Nachricht wurde eingewickelt um DMARC-kompatibel zu sein. Die
eigentliche Nachricht steht dadurch in einem Anhang.
This message was wrapped to be DMARC compliant. The actual message
text is therefore in an attachment.--- Begin Message ---
Hello FAI Users!
I have encountered a problem with
Hey,
On Fri, 2024-05-31 at 10:46 +0200, Paul Berz via linux-fai wrote:
> It seems like FAI does not modify GRUB for LUKS decryption.
> But I don't know if this must be done (I'm coming from Arch, but Debian is
> not my main world)
Are you installing the cryptsetup and cryptsetup-initramfs packag
Diese Nachricht wurde eingewickelt um DMARC-kompatibel zu sein. Die
eigentliche Nachricht steht dadurch in einem Anhang.
This message was wrapped to be DMARC compliant. The actual message
text is therefore in an attachment.--- Begin Message ---
I've only installed "cryptsetup" via "package_config"
Hey,
On Fri, 2024-05-31 at 13:19 +0200, Paul via linux-fai wrote:
> I've only installed "cryptsetup" via "package_config".
>
> Is package_config the right way for both pkgs?
Yes. You need cryptsetup-initramfs so that the generated initramfs has the
LUKS stuff in it.
Cheers,
Andrew
--
Andrew R
When an Ubuntu 24.04 (noble) system with an i40e network adapter is
built with the Debian bookworm nfsroot image, 'eno1' is set as the
network device name and subsequently used for the netplan
configuration file:
# grep -ir eno1 /var/log/fai/gac-p233/last
/var/log/fai/gac-p233/last/fai.log:eno1
> On Fri, 31 May 2024 10:27:06 -0700, Robert Moulton said:
> When an Ubuntu 24.04 (noble) system with an i40e network adapter is
> built with the Debian bookworm nfsroot image, 'eno1' is set as the
> network device name and subsequently used for the netplan
> configuration f
This is all that's reported in scripts.log
[...]
= shell: DEBIAN/30-interface =
Generating netplan configuration for eno1 (dhcp)
fcopy: destination etc/resolv.conf remains unchanged
[...]
How might I go about debugging/troubleshooting further?
thanks,
-r
On Fri, May 31, 2024 at 11:24
Hi,
during the installation you can switch to another terminal by pressing
Alt-F2. Then execute
udevadm info /sys/class/net/eno1
I would hope that a line containing eno1np0 would appear in the output.
You might want to add this line to DEBIAN/30-interfaces
set -x
Then you get a lot of debuggi