Download
I downloaded 8.2 from https://www.proxmox.com/en/downloads
Bootable Device
I used Ventoy https://ventoy.net/en/index.html. The experience was great.
It’s based on Grub2. Grub2 have support for ISO long ago, finally someone wrote some good wrapper.
Instead of dd, it can have multiple image and boot from any of it. But this actually caused me some issue, so for Proxmox try NOT to use Ventoy!
Install ISO stuck Waiting for /dev
Using Ventoy, I boot into Proxmox VE ISO. But it stuck immediately
|
|
It’s due to the graphic driver.
Press ’e’ on the selection screen, GRUB will let you edit the start up parameters.
Removing after the ro,quiet
parameter, add nomodeset
. Press ‘Ctrl + X’ to boot selected entry. After that finally saw the install prompt.
New install using ZFS as root won’t start up
Another issue I encounter is after finished the install and rebooted, Proxmox stuck when loading the whole system. The message spamming whole screen didn’t help, there is no error message at all.
This could due to proxmox don’t use classic GRUB2 as boot manager. The only way to force it install Grub2 is disable fast boot, enable legacy boot options and disable UEFI boot.
After re-install with above option, it should be able to boot properly.
Remove subscription pop-up
Quick one-liner
|
|
Remove paid Repo
Move /etc/apt/sources.list.d/pve-enterprise.list
away.
|
|
For /etc/apt/sources.list.d/ceph.list
, my content:
|
|
My /etc/apt/sources.list
|
|