https://bugzilla.novell.com/show_bug.cgi?id=814792 https://bugzilla.novell.com/show_bug.cgi?id=814792#c0 Summary: After grub2 update my dualboot arch system is of the bootloader. os-prober doesnt detect it. Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: reintkamp@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 I ran the update today 11-april, and my arch dualboot went missing from the grub.cfg. This is a freshly installed system and everything worked fine yesterday after all the updates. I tried yast and grub2-mkconfig -o (i dont know if they are the same) to solve it. And also tried to downgrade to the last version 19.5.2. Reproducible: Always Steps to Reproduce: 1.boot 2. 3. Actual Results: nothing recognised Expected Results: ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-1a1963aa-e80a-4e40-8901-9df7f801503c (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd0,msdos4)' search --no-floppy --fs-uuid --set=root 1a1963aa-e80a-4e40-8901-9df7f801503c linux /boot/vmlinuz-linux root=UUID=1a1963aa-e80a-4e40-8901-9df7f801503c ro quiet initrd /boot/initramfs-linux.img } menuentry "Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-1a1963aa-e80a-4e40-8901-9df7f801503c (on /dev/sda4)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(hd0,msdos4)' search --no-floppy --fs-uuid --set=root 1a1963aa-e80a-4e40-8901-9df7f801503c linux /boot/vmlinuz-linux root=UUID=1a1963aa-e80a-4e40-8901-9df7f801503c ro quiet initrd /boot/initramfs-linux-fallback.img } ### END /etc/grub.d/30_os-prober ### The above results are part of a grub.cfg. I saved from my last distro, bodhi. I didnt think to save the grub.cfg from the fresh install because it worked out of the box. -- 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.