arch linux Installing Arch Linux with /root on an LVM This post is aimed at simplifying the process of installing Arch on Logical Volume Manager (LVM). The info in this post came mostly from this excellent Wiki article, with a couple of additions
grub Fix grub when installed to the wrong drive on Ubuntu Install grub to the wrong drive by mistake during install? Easily fix this by first finding your boot drive. sudo fdisk -l Mine was /dev/sdc, so: sudo grub-install /dev/sdc sudo update-grub