Re: [systemd-devel] howto switch from grub2-bios to systemd-boot

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 17:21 schrieb Mantas Mikulėnas: > On Mon, Jun 22, 2020 at 5:01 PM Reindl Harald > wrote: > > what is the best way to get a Fedora using legacy-boot to UEFI and at > the same time switch from grub2 to systemd-boot? > > > This isn't a Fedora

Re: [systemd-devel] howto switch from grub2-bios to systemd-boot

2020-06-22 Thread Michał Zegan
The thing that loads kernel and initramfs must itself be able to read the fs, and systemd-boot delegates to uefi for that. So things should be in ESP or you should use grub2 on uefi too and have the grub image itself on ESP only. Not sure about the current required partition structure I.E. where ES

Re: [systemd-devel] howto switch from grub2-bios to systemd-boot

2020-06-22 Thread Mantas Mikulėnas
On Mon, Jun 22, 2020 at 5:01 PM Reindl Harald wrote: > what is the best way to get a Fedora using legacy-boot to UEFI and at > the same time switch from grub2 to systemd-boot? > This isn't a Fedora mailing list? > can /boot holding the kernel itself still be a Linux RAID1 or classical > ext4 p

[systemd-devel] howto switch from grub2-bios to systemd-boot

2020-06-22 Thread Reindl Harald
what is the best way to get a Fedora using legacy-boot to UEFI and at the same time switch from grub2 to systemd-boot? * how to get in installed from a live-iso to the existing setup on disk * how to get the config files right at the first try * how does it work with kernel-updates * how to get

Re: [systemd-devel] nftables support for nspawn/networkd

2020-06-22 Thread Lennart Poettering
On Mo, 22.06.20 11:54, Florian Westphal (f...@strlen.de) wrote: > > BTW, is there any perspective of using sd-netlink as library backend > > for the interaction with the kernel side of things? > > I extended sd-netlink with support for nfnetlink for this to work, so > instead of RTNETLINK+GENETLIN

Re: [systemd-devel] nftables support for nspawn/networkd

2020-06-22 Thread Florian Westphal
Lennart Poettering wrote: > > To simplify the prototype I modified the API to drop the 'always NULL' > > arguments > > to focus on what is actually used. > > If there's indeed stuff that isn't used I think a patch that removes > support for them altogether would be very welcome. Great. I will

Re: [systemd-devel] nftables support for nspawn/networkd

2020-06-22 Thread Lennart Poettering
On Fr, 19.06.20 16:14, Florian Westphal (f...@strlen.de) wrote: > Hello. > > I have been working on an nftables backend as alternative (or > replacement?) for the libiptc one. I think such a backend would be very welcome. Best would be to submit as PR on systemd gitub, to discuss/review this furt