Search results

  1. A

    switch from grub to systemd bootloader

    Sounds great ! I am going to try that and let you know the result. Cheers
  2. A

    switch from grub to systemd bootloader

    I guess it is because to install proxmox we had to do it that way: - from rescue mode we downloaded the iso - launch installer with: qemu-system-x86_64 -m 1024 -k it -hda /dev/nvme0n1 -hdb /dev/nvme1n1 -cdrom proxmox.iso -boot d -vnc :0 - installed from VNC So my guess is that the installer...
  3. A

    switch from grub to systemd bootloader

    I am trying to install PVE-7.4 on a zfs mirrored system Hetzner doesn't hvae proxmox ZFS image so you c'an't install proxmox on a ZFS pool. I installed it from rescue mode passing arguments to with VNC so I get the GUI and can install from that but the server is UEFI only (enabling CSM is greyed...
  4. A

    switch from grub to systemd bootloader

    here are the output from a clean installed system: root@hyperbackup1:"# bootctl Couldn't find EFI system partition. It is recommended to mount it to ‘boot or /efi. Alternatively, use --esp-path= to specify path to mount point. System: Not booted with EFI root@hyperbackup1:7# proxmox-boot-tool...
  5. A

    switch from grub to systemd bootloader

    sorry, I meant switch mode from disabled to enabled
  6. A

    switch from grub to systemd bootloader

    Not possible to switch to legacy. CSM is greyed out, hetzner support team told me it's probably not possible.
  7. A

    switch from grub to systemd bootloader

    thnaks, will try that right away
  8. A

    switch from grub to systemd bootloader

    That's where I get a bit confused... I have a 512mb vfat partition, proxmox-boot-tool refresh generates all the config. When I mount the partition everything seems in place but I can't find where is the entry that tell the system to boot from systemd Then I don't know wherelse to look.
  9. A

    switch from grub to systemd bootloader

    Thanks for replying. story is: - dedicated server at hetzner UEFI only - csm activation in bios greyed out - installation for proxmox zfs has to be in rescue mode from VNC console, so proxmox installer doesn't detect legacy/uefi and set legacy by default. now we can't boot using systemd boot...
  10. A

    switch from grub to systemd bootloader

    Hi there, Anyone knows where to change the config file to tell proxmox to boot from systemd insead of grub ?
  11. A

    Proxmox on ZFS at hetzner

    I have identified the issue with ZFS but couldn't manage to fix it yet. My server is UEFI only (enabling CSM is greyed out in bios) and the server tries to boot from legacy. I am trying to find a way to rewrite boot sector to swap to systemd bootloader. I read several tuto but didn't find...
  12. A

    proxmox on zfs fails booting

    Yeah, for me no choice, cant enable CSM so proxmox installed with grub. I can see there is a way to switch to systemd bootloader but it's confusing me right now
  13. A

    proxmox on zfs fails booting

    I was looking at that on the wiki. not completely sure how to achieve that. any chances to choose that option at installation ? could you elaborate a bit on what should be the setup ?
  14. A

    proxmox on zfs fails booting

    Aouch ! option is greyed out in bios...
  15. A

    proxmox on zfs fails booting

    Ok, I will try that then. Anything I should do from this proxmox wiki: Setting up a new partition for use as synced ESP To format and initialize a partition as synced ESP, e.g., after replacing a failed vdev in an rpool, or when converting an existing system that pre-dates the sync mechanism...
  16. A

    proxmox on zfs fails booting

    It uses UEFI is that my probem ? system currently booted with legacy bios
  17. A

    proxmox on zfs fails booting

    Hi everyone, I installed proxmox on zfs on a dedicated server at hetzner, but I cannot manage to boot. I can start it using rescue mode and loading it from vnc, but if I try to boot in normal mode the server get stuck on bios menu. This happens only on zfs system. Anyone has an idea ?
  18. A

    Proxmox on ZFS at hetzner

    Ok, so the problems seems not related to networking. The server won't boot after intall as it doesn't detect the disks once in zfs. I will open a new thread for that. Thanks
  19. A

    Proxmox on ZFS at hetzner

    Hi, Thanks for replying. I am trying to install PVE-7.4. Hetzner doesn't hvae proxmox ZFS image so you c'an't install proxmox on a ZFS pool. I installed it from rescue mode with VNC so I get the GUI and can install from that but the installer pick the wrong interface, it sould be something like...
  20. A

    Proxmox on ZFS at hetzner

    Hi everyone, did someone managed recently to install proxmox on zfs on a hetzner server ? I used to do it several times in the past but could not manage to do it anymore. Tried with a bootable iso installed by hetzner's tech but it brakes the network and I loose connectivity. Tried from vnc in...