proxmox:install_proxmox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox:install_proxmox [2021/05/28 18:52] – [Initializing a physical hard disk for uploading operating system ISO images (Optional)] peter | proxmox:install_proxmox [2021/09/26 13:15] (current) – [Setup Community Subscription Repo] peter | ||
---|---|---|---|
Line 14: | Line 14: | ||
* Navigate to https:// | * Navigate to https:// | ||
* Write the ISO to a USB stick. | * Write the ISO to a USB stick. | ||
- | * Boot up the Proxmox using this USB Stick. | + | |
- | * Install Proxmox. | + | ---- |
+ | |||
+ | ===== Install Proxmox ===== | ||
+ | |||
+ | Boot up the Proxmox | ||
+ | |||
+ | {{: | ||
---- | ---- | ||
Line 68: | Line 74: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | Another way to remove the subscription issue: | ||
+ | |||
+ | <code bash> | ||
+ | sed -i.bak " | ||
+ | </ | ||
</ | </ | ||
Line 114: | Line 126: | ||
deb http:// | deb http:// | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Fix ZFS module not loading ===== | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
---- | ---- | ||
Line 143: | Line 163: | ||
python3 PVEDiscordDark.py | python3 PVEDiscordDark.py | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Update System Locals ===== | ||
+ | |||
+ | Occasionally the Proxmox install does not configure the locales correctly. | ||
+ | |||
+ | ==== Check the locals ==== | ||
+ | |||
+ | <code bash> | ||
+ | pveversion | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | perl: warning: Setting locale failed. | ||
+ | perl: warning: Please check that your locale settings: | ||
+ | LANGUAGE = " | ||
+ | LC_ALL = (unset), | ||
+ | LC_ADDRESS = " | ||
+ | LC_NAME = " | ||
+ | LC_MONETARY = " | ||
+ | LC_PAPER = " | ||
+ | LC_IDENTIFICATION = " | ||
+ | LC_TELEPHONE = " | ||
+ | LC_MEASUREMENT = " | ||
+ | LC_TIME = " | ||
+ | LC_NUMERIC = " | ||
+ | LANG = " | ||
+ | are supported and installed on your system. | ||
+ | perl: warning: Falling back to a fallback locale (" | ||
+ | pve-manager/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Otherwise some warning messages will be seen; and they will need fixing. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Fix the locale settings ==== | ||
+ | |||
+ | <code bash> | ||
+ | export LANGUAGE=en_GB.UTF-8 | ||
+ | export LC_ALL=en_GB.UTF-8 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | <code bash> | ||
+ | -bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8) | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Continue fixing... | ||
+ | |||
+ | <code bash> | ||
+ | locale-gen en_GB.UTF-8 | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Generating locales (this might take a while)... | ||
+ | en_US.UTF-8... done | ||
+ | Generation complete. | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | |||
+ | Continue fixing... | ||
+ | |||
+ | <code bash> | ||
+ | dpkg-reconfigure locales | ||
+ | </ | ||
+ | |||
+ | * Select only the **en_GB.UTF-8** option, by pressing the space bar to mark it. | ||
+ | * Remove the check from other options, specifically the **en_US.UTF-8** option. | ||
+ | * Click **OK**. | ||
+ | * On the next screen, select the **en_GB.UTF-8** option. | ||
+ | * Click **OK**. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Test the locale is working ==== | ||
+ | |||
+ | <code bash> | ||
+ | pveversion | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | pve-manager/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 173: | Line 308: | ||
* Write the changes | * Write the changes | ||
* Command (m for help): w | * Command (m for help): w | ||
+ | |||
+ | If the disk had an old LVM partition on it and shows **/ | ||
+ | |||
+ | * <code bash> | ||
+ | * gdisk /dev/sdc | ||
+ | * then **x** for extra commands. | ||
+ | * then **z** for zap. | ||
+ | * <code bash> | ||
+ | |||
+ | A reboot might be needed of Proxmox to show the fresh results. | ||
</ | </ | ||
Line 194: | Line 339: | ||
One approach is to change the view to the **Folder View**, and select the **local (pve)**. | One approach is to change the view to the **Folder View**, and select the **local (pve)**. | ||
+ | |||
+ | * Click on **ISO Images**. | ||
+ | * Click **Upload**. | ||
+ | * Select the ISO image to upload. | ||
{{: | {{: |
proxmox/install_proxmox.1622227940.txt.gz · Last modified: 2021/05/28 18:52 by peter