Thanks in advance…
I installed openSUSE 11.0 KDE4 this morning no probs, have been running fine getting to know stuff. Was just fiddling with firefox cause it stopped working, downloaded a few updates (some KDE stuff and some firefox stuff). I rebooted as per instructions and when computer restarts GRUB only gives one option to boot = windows.
What can I do?
Apologies if this problem is in another thread, i had a little look but couldn’t find any help.
fdisk -l -u
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x97389738
then table of drives which i'll get when i can get it on the email.
cat /boot/grub/menu.lst
cat: /boot/grub/menu.lst: No such file or directory
cat /boot/grub/device.map
cat: /boot/grub/device.map No such file or directory
cat /etc/grub.conf
cat: /etc/grub.conf No such file or directory
You tried to use the commands I provided in another similar thread. There can be a number of causes, so to avoid posting back and forth getting one piece of data at a time, it’s better to get all relevant data at once. But what you did won’t work (except the fdisk command; we need that exactly as output).
Boot from the Live-CD. Open a terminal window. Switch to root (the “su” command). Then do this (assuming you formatted with the ext3 file system):
mount -t ext3 /dev/<partition> /mnt
where is the openSUSE root (/) partition. So for example, /dev/sda2 or /dev/sda3 or . . . Now do this
chroot /mnt
You are now root under your installed OS rather than the Live-CD OS in RAM. Now you can do the following
The “exit” will take you out of the chroot environment. Again, be sure to post back the output of the fdisk command, too.
As far as the grub boot stanza for windows, the rootnoverify is alright. In most cases, it’s not needed anyway with the chainloader command written as yours is. What you’re missing is the openSUSE stanza, maybe more. The above will tell us. (This has happened with some kernel updates, which re-write the grub control file.)
Thanks for your time mingus725, but the problem degenerated and i couldn’t even get to windows. So I am attempting i reinstall now and it seems to be working ok.
If it all goes wrong i’ll come back to this thread.