P.S , i read some forums and tried doing a “configure new boot thing” in the boot loader but it keeps saying it fails due to not been able to mount my hard disk
I have a dual-disk setup (SATA and IDE) between Linux and Windows 7 too.
Just for clarity:
Seagate=openSUSE (“S” for “Suse”)
WD=Windows (“W” for “Windows”)
Was Grub on the WD because of a previous installation, or what was your thinking behind that?
On my setup I have the Linux on the Primary (SATA) slot with Grub, and Windows (IDE) on the second hard drive. That way, if Windows disk is removed, I can boot to Linux without any issues (grub comes up as expected), and if I remove the Linux disk and move the Windows to the primary spot it won’t even notice something not there anymore.
What are the entries in Grub for the Windows choices? I’m not in front of a Linux box to figure out where the file is, at this moment.
Also, can you verify which is first and which is second?
i dont have any on ide, there just plugged into sata ports on the motherboard
everything was fine after installing opensuse, i did recently have fedora but got bored of it
The seagate is the opensuse driver
the boot drive in the bios is the western digital
the grub menu is on the western digital
windows 7 is on the western digital
the grub menu about 2 hours ago gave me opensuse 11.4, other 1, other 2, and opensuse failsafe
After booting other 2 and going to windows 7 and playing some games for a phew hours, i rebooted my pc to access opensuse to play with it, and i got that loading message and nothing happens
now to even get online im using the livecd for opensuse 11.4
I don’t know if it works in openSUSE, but I had an update lose my Windows options in the Grub menu in Ubuntu. The suggestion I got was to run, I think,
sudo grub-config
I don’t know if this is something more Ubuntu-specific, but it seemed as though it rescanned and reentered my Windows option back in.
That link looks handy, I’ll have to keep it in mind next time.
2. Once in the live desktop start a RoxTerm, this has root power by default. I have included a video of this being done. We need to start grub, find the menu.lst file, setup grub.
You type: grub
Terminal: grub>
You type: find /boot/grub/menu.lst
Terminal: (hd0,1) (N.B. You may get different, replace your numbers in the next step)
You type: root (hd0,1) (Or different depending what previous step gave for you)
Terminal: Filesystem type is ext2fs, partition type 0x83
You type: setup (hd0)
Terminal: Checking if /boot/grub/stage1 exists ... yes Computer finally returns this-- Succeeded.......Done
You type: quit
reboot
When I had to reinstall Grub, I could not get Parted Magic to work, and had to use a OpenSuse live disc.
but i want to prevent this happening in the future, i wish i knew the cause of it so i can stop it ever happening again, i dont want to have to reinstall again
but i want to prevent this happening in the future, i wish i knew the cause of it so i can stop it ever happening again, i don’t want to have to reinstall again
Many times the fix takes longer than reinstalling, but having patience to learn how to fix the issue (as hard as that is at times) really helps learn went wrong. Many people are contributing who are willing to walk you through the problem, but they need time to get to your responses.
Which version did you install of OpenSuse, and is your grub fixed?