https://bugzilla.novell.com/show_bug.cgi?id=786042 https://bugzilla.novell.com/show_bug.cgi?id=786042#c11 --- Comment #11 from Alexander van Kaam <a.vankaam@chello.nl> 2012-10-24 17:04:25 UTC --- hi Michael, your comment about root=UUID=7c3692bd-0acf-49d0-bb08-08398c60b51e got me thinking and with the help of the "udisksctl dump" I found that because sdb is a copy of sda this means that the UUID of sda2 is no longer unique and the "udisksctl dump" showed that. So I searched a bit more and found this option: GRUB_DISABLE_LINUX_UUID=true this still uses the UUID in most of the grub.cfg lines except in the linux line, that changed to: linux /boot/vmlinuz-3.4.11-2.16-desktop root=/dev/sda2 and that solved the issue. I am not sure if it can be considered a bug, but when using a redundancy disk like I do UUID is no longer unique unlike for example /dev/disk/by-id is. for my own I will write down to always use: GRUB_DISABLE_OS_PROBER=true GRUB_DISABLE_LINUX_UUID=true -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.