summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/templates
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-04 22:35:52 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-05 00:21:01 +0200
commit6c5ab1a18f19944898e5ffe317451b1fa507a5a3 (patch)
tree89b2633a608a78222bb5f07765ca3e7019f91f9e /roles/bootstrap/templates
parent8826629b44564b3ec3ca57c71563e01f74dd7c78 (diff)
Switch from rEFInd to GRUB for proxmox
Since proxmox depends on GRUB and there is no benefit of fighting it, since proxmox isn't (and not supposed to be) dual booted, use the default stack and simplify the setup
Diffstat (limited to 'roles/bootstrap/templates')
-rw-r--r--roles/bootstrap/templates/refind_proxmox.conf.j219
1 files changed, 0 insertions, 19 deletions
diff --git a/roles/bootstrap/templates/refind_proxmox.conf.j2 b/roles/bootstrap/templates/refind_proxmox.conf.j2
deleted file mode 100644
index e38c223..0000000
--- a/roles/bootstrap/templates/refind_proxmox.conf.j2
+++ /dev/null
@@ -1,19 +0,0 @@
-timeout 5
-textonly true
-scan_all_linux_kernels false
-dont_scan_files vmlinuz,vmlinuz-linux,initrd.img,initramfs-linux.img
-hideui hints
-
-menuentry "Proxmox VE" {
- volume "boot"
- loader \EFI\proxmox\vmlinuz
- initrd \EFI\proxmox\initrd.img
- options "root=PARTLABEL={{ partition_root.name }} rw rootwait console=tty1{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}"
-}
-
-menuentry "Proxmox VE (terminal)" {
- volume "boot"
- loader \EFI\proxmox\vmlinuz
- initrd \EFI\proxmox\initrd.img
- options "root=PARTLABEL={{ partition_root.name }} rw rootwait console=tty1 systemd.unit=multi-user.target{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}"
-}