https://bugzilla.novell.com/show_bug.cgi?id=848826 https://bugzilla.novell.com/show_bug.cgi?id=848826#c4 --- Comment #4 from Michael Chang <mchang@suse.com> 2013-11-13 11:35:04 UTC --- Hi Axel, What's the file system used for your /boot ? 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. 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 -- 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.