Announcement

Collapse
No announcement yet.

How do I get rid of extra Win2k listed in BIOS during boot?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I get rid of extra Win2k listed in BIOS during boot?

    This may seem like an odd problem, but I've never seen anyone ask about it before.

    When a dual boot system is turned on, you're faced with a choice in the BIOS as to which OS you wish to use. I've got two computers that for different reasons have Win2k listed twice, although Win2k is of course only installed once on each computer.

    Microsoft Windows 2000 Professional
    Microsoft Windows 2000 Professional
    Microsoft Windows

    The middle listing of Win2k is the one I want to get rid of. My question is - how do I get the unnecessary extra listing of Win2k removed so that it doesn't come up every time the computer is booted?
    Last edited by Patrick; 3 October 2002, 00:55.

  • #2
    Edit your boot.ini file in the root of C:

    You will see the extra lines in there. Just mark and delete them, leaving the one you want.
    How can you possibly take anything seriously?
    Who cares?

    Comment


    • #3
      Quick response!

      That sounds simple enough. Thanks mutz.

      Comment


      • #4
        Maybe not so simple...

        Ok, I found what I need, but I'm not exactly sure what to delete. I've copied the info here. You'll notice I've also included the listing for the default OS. It's difficult for me to determine what words belong to what OS because nothing is really listed on a "line". Could someone who understands this please tell me exactly what to delete. Thanks.

        default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
        [operating systems]
        multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
        signature(a945a1f9)disk(0)rdisk(0)partition(1)\WIN NT="Microsoft Windows 2000 Professional" /fastdetect
        C:\="Microsoft Windows"
        Last edited by Patrick; 3 October 2002, 00:57.

        Comment


        • #5
          Success...

          Well, I took a chance and deleted the following:

          /fastdetect signature(a945a1f9)disk(0)rdisk(0)partition(1)\WIN NT="Microsoft Windows 2000 Professional"

          It seems to have worked. Whew!

          Comment


          • #6
            ...here's mine

            [boot loader]
            timeout=30
            default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
            [operating systems]
            multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect
            How can you possibly take anything seriously?
            Who cares?

            Comment


            • #7
              naa.. its prety simple... just takes alitle heart..
              "They say that dreams are real only as long as they last. Couldn't you say the same thing about life?"

              Comment


              • #8
                Code:
                default=multi(0)disk(0)rdisk(0)partition(2)\WINNT 
                [operating systems] 
                multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000 Professional" /fastdetect 
                signature(a945a1f9)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect 
                C:\="Microsoft Windows"
                As you can see, (ignoring multi, disk and rdisk), partition(2) is the default OS, whereas partition(1) is the orphaned install.

                C:\ is for the DOS based Windows systems, and you can change "Microsoft Windows" to "Windows 98" etc to make it nicer

                One thing that I don't know is the "signature" part. Can anyone enlighten me? Did you upgrade to a Dynamic Disk maybe? (straws)

                P.
                Last edited by Pace; 3 October 2002, 07:49.
                Meet Jasmine.
                flickr.com/photos/pace3000

                Comment


                • #9
                  Huh?

                  Pace, I hope it's not me you're asking about upgrading to a "Dynamic Disk", whatever that is.

                  Comment


                  • #10
                    Isn't the signature a reference to the HD, sort of a serial number.
                    I get a really odd looking boot.ini when i install with a mixture of IDE and SCSI.
                    The Welsh support two teams when it comes to rugby. Wales of course, and anyone else playing England

                    Comment


                    • #11
                      But they there's a bit of Irish in you
                      Meet Jasmine.
                      flickr.com/photos/pace3000

                      Comment


                      • #12
                        The Welsh support two teams when it comes to rugby. Wales of course, and anyone else playing England

                        Comment

                        Working...
                        X