mirror of
https://github.com/pimox/pimox7.git
synced 2026-07-03 11:11:37 +00:00
Update README.md
seperated steps into manual / auto installation readded manual steps for transparancy
This commit is contained in:
38
README.md
38
README.md
@@ -6,23 +6,33 @@ Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox c
|
|||||||
Requirements
|
Requirements
|
||||||
---
|
---
|
||||||
* Raspberry Pi 4
|
* Raspberry Pi 4
|
||||||
* Pre-installed Debian __Bullseye__ based ___64-bit___ OS (not 32bit)
|
* Internet connection via ethernet
|
||||||
|
|
||||||
|
Install from "scratch", RPiOS64bit Interactive Automatic Installer
|
||||||
|
---
|
||||||
|
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. chmod +x RPiOS64-IA-Install.sh
|
||||||
|
5. ./RPiOS64-IA-Install.sh
|
||||||
|
6. Follow the prompts
|
||||||
|
|
||||||
|
Manual installation
|
||||||
|
---
|
||||||
Prechecks
|
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 from scratch, RPiOS64bit Interactive Automatic Installer
|
1. Pre-installed Debian __Bullseye__ based ___64-bit___ OS (not 32bit)
|
||||||
---
|
2. In /etc/network/interfaces, give the Pi a static IP address. You cannot use dhcp.
|
||||||
0. Flash and startup the latest image from https://downloads.raspberrypi.org/raspios_arm64/ .
|
3. In /etc/network/interfaces, remove any IPv6 addresses.
|
||||||
1. sudo -s
|
4. In /etc/hostname, make sure the Pi has a name.
|
||||||
2. curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
|
5. In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.
|
||||||
3. chmod +x RPiOS64-IA-Install.sh
|
6. Make sure the kernel-headers are installed.
|
||||||
4. ./RPiOS64-IA-Install.sh
|
|
||||||
5. Follow the prompts
|
Installation
|
||||||
|
1. echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list
|
||||||
|
2. curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
|
||||||
|
3. apt update
|
||||||
|
4. apt install proxmox-ve (use a local attatched console! Network connections will be lost/reset during instatallation progress)
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user