Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 12-26-2007, 01:33 AM   #1 (permalink)
Registered User
 
Join Date: Dec 2007
Location: India
Posts: 2
OS: XP sp2, SUSE 10


Send a message via Yahoo to sanx
Dual Boot Issue..

Hi All,

Greetings..

Am very new here, I need your Help Desparately..

I had two partitions,one with Linux(40Gb) and another with Windows xp(120Gb).
Whenever I started the computer it offered option to choose Linux or Windows Xp.

But when I reinstalled XP and started the computer,It directly goes to Windows xp.No choice is given to choose Linux. ( I know my my MBR seetings has been changed, I want to know how can I fix MBR to boot both xp and linix again?)

I don't have Linux Installation CD.I was using Suse Linux Desktop10.

Please Help me.

Last edited by sanx; 12-26-2007 at 01:35 AM.
sanx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 12-26-2007, 05:44 AM   #2 (permalink)
Mentally divergent
 
Bartender's Avatar
 
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04


Re: Dual Boot Issue..

"Am very new here, I need your Help Desparately.."

OK, first thing to do is calm down. Whatever's done is done. In XP, go into Control Panel>Administrative Tools>Computer Management>Disk Management. Or something like that, I'm using Windows 2000.
What do you see? Does XP say that you have one C:\ partition? If so, you deleted your Linux partitions when you installed XP and there's nothing that can be done.
If XP says that you have more than one partition, but they're "Unknown" or something similar, that probably means you re-installed XP to just the partition where it was before and your Linux partitions are still intact.

In the second case, all you would have to do is repair the Linux bootloader, which was wiped out when XP was reinstalled. There are a few different ways to do this, I'm not really familiar with the process and I don't know off the top of my head if SUSE uses GRUB or LILO. If it's GRUB, then the Super GRUB disc will do it. You say you don't have the SUSE disc any more?

If nobody else steps up with more details, google "repair bootloader SUSE" and you'll find instructions for how to do it.

Last edited by Bartender; 12-26-2007 at 05:53 AM.
Bartender is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-26-2007, 09:40 PM   #3 (permalink)
Registered User
 
Join Date: Dec 2007
Location: India
Posts: 2
OS: XP sp2, SUSE 10


Send a message via Yahoo to sanx
Re: Dual Boot Issue..

Thanks a lot Bartender for ur help.

My data on Linux partion is Intact. As I dont have SUSE Cd with me, I cant recover my bootloader.

I tried Knoppix, I copied some important files from Linux Partion to Windows.

Now I have only one option, i.e. delete Linux partion and install any other Linux

Any way Thanks again...
sanx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-28-2007, 05:25 AM   #4 (permalink)
Registered User
 
Join Date: Dec 2007
Posts: 18
OS: Fedora Core 8


Re: Dual Boot Issue..

You will need to reinstall grub, as the previous poster has mentioned your disk will likely be using the XP MBR.

I would strongly recommend obtaining a copy of your current MBR. DD should be able to do this with a linux boot disk. sda here I assume is the disk with the MBR your concerned about on it.

Code:
dd if=/dev/sda bs=446 count=1 of=/some/safe/backup/place.mbr
To reinstall the boot loader (from linux or a repair disk) it is the command below where sda is your primary booting disk.
Code:
grub-install /dev/sda
Be warned however, the config file for grub is normally location in the /boot partition of a linux install and if this no longer matches up with your bootloading needs this can make the disk unbootable or at least XP unbootable. If it does this you will need to change your grub.conf file to remap the disks before booting. Cant remember off of the top of my head how you do this but there are plenty of examples and documentation flying around the internet that explains.

In the event of disaster when your disk is completely unbootable you should be able to recover it using the backup of your old MBR you made earlier.

Code:
dd if=/some/safe/backup/place.mbr of=/dev/sda
Deleriux is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:04 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85