Okay, this is the problem. I just installed 12.1 via SD card, and when I rebooted I get the following error from Grub.
Error: File not found
Grub rescue
The strange thing is that when I boot from the SD Card. It boots up like it is supposed to. What i am thinking is that some how it wrote the MBR to the SD card. Now, I am sort of new when it comes to working with opensuse. I am used to Ubuntu, but unforuantely 11.10 does not like my computer at all.
In a terminal, we need to edit /boot/grub/menu.lst
So enter this
in kde
kdesu kwrite /boot/grub/menu.lst
or in gnome
gnomesu gedit /boot/grub/menu.lst
Now you need to change, carefully
# Modified by YaST2. Last modification on Tue Jan 3 21:38:32 CST 2012
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd0,0)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 12.1
root (hd0,0)
kernel /boot/vmlinuz-3.1.0-1.2-desktop root=/dev/disk/by-id/ata-ST9500325AS_5VE1ZD0T-part1 resume=/dev/disk/by-id/ata-ST9500325AS_5VE1ZD0T-part5 splash=silent quiet showopts vga=0x317
initrd /boot/initrd-3.1.0-1.2-desktop
###Don't change this comment - YaST2 identifier: Original name: Linux other###
title Linux other
rootnoverify (hd0,0)
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 12.1
root (hd0,0)
kernel /boot/vmlinuz-3.1.0-1.2-desktop root=/dev/disk/by-id/ata-ST9500325AS_5VE1ZD0T-part1 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317
initrd /boot/initrd-3.1.0-1.2-desktop
Then save the file
The entry for Linux other could be removed, it’s of no use
The installer was bit mixed up by the use of the SD card.
okay, I think its fixed. it wouldn’t even boot back in to the liveCD, but i went in to Grub command and typed
root (hd1,0)
and then
setup (hd1)
trying to at least get it to boot back into my installation. When i rebooted it booted to the menu and to the OS shortly after. Then i tried it again without the SDcard present and got the same result. I have no idea how it happened, but at least it is working.
Thanks for your help, everything else seems to be working so far. The real test will be when i get the rest of my stuff on here which will be tomorrow. Been working on this all day haha.
I probably made about a dozen installs there already and once it did do the same you had. And the installer was seeing my HD as hd1
But I didn’t run it
I rebooted and tried again
It’s not happened since.
A related issue affected my install on my Main Box
The installer had the HD order wrong and I had to toggle them in the Bootloader setup.
The edit I made for you earlier would work, if only I had remembered to add the edit for the device map!