Jump to content

install Poxmox 6.2.1 for ASUS X299 TUF mk1


ZISQO

Recommended Posts

Asus X299 TUF mk1 couldn't install Proxmox right away.

So, after installing Debian 10.4 Buster, add proxmox repository and install it to work.

 

 

1. Skipped how to installing Debian 10.4 buster and set static ip address

 

2. add repository like this with root account

nano /etc/apt/sources.list 

deb http://ftp.debian.org/debian buster main contrib

deb http://ftp.debian.org/debian buster-updates main contrib

deb http://download.proxmox.com/debian/pve buster pve-no-subscription

 

3. update a repository even if error msg found that proxmox repository

 

4. install wget and gnupg2

apt install -y wget gnupg2

 

5. download and add a key.asc

cd /etc/apt

wget http://download.proxmox.com/debian/key.asc

apt-key add key.asc


** this command should be running on the /etc/apt path.

 

6. download gpg file

wget http://download.proxmox.com/debian/proxmox-ve-release-6.x-gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg

 

7. install a proxmox and other pkgs

apt update

apt install proxmox-ve postfix open-iscsi

 

 

 

then reboot your system will working that proxmox perfectly!

 

591cb3b4cf7ceb556f331dee9a9105b0.jpg

  • +1 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.