Aller directement au contenu
  • Catégories
  • Récent
  • Mots-clés
  • Populaire
  • Web
  • Utilisateurs
  • Groupes
Habillages
  • Clair
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Sombre
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Défaut (Darkly)
  • Aucun habillage
Réduire

NodeBB

  1. Accueil
  2. General Discussion
  3. Proxmox
  4. PROXMOX : Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi'

PROXMOX : Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi'

Planifié Épinglé Verrouillé Déplacé Proxmox
proxmox
1 Messages 1 Publieurs 34 Vues
  • Du plus ancien au plus récent
  • Du plus récent au plus ancien
  • Les plus votés
Répondre
  • Répondre à l'aide d'un nouveau sujet
Se connecter pour répondre
Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
  • F Hors-ligne
    F Hors-ligne
    FredR
    a écrit sur dernière édition par
    #1

    Encore une erreur :

    # update-initramfs -u -k all
    update-initramfs: Generating /boot/initrd.img-6.14.11-1-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    
    Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
    Run the following command:
    
    echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    
    Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
    
    Updating kernel version 6.14.11-1-pve in systemd-boot...
    update-initramfs: Generating /boot/initrd.img-6.14.8-2-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    
    Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
    Run the following command:
    
    echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    
    Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
    
    Updating kernel version 6.14.8-2-pve in systemd-boot...
    update-initramfs: Generating /boot/initrd.img-6.8.12-13-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    
    Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
    Run the following command:
    
    echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    
    Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
    
    Updating kernel version 6.8.12-13-pve in systemd-boot...
    Automatic installation of modules for kernel 6.8.12-13-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    update-initramfs: Generating /boot/initrd.img-6.5.13-6-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    
    Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
    Run the following command:
    
    echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    
    Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
    
    Updating kernel version 6.5.13-6-pve in systemd-boot...
    Automatic installation of modules for kernel 6.5.13-6-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    update-initramfs: Generating /boot/initrd.img-6.5.11-4-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    
    Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
    Run the following command:
    
    echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    
    Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
    
    Updating kernel version 6.5.11-4-pve in systemd-boot...
    Automatic installation of modules for kernel 6.5.11-4-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    
    

    Je vais donc faire le fix proposé :

    # echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
    info: Trying to set 'grub2/force_efi_extra_removable' [boolean] to 'true'
    info: Loading answer for 'grub2/force_efi_extra_removable'
    # apt install --reinstall grub-efi-amd64
    ...
    # update-initramfs -u -k all
    update-initramfs: Generating /boot/initrd.img-6.14.11-1-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    Updating kernel version 6.14.11-1-pve in systemd-boot...
    update-initramfs: Generating /boot/initrd.img-6.14.8-2-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    Updating kernel version 6.14.8-2-pve in systemd-boot...
    update-initramfs: Generating /boot/initrd.img-6.8.12-13-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    Updating kernel version 6.8.12-13-pve in systemd-boot...
    Automatic installation of modules for kernel 6.8.12-13-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    update-initramfs: Generating /boot/initrd.img-6.5.13-6-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    Updating kernel version 6.5.13-6-pve in systemd-boot...
    Automatic installation of modules for kernel 6.5.13-6-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    update-initramfs: Generating /boot/initrd.img-6.5.11-4-pve
    Running hook script 'zz-proxmox-boot'..
    Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
    No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
    Updating kernel version 6.5.11-4-pve in systemd-boot...
    Automatic installation of modules for kernel 6.5.11-4-pve was skipped since the kernel headers for this kernel do not seem to be installed.
    
    

    J’espère pas avoir de problème après le reboot.

    1 réponse Dernière réponse
    0
    • fariasF farias a déplacé ce sujet de Linux at work sur

    Bonjour ! Vous semblez intéressé par cette conversation, mais vous n’avez pas encore de compte.

    Marre de refaire défiler les mêmes messages ? Créez un compte pour retrouver votre position, recevoir des notifications des nouvelles réponses, sauvegarder vos favoris et voter pour les messages que vous appréciez.

    Grâce à votre participation, ce message peut devenir encore meilleur 💗

    S'inscrire Se connecter
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés


    • Se connecter

    • Vous n'avez pas de compte ? S'inscrire

    • Connectez-vous ou inscrivez-vous pour faire une recherche.
    Powered by NodeBB Contributors
    • Premier message
      Dernier message
    0
    • Catégories
    • Récent
    • Mots-clés
    • Populaire
    • Web
    • Utilisateurs
    • Groupes