https://bugzilla.novell.com/show_bug.cgi?id=869168 https://bugzilla.novell.com/show_bug.cgi?id=869168#c0 Summary: os-prober: linux-boot-loader does not remove "@" in linux and initrd path with btrfs filesytem Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: mfriesenegger@suse.com QAContact: jsrain@suse.com Found By: --- Blocker: --- OpenSUSE 13.1 manages my boot partition. I installed SLES12 beta 2 into a parition using a btrfs filesystem. Ran "grub2-mkconfig -o /boot/grub2/grub.cfg" with a snippet of the following results: menuentry 'SUSE Linux Enterprise Server 12 (x86_64) (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simpl e-3aa22d42-6038-4ee8-b87a-d01a4ca7bd95' { insmod part_gpt insmod btrfs set root='hd0,gpt3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 --hint='hd0,gpt3' 3aa22d42-6038-4ee8-b87a-d01a4ca7bd95 else search --no-floppy --fs-uuid --set=root 3aa22d42-6038-4ee8-b87a-d01a4ca7bd95 fi linux /@/boot/vmlinuz-3.12.12-3-default root=UUID=3aa22d42-6038-4ee8-b87a-d01a4ca7bd95 rootflags=subvol=@ resume=/dev/system/swap1 splash=silent quiet showopts crashkernel=256M-:128M initrd /@/boot/initrd-3.12.12-3-default } I was unable to boot the SLES12 partition because a "@" is in path on linux and initrd linux. -- 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.