summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-06 00:38:16 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-06 00:38:16 +0200
commit49c3c46c6c712d75d7ced8c71a8b38ae39e3cf51 (patch)
tree46acbd8573228be062e9af78bc91697033c2cf9d
parent25c5e74aebe943080067baae94dc181d0c165961 (diff)
[Skip CI] add the commands needed to clean LVM partition
-rw-r--r--proxmox.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/proxmox.md b/proxmox.md
index b4a08e4..36c412f 100644
--- a/proxmox.md
+++ b/proxmox.md
@@ -7,6 +7,7 @@
- Boot the `Debian Live ISO` live image from a bootable USB
- Connect to wireless network (if not connected via LAN)
- Set root password (which will be asked to run the install playbook)
+- Remove LVM Partitions signatures if any.
- Set the host name `proxmox-iso.local`
- Install and configure ssh
- `cp host_vars/proxmox-iso.local.example host_vars/proxmox-iso.local`
@@ -22,6 +23,9 @@ nmcli dev wifi connect <SSID> password <PASSPHRASE>
sudo apt update
sudo apt install -y openssh-server
sudo systemctl restart ssh avahi-daemon
+
+sudo /sbin/vgchange -an
+sudo /sbin/dmsetup remove_all --force
```
**Mac Example:**