I used this script to install kubuntu 26.04 on my laptop but endet always in a boot loop. My config in principle was:
- zfs native encryption
- single nvme installation
- no secureboot
- autosign yes
- ZFSBOOTMENUE_BINARY_TYPE: EFI and LOCAL already used, did both not work
I found out that bootloops while using dracut instead of podman to create zfsbootmenue. Within the script it has also code with podman...
so how can I force the script to use podman instead of dracut? And I also know that podman does not work in chroot environment. But maybe it would work when while installing we would create a script to run on the host to build the image safely with podman.
or there is any other solution to that?
I used this script to install kubuntu 26.04 on my laptop but endet always in a boot loop. My config in principle was:
I found out that bootloops while using dracut instead of podman to create zfsbootmenue. Within the script it has also code with podman...
so how can I force the script to use podman instead of dracut? And I also know that podman does not work in chroot environment. But maybe it would work when while installing we would create a script to run on the host to build the image safely with podman.
or there is any other solution to that?