https://bugzilla.novell.com/show_bug.cgi?id=848826 https://bugzilla.novell.com/show_bug.cgi?id=848826#c5 --- Comment #5 from Axel Braun <axel.braun@gmx.de> 2013-11-13 15:41:27 UTC --- (In reply to comment #4)
What's the file system used for your /boot ?
ext4
You bootloader is installed to partition or MBR ? Anyway if you see only 'GRUB' that means second stage core.img not loaded due to it's block has changed and your MBR or partition boot record using a wrong block.
Try mount your root partition in rescue mode and provide the logs under /var/log/YaST2.
will attach them
Besides you can try this commands in rescue mode to bring your back. Suppose that your root partition is /dev/sda1
mount /dev/sda1 /mnt mount --bind /proc /mnt/proc mount --bind /sys /mnt/sys mount --bind /dev /mnt/dev chroot /mnt update-bootloader --reinit || update-bootloader --refresh
That fails with the error message disk 'hd0,2' not found The boot partition is on /dev/sda2 -- 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.