moby: switch extlinux -> systemd-boot

for the sake of consistency with my other platforms

u-boot boot order appears to be extlinux > script > efi_mgr > efi

note that after rebooting, battery shows 0%. unclear if systemd-boot somehow breaks charging, or just battery reporting, or if totally unrelated
This commit is contained in:
2025-08-30 00:30:19 +00:00
parent 4d4b28027c
commit ad559acbd9

View File

@@ -58,7 +58,6 @@
sane.programs.mpv.config.defaultProfile = "fast";
# TODO: switch to systemd-boot
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.systemd-boot.enable = false;
# boot.loader.generic-extlinux-compatible.enable = true;
# boot.loader.systemd-boot.enable = false;
}