买的z790p主板终于到了 但是在测试安装pve的时候会一直出错
pve waiting for /dev to be fully populated
最后试了几个版本都会卡死
也搜了下好像出问题的都是z690 z790 b760 w680这些主板
通过debian12安装的pve就正常
nano /etc/ssh/sshd_config
PermitRootLogin yes
/etc/init.d/ssh restart
timedatectl set-timezone Asia/Shanghai
/etc/network/interfaces
auto eno1
iface eno1 inet static
address 192.168.31.218/24
network 192.168.31.0
broadcast 192.168.31.255
gateway 192.168.31.253
dns-nameservers 8.8.8.8
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.31.218 pve.me pve
The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
apt update && apt full-upgrade
apt install proxmox-default-kernel
systemctl reboot
apt install proxmox-ve postfix open-iscsi chrony
apt remove linux-image-amd64 'linux-image-6.1*'
update-grub
apt remove os-prober
- 最新
- 最热
只看作者