Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.
Ok so Ive been dual booting xp and OpenSUSE for the last few weeks and everything has been fine.
but now after i was forced to reinstall xp, The computer doesn't recognize i have two OS installed and it just boots up xp.
Does anyone know how to fix this?
Reinstalling Linux is the easiest solution. One way or another, you have to reinstall GRUB. (Always make a backup of GRUB before you install any other OS.)
Windows overwrites the MBR by default to automatically point to NTLDR.
Get a live CD, OpenSuSE, Ubuntu, whatever. Then google, reinstall grub. They walk you through it. It's not hard I did it recently as I reinstalled the windows directory.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too
TheLastWarlock wrote:is there any way to back up the data i have saved on the linux partition even though i cant access linux or will i have to lose that data?
You can get this utility to access ext2/3 partitions from within Windows.
sudo mkdir /mnt/linuxhd
sudo mount -t ext3 /dev/hda# /mnt/linuxhd
Replace the # symbol with the partition number that your OpenSuSE is on.
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too