[Bug 814792] New: After grub2 update my dualboot arch system is of the bootloader. os-prober doesnt detect it.
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.
https://bugzilla.novell.com/show_bug.cgi?id=814792 https://bugzilla.novell.com/show_bug.cgi?id=814792#c reint kamp <reintkamp@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|After grub2 update my |After grub2 update my |dualboot arch system is of |dualboot arch system is off |the bootloader. os-prober |the bootloader. os-prober |doesnt detect it. |doesnt detect it. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=814792 https://bugzilla.novell.com/show_bug.cgi?id=814792#c1 Diego Ercolani <diego.ercolani@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diego.ercolani@gmail.com --- Comment #1 from Diego Ercolani <diego.ercolani@gmail.com> 2013-04-14 11:35:53 UTC --- I have the same kind of issue here (os-prober-1.49-7.4.1.x86_64), in my configuration here I have a sony vaio bundled with 2 partitions: 1. FAT32 rescue partition 2. windows operating system with opensuse 12.2 I added a new partition with linux, so I have 3. linux extended partition and linux partitions (SWAP/BOOT and so on) with opensuse12.2 os-prober detected correctly: 1. windows recovery 2. windows installation with opensuse 12.3 os-prober only detect: 1. windows recovery examining the os-prober script I find that os-prober detect external operating ssystem: 1. in hard disk partition 2. in mounted filesystem so I mounted the filesystem containing the windows installation (configuring mountpoint in /etc/fstab) and with this workaround os-prober detect correctly the missing operating system so I think there is a problem in "partition sweep" that when os-prober find an operating system return without examining all the partitions. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=814792 https://bugzilla.novell.com/show_bug.cgi?id=814792#c Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@suse.com |mchang@suse.com -- 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.
participants (1)
-
bugzilla_noreply@novell.com