I just renamed my Intel RAID array in windows from Volume0 to wreckstation. Windows booted fine, but Fedora 13 fails. Here is my kernel line in grub:
Code:
kernel /vmlinuz-2.6.34.7-56.fc13.x86_64 ro root=/dev/mapper/vg_wreckstation-lv_root rd_LUKS_UUID=luks-b153c8fe-8fb7-4e38-9d6c-c8ad266f3ce2 rd_MD_UUID=70491d6d:e4569e70:af0cc70e:e9e2f376 rd_MD_UUID=78ab9c06:4fe00888:f2563f95:9e7a0318 rd_LVM_LV=vg_wreckstation/lv_root rd_LVM_LV=vg_wreckstation/lv_swap rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet nomodeset
I think it might have something to do with the UUID changing, but I have no idea how to get the new UUID, even after reading the dmraid manpage. Any help would be appreciated!