proxmox
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| proxmox [2024/05/13 07:58] – created protocol | proxmox [2025/04/09 14:02] (current) – protocol | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | === mount proxmox virtual disk === | + | ===== mount proxmox virtual disk ===== |
| <code C [enable_keyword_links=" | <code C [enable_keyword_links=" | ||
| mount -t vfat -o loop, | mount -t vfat -o loop, | ||
| </ | </ | ||
| - | === dd through ssh === | + | ===== dd through ssh ===== |
| < | < | ||
| ssh host "dd if=/ | ssh host "dd if=/ | ||
| Line 14: | Line 14: | ||
| </ | </ | ||
| - | === repositories | + | ===== disable portmap port 111 ===== |
| - | old: | ||
| - | / | + | systemctl stop rpcbind |
| - | deb http:// | + | |
| + | systemctl stop rpcbind.socket | ||
| - | new: | + | systemctl disable rpcbind |
| + | systemctl disable rpcbind.socket | ||
| + | |||
| + | |||
| + | ===== repositories ===== | ||
| + | |||
| + | old <8 | ||
| + | |||
| + | < | ||
| / | / | ||
| + | |||
| + | deb http:// | ||
| + | </ | ||
| + | |||
| + | new 8 | ||
| + | |||
| + | < | ||
| + | / | ||
| + | |||
| deb http:// | deb http:// | ||
| / | / | ||
| + | |||
| deb http:// | deb http:// | ||
| + | </ | ||
| + | ===== remove nag screen ===== | ||
| - | === remove nag screen === | ||
| < | < | ||
| sed -Ezi.bak " | sed -Ezi.bak " | ||
| Line 37: | Line 55: | ||
| - | === links to sort === | + | ===== links to sort ===== |
| + | Deactivate the volume group: | ||
| + | |||
| + | # vgchange -a n my_volume_group | ||
| + | |||
| + | |||
| + | Now you actually remove the volume group: | ||
| + | |||
| + | # vgremove my_volume_group | ||
| + | |||
| + | |||
| + | https:// | ||
| https:// | https:// | ||
proxmox.1715597891.txt.gz · Last modified: 2024/05/13 07:58 by protocol
