I have 2 harddrives in my system, managed by LVM
vg1 (on /dev/sda2)
lv_root
lv_swap
vg2 (on /dev/sdb2)
lv_root
lv_swap
I removed the sdb HDD and when booting it has gotton slower and drops into debug mode and dmesg shows me:
dracut: Scanning sda2 for LVM logical volumes vg1/lv_root vg1/lv_swap vg2/lv_root vg2/lv_swap
dracut: inactive /dev/vg1/lv_swap inherit
dracut: inactive /dev/vg1/lv_root inherit
Volume group vg2 not found
Skipping volume group vg2
dracut: Warning: No root device "block:/dev/mapper/vg_myname-lv_root" found
dracut: /dev/mapper/vgmyname-lv-swap" not found.
It's the same issue as here: http://forums.fedoraforum.org/showthread.php?t=265470
Answer:
The problem was that the bootloader looked for the removed swap logical volume. All I had to do was to edit grub.confand reboot.
Just to be sure I also deactivated the drive in KDE's 'Disk Utility'.