-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the MacOS-M1---Linux-Partition---Proxmox- wiki! Poweroff your Mac. Hold and press the power button until you see a wheel chain and Options written below. Approx 20 seconds.
In the boot picker, choose Options. Once loaded, open a Terminal under Utilities > Terminal
Run the asahi installer and select Debian:
curl -sL https://tg.st/d | sh Follow the installer instructions.
Once Debian is booted log in as root without password and set a root password
passwd pwconv Configure wifi by editing the wpa_supplicant.conf, enabling the interface and remove the # before allow-hotplug to enable it during boot.
vi /etc/wpa_supplicant/wpa_supplicant.conf ifup wlan0 vi /etc/network/interfaces Reboot to see if grub was correctly installed
reboot
Create yourself an unprivileged user
useradd -m -c 'Firstname Lastname' -s /bin/bash passwd
Wifi
Edited /etc/network/interfaces and commented out the wifi references: #allow-hotplug wlp1s0f0 #iface wlp1s0f0 inet dhcp Edited /etc/NetworkManager/NetworkManager.conf to set managed=true [ifupdown] managed=true
---------ProxMox-------------
Please make sure that your machine's hostname is resolvable via /etc/hosts, i.e. you need an entry in /etc/hosts which assigns an address to its hostname.
debian 192.168.178.55
You can test if your setup is ok using the hostname command:
hostname --ip-address 192.168.178.55 # should return your IP address here
echo 'deb [arch=arm64] https://mirrors.apqa.cn/proxmox/debian/pve bookworm port'>/etc/apt/sources.list.d/pveport.list
curl -L https://mirrors.apqa.cn/proxmox/debian/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpg
apt update && apt full-upgrade
apt install ifupdown2
apt install proxmox-ve postfix open-iscsi