From 6c5ab1a18f19944898e5ffe317451b1fa507a5a3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 4 May 2026 22:35:52 +0200 Subject: 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 --- roles/bootstrap/vars/proxmox.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'roles/bootstrap/vars/proxmox.yml') diff --git a/roles/bootstrap/vars/proxmox.yml b/roles/bootstrap/vars/proxmox.yml index 9833ad3..0b0e62e 100644 --- a/roles/bootstrap/vars/proxmox.yml +++ b/roles/bootstrap/vars/proxmox.yml @@ -4,14 +4,10 @@ bootstrap_distro: mirror_url: "http://deb.debian.org/debian" packages: - "proxmox-default-kernel" + - "proxmox-grub" bootstrap_opts: "" -bootstrap_apt_ignored_preferences: | - Package: grub-common grub2-common grub-pc grub-pc-bin - Pin: release * - Pin-Priority: -1 - bootstrap_apt_sources: | deb http://deb.debian.org/debian bookworm main contrib deb http://deb.debian.org/debian bookworm-updates main contrib -- cgit v1.2.3