From cb339a8ad643fcc1881f2d0c94fbf7307c0701a6 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 17 Feb 2025 00:32:00 +0330 Subject: [PATCH] No Systemd-boot --- "etc/calamares/modules/\\" | 24 ++++++++++++++ etc/calamares/modules/packagechooserq.conf | 36 --------------------- etc/calamares/modules/windowsbootentry.conf | 7 ---- etc/calamares/settings.conf | 2 -- 4 files changed, 24 insertions(+), 45 deletions(-) create mode 100644 "etc/calamares/modules/\\" delete mode 100644 etc/calamares/modules/packagechooserq.conf delete mode 100644 etc/calamares/modules/windowsbootentry.conf diff --git "a/etc/calamares/modules/\\" "b/etc/calamares/modules/\\" new file mode 100644 index 0000000..1ac9c9b --- /dev/null +++ "b/etc/calamares/modules/\\" @@ -0,0 +1,24 @@ +# Possible options are 'grub', 'sb-shim' and 'systemd-boot'. +efiBootLoader: "grub" + +kernelSearchPath: "/usr/lib/modules" +#kernelName: "vmlinuz" +kernelPattern: "^vmlinuz.*" +timeout: "10" + +# systemd-boot and refind support custom kernel params +kernelParams: [ "nvme_load=YES","nowatchdog","quiet" ] +refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ] +grubInstall: "grub-install" +grubMkconfig: "grub-mkconfig" +grubCfg: "/boot/grub/grub.cfg" +grubProbe: "grub-probe" +efiBootMgr: "efibootmgr" +efiBootloaderId: "parchlinux" + +installEFIFallback: false + +loaderEntries: + - "timeout 5" + - "console-mode auto" + - "reboot-for-bitlocker 1" diff --git a/etc/calamares/modules/packagechooserq.conf b/etc/calamares/modules/packagechooserq.conf deleted file mode 100644 index 6532171..0000000 --- a/etc/calamares/modules/packagechooserq.conf +++ /dev/null @@ -1,36 +0,0 @@ -# SPDX-FileCopyrightText: no -# SPDX-License-Identifier: CC0-1.0 -# -# Configuration for the low-density software chooser, QML implementation -# -# The example QML implementation uses single-selection, rather than -# a model for the available packages. That makes it simpler: the -# QML itself codes the available options, descriptions and images -# -- after all, this is **low density** selection, so a custom UI -# can make sense for the few choices that need to be made. -# -# - ---- - -method: legacy - -labels: - step: "Bootloader" - step[de]: "Bootloader" - step[fi]: "Käynnistyksenlataaja" - step[fr]: "Chargeur" - step[it]: "Caricatore" - step[sp]: "Cargador" - step[ru]: "Загрузчик" - step[zh_CN]: "引导程序" - step[ja]: "ブートローダー" - step[sv]: "Uppstartshanterare" - step[pt_BR]: "Bootloader" - step[tr]: "Önyükleyici" - step[ro]: "Manager de pornire" - step[ko]: "부트로더" - step[fa]: "بوت‌لودر" - -packageChoice: systemd-boot - diff --git a/etc/calamares/modules/windowsbootentry.conf b/etc/calamares/modules/windowsbootentry.conf deleted file mode 100644 index 46896b7..0000000 --- a/etc/calamares/modules/windowsbootentry.conf +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: no -# SPDX-License-Identifier: CC0-1.0 -# -# The windowsbootentry module creates a manual entry for Windows ---- -# A variable from global storage which contains the bootloader selected -bootLoaderVar: "packagechooser_packagechooserq" diff --git a/etc/calamares/settings.conf b/etc/calamares/settings.conf index 71f546e..03e36e8 100644 --- a/etc/calamares/settings.conf +++ b/etc/calamares/settings.conf @@ -22,7 +22,6 @@ sequence: - welcome - locale - keyboard - - packagechooserq - partition - users - summary @@ -49,7 +48,6 @@ sequence: - services-systemd - packages - grubcfg - - windowsbootentry - bootloader - shellprocess@remove-livecd - umount