CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: Two OS Problem

  1. #1
    Join Date
    Dec 2003
    Posts
    91

    Two OS Problem

    I am using two operating systems. First I installed Win98 on C: drive and then I installed WinXp on D: Drive.
    My question is that I had to reinstall the Win98 after formating my C: drive, then with new installation, there is no option to select to OS, so I am not able to run WinXp. Whenever I boot the system, it starts win98.

    Where is that OS selection option?
    Is there any way to bring it back?
    How can I prevent it to happen again?

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Two OS Problem

    Well...Windows 98 and XP share common data on the partition C. In other words, the loader for XP, the bootmanager etc. is placed on the partition C as well. Since you did format the drive, you also deleted these files.

    You need to run the XP setup again...selecting the 'Repair' option...

  3. #3
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: Two OS Problem

    See and edit this file: C:\boot.ini
    Be careful to edit this file, it is text file - hidden and system.
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Two OS Problem

    Quote Originally Posted by Ajay Vijay
    See and edit this file: C:\boot.ini
    Be careful to edit this file, it is text file - hidden and system.
    Well...that does not help....first of all there is no 'boot.ini' file, and second of all, without the XP loader you will not boot anything at all...

  5. #5
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: Two OS Problem

    Well, my mistake to read OP's post - I did not read that he "formatted" the drive.
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

  6. #6
    Join Date
    Dec 2003
    Posts
    91

    Re: Two OS Problem

    From Where do I need to run setup of winxp, and whether all of my installed programs be remained there in there last position

  7. #7
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Two OS Problem

    Quote Originally Posted by arshadjehan
    From Where do I need to run setup of winxp, and whether all of my installed programs be remained there in there last position
    Well...from the setup CD...

  8. #8
    Join Date
    Nov 2001
    Location
    Accra,Ghana
    Posts
    232

    Re: Two OS Problem

    i have a similar problem . i installed XP on 2 seperate drives independently ,then set 1 as master and the other slave. but i want to edit the Boot.ini. of the master to add a line to point to the slave drive , so as to be able to boot from there (it is also a primary partition)
    Two heads are better than one

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured