Comment 11 for bug 1429327

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote : Re: ISST-LTE: system drops to initramfs after install on multipath disk

And illustrating the previous point (root filesystem on single-path device):

 (initramfs) cat /proc/cmdline
 BOOT_IMAGE=/boot/vmlinux-3.19.0-8-generic root=UUID=3809b2f8-dcb0-4a6a-945a-885e384b463e ro break=post-multipath

 (initramfs) ls -l /dev/disk/by-uuid
 ...
 lrwxrwxrwx 1 10 3809b2f8-dcb0-4a6a-945a-885e384b463e -> ../../sda2
 ...
 (initramfs) multipath -v0
 ...
 (initramfs) ls -l /dev/disk/by-uuid
 ...
 lrwxrwxrwx 1 10 3809b2f8-dcb0-4a6a-945a-885e384b463e -> ../../dm-2
 ...