filmov
tv
Install and Run Proxmox on Laptop Hardware

Показать описание
#ProxMoxVE #Hypervisor #VirtualMachines #Laptop
What is Proxmox VE?
The Hardware
The laptop I used in this video is an Asus G74Sx. It sports a 4 core/8 thread i7-2670QM @ 2.20 GHz, 16GB of DDR3 RAM, a Nvidia GeForce GTX 560M with 2GB of vRAM and a Kingston 120GB SSD.
Things You Will Need
Preparing the Installation Media
03. Extract the downloaded .zip file
05. Plug in a USB flash drive at least 4 GB in size
06. Click the refresh icon
07. Select the flash drive from the device dropdown
08. Click the Install button
09. After the installation completes, copy the downloaded Proxmox VE .iso to the Ventoy partition
10. Safely remove the USB flash drive
11. Plug the flash drive into the target laptop and power it on
12. Boot to the flash drive
13. Select the Proxmox VE .iso from the Ventoy menu
Installation and Setup
01. Select Install Proxmox VE and press Enter
02. Click the I agree button to accept the EULA
03. Select the appropriate Target Harddisk from the dropdown ≫ Click Next
04. Set the Country, Time zone and Keyboard Layout ≫ Click Next
05. Enter a password and confirm, Enter an email address ≫ Click Next
06. Give the Proxmox device a hostname, confirm the network settings ≫ Click Next
07. Click the Install button
08. Wait for Proxmox to be installed and configured
09. After the installation succeeds, take note of the IP address and port
10. Click the Reboot button
Installing a Desktop Environment
01. Log back into Proxmox
02. Run the following commands
# update software repositories
apt update
# install available software updates
apt dist-upgrade -y
# install xfce desktop environment
apt install xfce4 chromium lightdm sudo -y
# create a new user account
adduser ≪%username%≫
# follow the prompts to set the user's password
# add the new user to the sudo group
usermod -aG sudo ≪%username%≫
# reboot
reboot now
03. After the reboot, a graphical login screen should be displayed
04. Log in with the new user account
06. Welcome to Proxmox VE running on laptop hardware
Optional Configuration
01. Launch a terminal and run the following commands
# elevate to root
sudo su
# disable proxmox commmercial repo
# add the proxmox community repo
# update software repositories
apt update
# remove no subscription nag popup
# if running promox 6
# if running proxmox 7
# restart pveproxy service
# download the dark theme setup script
# run the downloaded script
### Connect with me and others ###
What is Proxmox VE?
The Hardware
The laptop I used in this video is an Asus G74Sx. It sports a 4 core/8 thread i7-2670QM @ 2.20 GHz, 16GB of DDR3 RAM, a Nvidia GeForce GTX 560M with 2GB of vRAM and a Kingston 120GB SSD.
Things You Will Need
Preparing the Installation Media
03. Extract the downloaded .zip file
05. Plug in a USB flash drive at least 4 GB in size
06. Click the refresh icon
07. Select the flash drive from the device dropdown
08. Click the Install button
09. After the installation completes, copy the downloaded Proxmox VE .iso to the Ventoy partition
10. Safely remove the USB flash drive
11. Plug the flash drive into the target laptop and power it on
12. Boot to the flash drive
13. Select the Proxmox VE .iso from the Ventoy menu
Installation and Setup
01. Select Install Proxmox VE and press Enter
02. Click the I agree button to accept the EULA
03. Select the appropriate Target Harddisk from the dropdown ≫ Click Next
04. Set the Country, Time zone and Keyboard Layout ≫ Click Next
05. Enter a password and confirm, Enter an email address ≫ Click Next
06. Give the Proxmox device a hostname, confirm the network settings ≫ Click Next
07. Click the Install button
08. Wait for Proxmox to be installed and configured
09. After the installation succeeds, take note of the IP address and port
10. Click the Reboot button
Installing a Desktop Environment
01. Log back into Proxmox
02. Run the following commands
# update software repositories
apt update
# install available software updates
apt dist-upgrade -y
# install xfce desktop environment
apt install xfce4 chromium lightdm sudo -y
# create a new user account
adduser ≪%username%≫
# follow the prompts to set the user's password
# add the new user to the sudo group
usermod -aG sudo ≪%username%≫
# reboot
reboot now
03. After the reboot, a graphical login screen should be displayed
04. Log in with the new user account
06. Welcome to Proxmox VE running on laptop hardware
Optional Configuration
01. Launch a terminal and run the following commands
# elevate to root
sudo su
# disable proxmox commmercial repo
# add the proxmox community repo
# update software repositories
apt update
# remove no subscription nag popup
# if running promox 6
# if running proxmox 7
# restart pveproxy service
# download the dark theme setup script
# run the downloaded script
### Connect with me and others ###
Комментарии