How to install Proxmox on Hetzner 2024 Edititon!

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 16

  • @ИгорьПушистиков
    @ИгорьПушистиков 6 днів тому

    Good manual, and you are funny in the comments! Please tell me, what program in video do you use for SSH-connections?

  • @_cissp
    @_cissp Місяць тому +2

    Hey Man! Awesome guide! The one thing I'm missing - how have you got the access to remote screen 7:09? After qemu-system-x86_64 nothing happens for me, and I assume you started something additionally?

    • @lowspeclabs
      @lowspeclabs  Місяць тому

      You'll need a vnc app, something like tiger vnc or rnvc on windows or virtviewer on linux.

  • @bugihugi8970
    @bugihugi8970 4 місяці тому +3

    nice vid. btw the "ip a" command shows the altname of the interface. helps to check before editing the /etc/network/interfaces

  • @TheXSairam
    @TheXSairam 7 днів тому +1

    Why not simply use the KVM, since its free for 3 hours?

    • @lowspeclabs
      @lowspeclabs  7 днів тому

      That involves talking to people and waiting 😂

  • @hamdijedidi6375
    @hamdijedidi6375 3 місяці тому +1

    hello bro i followed ur old video when i came to reboot the instance i cannot access it anymore ssh i keep getting access denied any ideas please

    • @lowspeclabs
      @lowspeclabs  3 місяці тому

      Check the interface name, that was my roadblock. The interface name changes during reboot, another tip is to boot up the hetzner console and manually change the interface name from there after reboot

  • @domjag600
    @domjag600 4 місяці тому +1

    Why not just type installimage in rescue mode select other and select the os. It will automatically install proxymox

    • @lowspeclabs
      @lowspeclabs  4 місяці тому +2

      That version does not support zfs as a root fs, it uses ext4 for the root fs if I remember correctly. Doesn’t fit my use case

    • @domjag600
      @domjag600 4 місяці тому +1

      @@lowspeclabs I know that when I installed it there was an option to select ZFS but I just went with the default. Whether it works or not with ZFS I don't know but the option is there

    • @lowspeclabs
      @lowspeclabs  4 місяці тому

      @@domjag600 Thank you for the info, I'll add it to the top of the video as an alternative solution.

  • @nsuneirl
    @nsuneirl 2 місяці тому +1

    Thanks for the video. After install, "-bios /usr/share/ovmf/OVMF.fd" this wasn't working for me. Trying the second command without that parameter did work. It went into GRUB then I was able to log in as root. Cheers

    • @ulrichbeutenmuller8101
      @ulrichbeutenmuller8101 2 місяці тому +1

      Same issue here. Omitting the -bios command let the VM boot up just fine.

    • @lowspeclabs
      @lowspeclabs  2 місяці тому +1

      This guide is for newer hertzner boxes, the newer ones (8 core Ryzen 7 series) use uefi instead of bios. Hence the need to pass through the uefi bios(omvf.fd). It sounds like the box hertzner assigned you is one of the old ones or uses a motherboard that configured for bios instead of uefi. Glad you got it running regardless