Dual boot doesnt register

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.

Moderator: Moderators

Post Reply
TheLastWarlock
Posts: 3
Joined: Thu Apr 24, 2008 4:17 pm

Dual boot doesnt register

Post by TheLastWarlock »

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? :(
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

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.
TheLastWarlock
Posts: 3
Joined: Thu Apr 24, 2008 4:17 pm

Post by TheLastWarlock »

Oh ok thats what ill do then :)

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?
Sparkfist
Forum Administrator
Posts: 6754
Joined: Tue Apr 20, 2004 7:12 am
Location: Michigan

Post by Sparkfist »

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

I am a geek.
lifeisbetterwithketchup
Senior Member
Posts: 2180
Joined: Fri Jul 21, 2006 12:08 pm
Steam ID: lifeisbetterwithketchup
Location: Illinois. Whee.

Post by lifeisbetterwithketchup »

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.
Rekarp wrote:
mako321 wrote:What makes you head ninja, anyways? :wink:
Cause I am Abe F#!@ing Lincoln. :mrgreen:
Sparkfist
Forum Administrator
Posts: 6754
Joined: Tue Apr 20, 2004 7:12 am
Location: Michigan

Post by Sparkfist »

You can use a live CD to access the linux partition.

Code: Select all

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

I am a geek.
TheLastWarlock
Posts: 3
Joined: Thu Apr 24, 2008 4:17 pm

Post by TheLastWarlock »

Thanks Everyone for your replies :)
I have successfully backed up and reinstalled linux so everything works fine!
Post Reply