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:38] – 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 ===== |
Line 26: | Line 26: | ||
- | === repositories === | + | ===== repositories |
- | old: | + | old <8 |
+ | |||
+ | < | ||
+ | / | ||
- | / | ||
deb http:// | deb http:// | ||
+ | </ | ||
+ | new 8 | ||
- | new: | + | < |
/ | / | ||
+ | |||
deb http:// | deb http:// | ||
/ | / | ||
+ | |||
deb http:// | deb http:// | ||
+ | </ | ||
+ | ===== remove nag screen ===== | ||
- | === remove nag screen === | ||
< | < | ||
sed -Ezi.bak " | sed -Ezi.bak " | ||
Line 49: | 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.1719844710.txt.gz · Last modified: 2024/07/01 11:38 by protocol