proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox [2024/07/01 11:37] – 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: | ||
| </ | </ | ||
| - | === disable portmap port 111 === | + | ===== disable portmap port 111 ===== |
| systemctl stop rpcbind | systemctl stop rpcbind | ||
| + | |||
| systemctl stop rpcbind.socket | systemctl stop rpcbind.socket | ||
| + | |||
| systemctl disable rpcbind | systemctl disable rpcbind | ||
| + | |||
| systemctl disable rpcbind.socket | systemctl disable rpcbind.socket | ||
| - | === repositories === | ||
| - | old: | + | ===== repositories ===== |
| - | / | + | old <8 |
| - | deb http:// | + | |
| + | < | ||
| + | / | ||
| - | new: | + | 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 44: | 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.1719844671.txt.gz · Last modified: 2024/07/01 11:37 by protocol
