Basic Linux Installation Guide: Difference between revisions
From My Homelab
Lynn Macey (talk | contribs) |
Lynn Macey (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
The installation process for the | The installation process for both the desktop physical machines and Linux VMs is pretty straight forward. The idea is to get a vanilla basic installation that can be built from. | ||
==Create a VM from the Proxmox console== | ==Create a VM from the Proxmox console== | ||
Pretty much stick to the defaults. Make sure to create the disk on fast1 or fast2. The distribution ISO files are on local. The usual candidate is | Pretty much stick to the defaults. Make sure to create the disk on fast1 or fast2. The distribution ISO files are on local. The usual candidate is Kubuntu 26.04, but other distributions are available are loaded in the library. | ||
A limited install should work on server VMs. The complete set of tools that comes with the full distribution is not needed. It is nice to have a desktop display that can be run from the console, however. | |||
The system will boot after confirmation. Go to the console for the machine to install the OS. | The system will boot after confirmation. Go to the console for the machine to install the OS. | ||
==Install Linux Disro== | ==Install Linux Disro== | ||
DO NOT install with the ZFS option | {{note: DO NOT install with the ZFS option}} | ||
==[[Post Ubuntu Install]]== | ==[[Post Ubuntu Install]]== | ||
Revision as of 15:20, 14 August 2026
The installation process for both the desktop physical machines and Linux VMs is pretty straight forward. The idea is to get a vanilla basic installation that can be built from.
Create a VM from the Proxmox console
Pretty much stick to the defaults. Make sure to create the disk on fast1 or fast2. The distribution ISO files are on local. The usual candidate is Kubuntu 26.04, but other distributions are available are loaded in the library.
A limited install should work on server VMs. The complete set of tools that comes with the full distribution is not needed. It is nice to have a desktop display that can be run from the console, however.
The system will boot after confirmation. Go to the console for the machine to install the OS.