I first installed antix 16 on a (fdisk) primary partition. Then I copied it to an lvm partition and modified the UUID accordingly in the bootloader config and etc/fstab . When booting into the lvm partition, there were lots of this message:
Code: Select all
Begin: running /scripts/local-block ... done.
and it eventually says gave up waiting for root device ..." and I was given a busybox prompt. ("/bin/sh: can't access tty; job control turned off").
I followed this tip:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://askubuntu.com/a/805640"
linktext was:"http://askubuntu.com/a/805640"
====================================
and it solved my problem. i.e., add this line
Code: Select all
lvm vgchange -ayactivate_vg"$ROOT"
to the file /usr/share/initramfs-tools/scripts/local-top/lvm2
Thanks to the antix community and hope my small contrib helps!