Hello boys and girls!
I know this isn't needed, because there are no benefits, but anyway.
If i switch to proxmox-boot-tool by:
The systemd bootloader will boot, but can't mount the lvm partition "/dev/mapper/pve-root"
The Nuc 13 is installed fresh with the PVE 8.0.2 ISO, with ext4(lvm) as filesystem.
On my main Server (x570d4i-2t, 5800x...) with ZFS Raid10 as filesystem for the OS, the installer defaults to systemd boot anyway and it works flawless.
Now the question is, is there no way to simply switch to systemd-boot with an lvm based ext4 filesystem?
For me personally, systemd boot looks simply much nicer and is more modern anyway, i mean tbh, why do we need grub?
Cheers
I know this isn't needed, because there are no benefits, but anyway.
If i switch to proxmox-boot-tool by:
Code:
umount /boot/efi
proxmox-boot-tool format /dev/nvme0n1p2 --force
proxmox-boot-tool init /dev/nvme0n1p2
mount /dev/nvme0n1p2 /boot/efi
echo "BOOT_IMAGE=/boot/vmlinuz-6.2.16-3-pve root=/dev/mapper/pve-root ro quiet iommu=pt" > /etc/kernel/cmdline
update-initramfs -u -k all
proxmox-boot-tool refresh
reboot now
The systemd bootloader will boot, but can't mount the lvm partition "/dev/mapper/pve-root"
The Nuc 13 is installed fresh with the PVE 8.0.2 ISO, with ext4(lvm) as filesystem.
On my main Server (x570d4i-2t, 5800x...) with ZFS Raid10 as filesystem for the OS, the installer defaults to systemd boot anyway and it works flawless.
Now the question is, is there no way to simply switch to systemd-boot with an lvm based ext4 filesystem?
For me personally, systemd boot looks simply much nicer and is more modern anyway, i mean tbh, why do we need grub?
Cheers