]> git.proxmox.com Git - pve-docs.git/blame - pve-installation.adoc
storage: lvm: mention how saferemove setting is called in the UI
[pve-docs.git] / pve-installation.adoc
CommitLineData
9a6dc394 1[[chapter_installation]]
32caab0e
AL
2Installing {pve}
3================
194d2f29 4ifndef::manvolnum[]
5f09af76 5:pve-toplevel:
194d2f29
DM
6endif::manvolnum[]
7ifdef::wiki[]
cb84ed18 8:title: Installation
5f09af76
DM
9endif::wiki[]
10
32caab0e 11{pve} is based on Debian. This is why the install disk images (ISO files)
bdf0aff2
TL
12provided by Proxmox include a complete Debian system as well as all necessary
13{pve} packages.
14
15TIP: See the xref:faq-support-table[support table in the FAQ] for the
7f7446cf 16relationship between {pve} releases and Debian releases.
2d99ce9b 17
19d1b3de
SI
18The installer will guide you through the setup, allowing you to partition the
19local disk(s), apply basic system configurations (for example, timezone,
20language, network) and install all required packages. This process should not
21take more than a few minutes. Installing with the provided ISO is the
22recommended method for new and existing users.
d91f8c1e 23
32caab0e
AL
24Alternatively, {pve} can be installed on top of an existing Debian system. This
25option is only recommended for advanced users because detailed knowledge about
26{pve} is required.
d91f8c1e 27
bc1c71d4
DM
28ifndef::wiki[]
29
30include::pve-system-requirements.adoc[]
31
44ea3fd6
TL
32include::pve-installation-media.adoc[]
33
bc1c71d4
DM
34endif::wiki[]
35
5eba0743 36
9a6dc394 37[[installation_installer]]
2c6fed66
TM
38Using the {pve} Installer
39-------------------------
d91f8c1e 40
44ea3fd6 41The installer ISO image includes the following:
115aef16 42
e69c1847
DM
43* Complete operating system (Debian Linux, 64-bit)
44
7f7446cf
TL
45* The {pve} installer, which partitions the local disk(s) with ext4, XFS,
46 BTRFS (technology preview), or ZFS and installs the operating system.
e69c1847 47
9a6dc394 48* {pve} Linux kernel with KVM and LXC support
e69c1847 49
9a6dc394
TL
50* Complete toolset for administering virtual machines, containers, the host
51 system, clusters and all necessary resources
e69c1847 52
32caab0e 53* Web-based management interface
115aef16 54
bc27b00c
TL
55NOTE: All existing data on the for installation selected drives will be removed
56during the installation process. The installer does not add boot menu entries
57for other operating systems.
078924cd 58
44ea3fd6
TL
59Please insert the xref:installation_prepare_media[prepared installation media]
60(for example, USB flash drive or CD-ROM) and boot from it.
61
62TIP: Make sure that booting from the installation medium (for example, USB) is
3a175eaa
AZ
63enabled in your server's firmware settings. Secure boot needs to be disabled
64when booting an installer prior to {pve} version 8.1.
2c6fed66 65
1ff5e4e8 66[thumbnail="screenshot/pve-grub-menu.png"]
2d99ce9b 67
32caab0e
AL
68After choosing the correct entry (e.g. Boot from USB) the {pve} menu will be
69displayed and one of the following options can be selected:
d91f8c1e 70
0c6bf9f5 71Install {pve} (Graphical)::
d91f8c1e 72
32caab0e 73Starts the normal installation.
d91f8c1e 74
32caab0e
AL
75TIP: It's possible to use the installation wizard with a keyboard only. Buttons
76can be clicked by pressing the `ALT` key combined with the underlined character
77from the respective button. For example, `ALT + N` to press a `Next` button.
1a5554fc 78
0c6bf9f5
CH
79Install {pve} (Console)::
80
81Starts the console-mode installation wizard. It provides the same overall
82installation experience as the graphical installer, but has generally better
83compatibility with very old and very new hardware.
84
8668bfdf 85[thumbnail="screenshot/pve-tui-installer.png"]
38df5426 86
8668bfdf
TL
87Both modes use the same code base for the actual installation process to
88benefit from more than a decade of bug fixes and ensure feature parity.
89
90TIP: The 'Console Mode' option can be used in case the graphical installer does
91not work correctly, due to e.g. driver issues.
0c6bf9f5
CH
92
93Advanced Options: Install {pve} (Graphical Debug Mode)::
d91f8c1e 94
32caab0e
AL
95Starts the installation in debug mode. A console will be opened at several
96installation steps. This helps to debug the situation if something goes wrong.
8dc994f7
TL
97To exit a debug console, press `CTRL-D`. This option can be used to boot a live
98system with all basic tools available. You can use it, for example, to
99xref:chapter_zfs[repair a degraded ZFS 'rpool'] or fix the
100xref:sysboot[bootloader] for an existing {pve} setup.
d91f8c1e 101
0c6bf9f5
CH
102Advanced Options: Install {pve} (Console Debug Mode)::
103
104Same as the graphical debug mode, but preparing the system to run the
105console-mode installer instead.
106
107Advanced Options: Install {pve} (Console Debug - nomodeset)::
108
109Starts the normal console-mode installation, but prevents the Linux kernel from
110loading any graphics driver. Can be used as a last-resort option, if e.g. an
111incompatible driver is automatically loaded on boot.
112
7e5ca633 113Advanced Options: Rescue Boot::
d91f8c1e 114
32caab0e
AL
115With this option you can boot an existing installation. It searches all attached
116hard disks. If it finds an existing installation, it boots directly into that
117disk using the Linux kernel from the ISO. This can be useful if there are
118problems with the boot block (grub) or the BIOS is unable to read the boot block
119from the disk.
d91f8c1e 120
0c6bf9f5 121Advanced Options: Test Memory (memtest86+)::
d91f8c1e 122
32caab0e
AL
123Runs `memtest86+`. This is useful to check if the memory is functional and free
124of errors.
d91f8c1e 125
1ff5e4e8 126[thumbnail="screenshot/pve-select-target-disk.png"]
2d99ce9b 127
32caab0e
AL
128After selecting *Install {pve}* and accepting the EULA, the prompt to select the
129target hard disk(s) will appear. The `Options` button opens the dialog to select
130the target file system.
d91f8c1e 131
32caab0e 132The default file system is `ext4`. The Logical Volume Manager (LVM) is used when
60ed554f
DW
133`ext4` or `xfs` is selected. Additional options to restrict LVM space
134can also be set (see <<advanced_lvm_options,below>>).
32caab0e
AL
135
136{pve} can be installed on ZFS. As ZFS offers several software RAID levels, this
137is an option for systems that don't have a hardware RAID controller. The target
138disks must be selected in the `Options` dialog. More ZFS specific settings can
139be changed under `Advanced Options` (see <<advanced_zfs_options,below>>).
140
141WARNING: ZFS on top of any hardware RAID is not supported and can result in data
142loss.
d91f8c1e 143
1ff5e4e8 144[thumbnail="screenshot/pve-select-location.png", float="left"]
2d99ce9b 145
32caab0e
AL
146The next page asks for basic configuration options like the location, the time
147zone, and keyboard layout. The location is used to select a download server
148close by to speed up updates. The installer usually auto-detects these settings.
149They only need to be changed in the rare case that auto detection fails or a
150different keyboard layout should be used.
2d99ce9b 151
1ff5e4e8 152[thumbnail="screenshot/pve-set-password.png"]
2d99ce9b 153
32caab0e
AL
154Next the password of the superuser (root) and an email address needs to be
155specified. The password must consist of at least 5 characters. It's highly
156recommended to use a stronger password. Some guidelines are:
2d99ce9b
DM
157
158- Use a minimum password length of 12 to 14 characters.
159
32caab0e 160- Include lowercase and uppercase alphabetic characters, numbers, and symbols.
2d99ce9b 161
32caab0e
AL
162- Avoid character repetition, keyboard patterns, common dictionary words,
163 letter or number sequences, usernames, relative or pet names, romantic links
164 (current or past), and biographical information (for example ID numbers,
165 ancestors' names or dates).
2d99ce9b 166
32caab0e
AL
167The email address is used to send notifications to the system administrator.
168For example:
2d99ce9b
DM
169
170- Information about available package updates.
171
172- Error messages from periodic CRON jobs.
173
7df6cb98
TL
174[thumbnail="screenshot/pve-setup-network.png"]
175
ac46aa04
MS
176The last step is the network configuration. Network interfaces that are UP show
177a filled circle in front of their name in the drop down menu. Please note that
178during installation you can either use an IPv4 or IPv6 address, but not both. To
179configure a dual stack node, add additional IP addresses after the installation.
d91f8c1e 180
1ff5e4e8 181[thumbnail="screenshot/pve-installation.png", float="left"]
2d99ce9b 182
32caab0e
AL
183The next step shows a summary of the previously selected options. Re-check every
184setting and use the `Previous` button if a setting needs to be changed. To
185accept, press `Install`. The installation starts to format disks and copies
186packages to the target. Please wait until this step has finished; then remove
187the installation medium and restart your system.
d91f8c1e 188
7df6cb98
TL
189[thumbnail="screenshot/pve-install-summary.png"]
190
b9a97ca1
MH
191If the installation failed, check out specific errors on the second TTY
192(`CTRL + ALT + F2') and ensure that the systems meets the
7df6cb98 193xref:install_minimal_requirements[minimum requirements]. If the installation
b9a97ca1 194is still not working, look at the xref:getting_help[how to get help chapter].
7df6cb98 195
32caab0e
AL
196Further configuration is done via the Proxmox web interface. Point your browser
197to the IP address given during installation (https://youripaddress:8006).
fe6c04d5 198
b9a97ca1 199NOTE: Default login is "root" (realm 'PAM') and the root password was defined
32caab0e 200during the installation process.
d91f8c1e
DM
201
202[[advanced_lvm_options]]
5eba0743 203Advanced LVM Configuration Options
6b5fc47b 204~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d91f8c1e 205
32caab0e
AL
206The installer creates a Volume Group (VG) called `pve`, and additional Logical
207Volumes (LVs) called `root`, `data`, and `swap`. To control the size of these
208volumes use:
d91f8c1e
DM
209
210`hdsize`::
211
32caab0e
AL
212Defines the total hard disk size to be used. This way you can reserve free space
213on the hard disk for further partitioning (for example for an additional PV and
214VG on the same hard disk that can be used for LVM storage).
d91f8c1e
DM
215
216`swapsize`::
217
d3e2455a
AL
218Defines the size of the `swap` volume. The default is the size of the installed
219memory, minimum 4 GB and maximum 8 GB. The resulting value cannot be greater
220than `hdsize/8`.
e8fe2b1b
FG
221+
222NOTE: If set to `0`, no `swap` volume will be created.
d91f8c1e
DM
223
224`maxroot`::
225
fa281da6
TL
226Defines the maximum size of the `root` volume, which stores the operation
227system. The maximum limit of the `root` volume size is `hdsize/4`.
d91f8c1e
DM
228
229`maxvz`::
230
fa281da6
TL
231Defines the maximum size of the `data` volume. The actual size of the `data`
232volume is:
233+
234`datasize = hdsize - rootsize - swapsize - minfree`
235+
236Where `datasize` cannot be bigger than `maxvz`.
e8fe2b1b 237+
32caab0e
AL
238NOTE: In case of LVM thin, the `data` pool will only be created if `datasize` is
239bigger than 4GB.
e8fe2b1b
FG
240+
241NOTE: If set to `0`, no `data` volume will be created and the storage
242configuration will be adapted accordingly.
d91f8c1e
DM
243
244`minfree`::
245
32caab0e
AL
246Defines the amount of free space left in the LVM volume group `pve`. With more
247than 128GB storage available the default is 16GB, else `hdsize/8` will be used.
d91f8c1e 248+
32caab0e
AL
249NOTE: LVM requires free space in the VG for snapshot creation (not required for
250lvmthin snapshots).
d91f8c1e 251
71280de0
SI
252[[advanced_zfs_options]]
253Advanced ZFS Configuration Options
254~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32caab0e
AL
255The installer creates the ZFS pool `rpool`. No swap space is created but you can
256reserve some unpartitioned space on the install disks for swap. You can also
5f318cc0 257create a swap zvol after the installation, although this can lead to problems.
71280de0
SI
258(see <<zfs_swap,ZFS swap notes>>).
259
260`ashift`::
261
32caab0e
AL
262Defines the `ashift` value for the created pool. The `ashift` needs to be set at
263least to the sector-size of the underlying disks (2 to the power of `ashift` is
264the sector-size), or any disk which might be put in the pool (for example the
265replacement of a defective disk).
71280de0
SI
266
267`compress`::
268
269Defines whether compression is enabled for `rpool`.
270
271`checksum`::
272
273Defines which checksumming algorithm should be used for `rpool`.
274
275`copies`::
276
277Defines the `copies` parameter for `rpool`. Check the `zfs(8)` manpage for the
278semantics, and why this does not replace redundancy on disk-level.
279
280`hdsize`::
281
32caab0e 282Defines the total hard disk size to be used. This is useful to save free space
5f318cc0 283on the hard disk(s) for further partitioning (for example to create a
32caab0e
AL
284swap-partition). `hdsize` is only honored for bootable disks, that is only the
285first disk or mirror for RAID0, RAID1 or RAID10, and all disks in RAID-Z[123].
71280de0 286
d91f8c1e
DM
287
288ZFS Performance Tips
6b5fc47b 289~~~~~~~~~~~~~~~~~~~~
d91f8c1e 290
32caab0e
AL
291ZFS works best with a lot of memory. If you intend to use ZFS make sure to have
292enough RAM available for it. A good calculation is 4GB plus 1GB RAM for each TB
cdf58596 293RAW disk space.
d91f8c1e 294
32caab0e
AL
295ZFS can use a dedicated drive as write cache, called the ZFS Intent Log (ZIL).
296Use a fast drive (SSD) for it. It can be added after installation with the
297following command:
d91f8c1e 298
32caab0e
AL
299----
300# zpool add <pool-name> log </dev/path_to_fast_ssd>
301----
078924cd 302
078924cd
DM
303ifndef::wiki[]
304
305Install {pve} on Debian
6b5fc47b 306-----------------------
078924cd 307
b9a97ca1 308{pve} ships as a set of Debian packages and can be installed on top of a standard
32caab0e
AL
309Debian installation.
310xref:sysadmin_package_repositories[After configuring the repositories] you need
311to run the following commands:
078924cd 312
078924cd 313----
32caab0e
AL
314# apt-get update
315# apt-get install proxmox-ve
078924cd
DM
316----
317
32caab0e
AL
318Installing on top of an existing Debian installation looks easy, but it presumes
319that the base system has been installed correctly and that you know how you want
320to configure and use the local storage. You also need to configure the network
321manually.
115aef16 322
32caab0e 323In general, this is not trivial, especially when LVM or ZFS is used.
115aef16 324
32caab0e 325A detailed step by step how-to can be found on the
def3e106 326{webwiki-url}Install_Proxmox_VE_on_Debian_12_Bookworm[wiki].
078924cd 327
078924cd 328
5c6cf7ac 329endif::wiki[]
078924cd 330
078924cd
DM
331ifdef::wiki[]
332
333Video Tutorials
6b5fc47b 334---------------
078924cd 335
e941eafc
TL
336See the list of all official tutorials on our
337https://www.youtube.com/proxmoxve[{pve} YouTube Channel]
078924cd
DM
338
339
340See Also
6b5fc47b 341--------
078924cd 342
3b5f76b8
DJ
343* link:/wiki/Prepare_Installation_Media[Prepare Installation Media]
344
345* link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster]
346
bc1c71d4
DM
347* link:/wiki/System_Requirements[System Requirements]
348
078924cd
DM
349* link:/wiki/Package_Repositories[Package Repositories]
350
351* link:/wiki/Host_System_Administration[Host System Administration]
352
353* link:/wiki/Network_Configuration[Network Configuration]
354
e723066c
DM
355* link:/wiki/Installation:_Tips_and_Tricks[Installation: Tips and Tricks]
356
078924cd 357endif::wiki[]