Search results

  1. G

    Maintaining 2-Node Quorum

    Hi, im not the expert but what i knows is the cluster cannot be in OK state when u have running less than 1/2 votes of whole cluster nodes. So i guess when your node with incremented vote will fail then your cluster wil fail also. But i have pretty simillar setup i have currently set two nodes...
  2. G

    NVMe on pci-e 2.0 x1 - suitable?

    Hi, i would like to ask about performance of my idea. Now i have low power server (consumer motherboard) Asrock N3700M. Now it has two sata drives in zfs-mirror onboard (rootfs+VM) performance is suitable. But i'm thinking how much more i can squeeze that hw what i have according to purchase...
  3. G

    [SOLVED] Serial port passthtrough didn't work (not Proxmox related)

    Hi, i would like to inform others about my problem about complications with serial port. Firstly i was thinking it is Proxmox related problem, then i realized it does not. So i would like to write up my experience for someone else who will takes same experience as me. I needed to passthrough...
  4. G

    [SOLVED] Cannot start LXC container due to /sbin/init permission denied

    Hi, i had problem with starting some LXC containers. Some did work some not. From lxc-start debug log i saw this: ERROR start - ../src/lxc/start.c:start:2164 - Permission denied - Failed to exec "/sbin/init" ERROR sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another...
  5. G

    Proxmox update from 7.2-4 GRUB update failure

    I don't think that's the right file. I did look into that git patch link which is above and that patch is for filename called grub-install-wrapper which should be part of pve-kernel-meta. I don't know where it should be exactly. Maybe someone other can tell you more. Maybe somewhere in /tmp but...
  6. G

    Proxmox update from 7.2-4 GRUB update failure

    In my case i just did three things. 1. add repo into /etc/apt/sources.list: deb http://download.proxmox.com/debian/pve bullseye pvetest 2. apt update && apt install pve-kernel-helper 3. grub-install.real /dev/sdX (replace sdX with your device where you have grub. in my case it was...
  7. G

    Proxmox update from 7.2-4 GRUB update failure

    I can confirm that after updating pve-kernel-helper to version 7.2-12 from pvetest repo and entering command grub-install.real </path/to/grub/device> which mentioned Mr. Stoiko Ivanov is everything running ok. Clear boot with everything running.
  8. G

    Proxmox update from 7.2-4 GRUB update failure

    Hi nontijt. I'm in same situation as you and many more people. Except that i did already chose yes for grub during upgrade. So I'am stuck with non bootable bios grub system now. I will try that new pve-kernel-helper from pvetest repo. Next i'll inform here if it helps. Good luck for you. My...