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

Author Topic: multiple operating system but only boot's to one  (Read 7240 times)

0 Members and 1 Guest are viewing this topic.

maximum10

    Topic Starter


    Rookie

    multiple operating system but only boot's to one
    « on: August 30, 2009, 06:50:55 AM »
    hi
    i have 2 OS on 2 hard drives, the second OS wasn't showing on boot up nor in the boot.ini
    so i ran the recovery console and did the
    bootcfg /rebuild
    it found the second OS so i added it and named it Audio XP now when i boot up i have the option of my default OS and the Audio XP OS but when i boot into either it starts up in my default OS, so it seems on boot up that ive now got 2 choices of the same OS my second one still isn't there.
    havent got a clue why its doing this.
    thanks

    edit to add: i dont have a boot loader and when ive had this working in the past i didnt use a boot loader, i think 

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: multiple operating system but only boot's to one
    « Reply #1 on: August 30, 2009, 06:56:03 AM »
    Was the 2nd os on the 2nd HDD installed with the 1st HDD hooked up ? ?
    If not you will need to install a bootloader.
    Or simply choose the drive at boot from within setup...
    " Anyone who goes to a psychiatrist should have his head examined. "

    maximum10

      Topic Starter


      Rookie

      Re: multiple operating system but only boot's to one
      « Reply #2 on: August 30, 2009, 07:11:25 AM »
      tbh m8 i cant remember if the first HDD was hooked up or not, it was a while ago that id done this , cant remember when or why it stopped working.
      i'll give a boot loader a try is there a free one you could recommend?

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: multiple operating system but only boot's to one
      « Reply #3 on: August 30, 2009, 07:14:28 AM »
      If you check your BOOT.INI file it will probably show that it has 2 options, one saying windows xp, the other, audio xp, but they both boot to windows xp.
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      maximum10

        Topic Starter


        Rookie

        Re: multiple operating system but only boot's to one
        « Reply #4 on: August 30, 2009, 07:20:35 AM »
        yes thats exactly what its doing.
        my boot.ini
        [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="XP Audio" /fastdetect
        multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn

        maximum10

          Topic Starter


          Rookie

          Re: multiple operating system but only boot's to one
          « Reply #5 on: August 30, 2009, 07:40:34 AM »
          does that boot.ini look correct?

          Helpmeh



            Guru

          • Roar.
          • Thanked: 123
            • Yes
            • Yes
          • Computer: Specs
          • Experience: Familiar
          • OS: Windows 8
          Re: multiple operating system but only boot's to one
          « Reply #6 on: August 30, 2009, 08:19:18 AM »
          Where do you have the second os installed? It really should be on a different partition.
          Where's MagicSpeed?
          Quote from: 'matt'
          He's playing a game called IRL. Great graphics, *censored* gameplay.

          maximum10

            Topic Starter


            Rookie

            Re: multiple operating system but only boot's to one
            « Reply #7 on: August 30, 2009, 08:26:57 AM »
            its on a different HDD

            patio

            • Moderator


            • Genius
            • Maud' Dib
            • Thanked: 1769
              • Yes
            • Experience: Beginner
            • OS: Windows 7
            Re: multiple operating system but only boot's to one
            « Reply #8 on: August 30, 2009, 08:33:03 AM »
            See Here...

            The boot ini is incorrect...if Audio is indeed installed to the second drive the disk # should be 1...not 0
            " Anyone who goes to a psychiatrist should have his head examined. "

            maximum10

              Topic Starter


              Rookie

              Re: multiple operating system but only boot's to one
              « Reply #9 on: August 30, 2009, 08:44:02 AM »
              so it should read like this?

              [boot loader]
              timeout=30
              default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
              [operating systems]
              multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="XP Audio" /fastdetect
              multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn

              patio

              • Moderator


              • Genius
              • Maud' Dib
              • Thanked: 1769
                • Yes
              • Experience: Beginner
              • OS: Windows 7
              Re: multiple operating system but only boot's to one
              « Reply #10 on: August 30, 2009, 08:46:44 AM »
              Worth a try...did you read the article ? ?
              Make sure to save a copy of the old one in case...
              " Anyone who goes to a psychiatrist should have his head examined. "

              maximum10

                Topic Starter


                Rookie

                Re: multiple operating system but only boot's to one
                « Reply #11 on: August 30, 2009, 08:53:24 AM »
                missed the link the first time having a look now thanks, and ill try that ini change in a min

                maximum10

                  Topic Starter


                  Rookie

                  Re: multiple operating system but only boot's to one
                  « Reply #12 on: August 30, 2009, 09:03:45 AM »
                  ok just gave that a go, the error i got was

                  windows could not start because of a computer disk hardware configuration problem
                  could not read from the selected boot disk, check boot path and disk hardware

                  maximum10

                    Topic Starter


                    Rookie

                    Re: multiple operating system but only boot's to one
                    « Reply #13 on: August 30, 2009, 09:14:29 AM »
                    what if i try this

                    [boot loader]
                    timeout=30
                    default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
                    [operating systems]
                    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Audio" /fastdetect
                    multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn


                    maximum10

                      Topic Starter


                      Rookie

                      Re: multiple operating system but only boot's to one
                      « Reply #14 on: August 30, 2009, 09:27:55 AM »
                      that didnt work i got the error

                      windows could not start because of the following missing or corupt files
                      <windows root>\system32\hal.dll
                      please reinstall a copy of the above file