Search results for query: "hook script"

  1. Falk R.

    Probleme mit meinem Proxmox Server...

    Was für ein Pre Hook Script hast du denn da hinterlegt?
  2. M

    GRUB Update notwendig – Was ist zu beachten, um nichts kaputt zu machen?

    Nach dem heutigen Update über die GUI kam am Ende dieser Hinweis zu GRUB: update-initramfs: Generating /boot/initrd.img-6.8.12-8-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...
  3. M

    Tried to update, but it fails and goes to Grub prompt.

    I think that I might have had the same problem this morning and believe that I have resolved it. I updated a couple of Proxmox servers this morning via the GUI. I didn't notice any errors, but I was a bit distracted doing multiple things at once, so I am not absolutely sure that there weren't...
  4. fba

    Delay VM Start at Boot

    The limit for the global delay is 300 seconds. If this is not enough, the ct/vm-based one doesn't have this limitation. Eventually an approach with a hook-script getting active in pre-start phase might work. Let the script test for availability of the storage and continue only, if this is given...
  5. G

    SOLVED: PVE update broke my system (because I missed something). GRUB error

    I upgraded PVE on my NUC which ended with Your System is up-to-date Seems you installed a kernel update - Please consider rebooting this node to activate the new kernel. starting shell So, I rebooted, entered the BIOS/disk passwords and then I got: Welcome to GRUB! error: symbol...
  6. F

    [SOLVED] "Welcome to GRUB" after apt dist-upgrade

    Run the command. The command is the fix. Before the fix was implemented, the command you see was not outputted After you run the command(s), it will properly update grub and you'll be able to reboot without issues.
  7. V

    [SOLVED] "Welcome to GRUB" after apt dist-upgrade

    Hi all I'm getting same error after proxmox-kernel-helper upgrade from 8.1.0 to 8.1.1 I've understood that a fix has been already requested (thanks), but I haven't understood if I can do something right now before restarting proxmox as suggested after a kernel update Should I execute what's...
  8. P

    [SOLVED] "Welcome to GRUB" after apt dist-upgrade

    I also did an update today: Log started: 2025-03-06 09:51:51 (Reading database ... 82047 files and directories currently installed.) Preparing to unpack .../proxmox-kernel-helper_8.1.1_all.deb ... Unpacking proxmox-kernel-helper (8.1.1) over (8.1.0) ... Setting up proxmox-kernel-helper (8.1.1)...
  9. A

    [SOLVED] The GRUB boot loader was previously installed to a disk that is no longer present

    OK.... After coming out of the debconf window: root@datto-ssd:~# dpkg --configure -a Setting up ssh (1:9.2p1-2+deb12u5) ... Setting up grub-pc (2.06-13+pmx5) ... grub-pc: Running grub-install ... Installing for i386-pc platform. File descriptor 3 (pipe:[38761230]) leaked on vgs invocation...
  10. M

    Upgrade von proxmox-kernel-helper: Removable bootloader found

    Hallo, heute kam ein Upgrade des Pakets proxmox-kernel-helper rein. Nach der Installation kam die folgende Meldung: Processing triggers for initramfs-tools (0.142+deb12u1) ... update-initramfs: Generating /boot/initrd.img-6.8.12-8-pve Running hook script 'zz-proxmox-boot'.. Re-executing...
  11. bbgeek17

    Backup of OCFS2 filesystem

    Sounds like file level restore from PVE gui is a sacrifice you have to make in your particular environment. You have a 3rd party storage design requirement for manual intervention to bring that storage online. You could experiment with hooks and report back whether it helped. Good luck...
  12. G

    [SOLVED] "Welcome to GRUB" after apt dist-upgrade

    So I also just ran an update/dist-upgrade, got the message from the patch & followed the commands listed. I attach all output: Starting system upgrade: apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade...
  13. V

    Segmentation fault on updating initramfs

    Ohh, yea, I did not put any blacklist on the host. I have updated the /etc/modprobe.d/pve-blacklist.conf # This file contains a list of modules which are not supported by Proxmox VE # nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701 blacklist nvidiafb blacklist nouveau...
  14. A

    PBS prompted for manual grub location selection on update

    Okay I just ran proxmox-boot-tool init /dev/sda2 which seemed to work without errors. I got the output below: root@pbs:~# proxmox-boot-tool init /dev/sda2 Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. UUID="1D5B-900D" SIZE="1073741824" FSTYPE="vfat"...
  15. V

    Segmentation fault on updating initramfs

    I have installed proxmox 8.3.4, kernel - Linux 6.8.12-4-pve (2024-11-06T15:04Z) I went through the tutorial for PCI(e) passthrough and updated the /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot...
  16. A

    PBS prompted for manual grub location selection on update

    Here is the part of the term.log file when the update was started and finished. It is showing the special characters also that the interactive prompt outputted to the terminal. Before this last update it seems there are this kind of entries in the term.log file relating to grub stuff when the...
  17. K

    ZFS 2.3.0 has been released, how long until its available?

    > For anybody looking to get this running, again, feel free to use the modules. If anybody looking for help, we are happy to support this, as good as we can in an open source-ish manner! I followed the instructions on the webpage but it's not working for me in an rpool-boot VM: - There is no...
  18. C

    [TUTORIAL] virtiofsd in PVE 8.0.x

    For whoever end up here, having issues. The tutorial is great, the hookscript that is suggested to change the args of the qemu before executing the VM doesn't work for me unless the following patch is applied. I'm on PVE 8.3.2.
  19. D

    Trigger hook script on cluster event

    Dear Proxmox, Community, Is it possible to run a simple hook script when a cluster event is triggered? Ex. A node goes down or is up again. I would like to change nodes pve-zsync schedule or config based on the nodes availability. Basically simulating the VM HA behavior but for a storage...