You are on page 1of 1

CONVERT KALI TO LVM

Boot from Ubuntu live usb. Install blocks. Convert away.

ARCHIVE:
cat /etc/fstab
IF /dev/mapper/xyz then already LVM. IF /dev/sda then not LVM.

sudo apt-get install software-properties-common python-software-properties

Have to update distribution template otherwise get template not found error.

So do :
lsb_release -i -c -d -r s
follow this guide http://www.blackmoreops.com/2014/02/21/kali-linux-add-pparepository-add-apt-repository/

either method should work

You might also like