summaryrefslogtreecommitdiffstats
path: root/docs/kickstart.txt
blob: 1331542c2279d738abfdc576ee4df631cffe078f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_all
        dmsetup remove <name>