![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
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. |
|
|
|
| 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 |
|
|
#2 (permalink) |
|
Mentally divergent
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. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
|
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... |
|
|
|
|
|
#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 Code:
grub-install /dev/sda 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 |
|
|
|
![]() |
| Thread Tools | |
|
|