Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Duplicate Setup  (Read 3196 times)

0 Members and 1 Guest are viewing this topic.

kixfan

    Topic Starter


    Rookie

    Duplicate Setup
    « on: May 29, 2008, 03:03:41 PM »
    Hello to everyone. My name is Dennis and I just registered. I have a problem that is annoying but not critical. Around a month ago I had a major slowdown problem with my computer so I figured I would reinstall WindowsXP and when I did I had an installation problem and ended up having to try it again. Now when I start my computer it seems to give me 2 choices of which operating system to start with. Both are Windows XP Pro but one works and one doesn't. It says a required dll file is missing. Is there any way to delete the nonworking setup so it doesn't show up as a choice during boot-up? Thanks in advance for your help!
    Dennis

    dahlarbear



      Specialist

      Thanked: 101
      Re: Duplicate Setup
      « Reply #1 on: May 29, 2008, 04:19:13 PM »
      Is there any way to delete the nonworking setup so it doesn't show up as a choice during boot-up?

      Yes, deleting an additional operating system as a choice during bootup is easy.  You delete the invocation line of the nonworking operating system from the boot.ini file.

      The real issue is whether you actually have multiple installations of the operating system on your system, or multiple "invocations" of the same operating system. 

      The key to a solution is to examine the "boot.ini" file located at "C:\boot.ini".  Normally, the following file attributes are set for this file making it difficult to examine manually:  system, hidden, and read-only.

      The contents of this file identify the operating system(s) known to your system and where they are located within the file system.

      If each operating system invocation line points to a different location for the operating system; either different disk, partition, "Windows" directory name, or all of the preceding; then you have two distinct installations.  This sounds like the case you have here, since one works and one doesn't.  If true, you may eventually want to delete the directory subtree of the nonworking operating system from the file system to recover the disk space.  Don't rush into this.  Think about it long and hard. (And back up your important data first).

      If each operating system invocation line points to the same location; e.g same disk, partition, and Windows directory name; then there is only one installation of Windows with different options for invoking it.

      At any rate, here are some references to look over:
          How to edit the Boot.ini file in Windows XP

          Additional information and help with the boot.ini
          How to rebuild the Windows boot.ini

      kixfan

        Topic Starter


        Rookie

        Re: Duplicate Setup
        « Reply #2 on: May 29, 2008, 09:17:37 PM »
        This is what my boot.ini says. How do I know which line to delete?

        [boot loader]
        timeout=30
        default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
        [operating systems]
        multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /noexecute=optin
        multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

        I have looked through all the partitions on my drives and cannot find any 2nd copy of the operating system. Could it be because it was a failed install and never worked or used?

        dahlarbear



          Specialist

          Thanked: 101
          Re: Duplicate Setup
          « Reply #3 on: May 30, 2008, 01:10:31 AM »
          This is what my boot.ini says. How do I know which line to delete?

          [boot loader]
          timeout=30
          default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
          [operating systems]
          multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /noexecute=optin
          multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

          I have looked through all the partitions on my drives and cannot find any 2nd copy of the operating system. Could it be because it was a failed install and never worked or used?

          1.  Two Installations.  Your system believes there are two installations of Windows XP on your computer.  It believes the first is in partition 1 (at "C:\Windows"?) and the second is in partition 2 (at "D:\Windows"?).  Whether they actually exist or not only you can say.

          2.  Which One is Which.  If you let the 30 second timeout expire, the system will attempt to boot the "default" operating system in partition 1 at c:\Windows.  This corresponds to the first entry listed under "[operating systems]" because they both refer to "partition(1)".

          You are free to edit the identifying text string(s) to any value you wish.  For example you may change "Microsoft Windows XP Professional" to "Do you feel lucky?", "Go ahead - make my day!", or "Windows XP Pro - C:\Windows" and "Windows XP Pro - D:\Windows".

          3.  Could it be because...  I don't know why you are unable to find a second operating system on your system.  Maybe it's just not there.
          « Last Edit: May 30, 2008, 03:02:09 AM by dahlarbear »

          kixfan

            Topic Starter


            Rookie

            Re: Duplicate Setup
            « Reply #4 on: May 30, 2008, 05:14:34 AM »
            Thank you for your help.  :D

            dahlarbear



              Specialist

              Thanked: 101
              Re: Duplicate Setup
              « Reply #5 on: May 30, 2008, 03:51:20 PM »
              You're more than welcome.  Posting the "boot.ini" file was very helpful.  --dahlarbear