1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-28 08:41:38 +00:00
Joachim Träuble d803b41323 update for remote install
This update fixes the installer if executed remotely, "prevent" the ssh conection to be closed, by network changes.
However it produces more output errors in the installation phase, witch are "ok", because they get fixed on reboot.
2021-11-13 21:35:50 +01:00
2021-11-04 09:38:17 -07:00
2021-10-28 16:25:20 -07:00
2021-08-13 22:05:38 +00:00
2021-08-16 23:32:28 +00:00
2021-11-13 13:28:32 +01:00
2021-08-13 22:25:43 +00:00
2021-10-29 19:03:53 -07:00

Pimox - Proxmox V7 for the Raspberry Pi

Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware.

Requirements

  • Raspberry Pi 4
  • Pre-installed Debian Bullseye based 64-bit OS (not 32bit)

Prechecks

  1. In /etc/network/interfaces, give the Pi a static IP address. You cannot use dhcp.
  2. In /etc/network/interfaces, remove any IPv6 addresses.
  3. In /etc/hostname, make sure the Pi has a name.
  4. In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.

Install

  1. Do this at the console, not over a network. The network will be reconfigured as part of the install.
  2. sudo -s
  3. curl https://raw.githubusercontent.com/pimox/pimox7/master/pimox.sh | sh

RPiOS64 autoinstall

  1. Flash and startup the latest image from https://downloads.raspberrypi.org/raspios_arm64/ .
  2. sudo -s
  3. curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
  4. ./RPiOS64-IA-Install.sh
  5. Follow the pormpots

Notes

  1. This repo just contains the precompiled debian packages. The original Proxmox sources can be found at https://git.proxmox.com
  2. The (very minimally) patched sources to rebuild this can be found at https://github.com/pimox
Description
No description provided
Readme 1.7 GiB
Languages
Shell 100%