summaryrefslogtreecommitdiffstats
path: root/docs/kickstart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/kickstart.txt')
-rw-r--r--docs/kickstart.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/kickstart.txt b/docs/kickstart.txt
new file mode 100644
index 0000000..fb2b5da
--- /dev/null
+++ b/docs/kickstart.txt
@@ -0,0 +1,13 @@
+Troubleshooting
+===============
+ - If re-installed, there is some leftovers from LVM/Device Mapper causing CentOS installer
+ to crash (even if 'clearpart' is specified). After first crash, it may be useful.
+ * Clean partition tables with
+ dd if=/dev/zero of=/dev/<device> bs=512 count=1024
+ * Destroy rogue LVM VGs
+ vgdestroy <vgname>
+ * Destroy rogue device mapper devices
+ dmsetup info -C
+ dmsetup remove <name>
+
+ \ No newline at end of file