Error after installing Win XP on partition

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 28
    Windows 7
    Thread Starter
       #21

    sup3rsprt said:
    yeah, you need the proper version of the .net framework 2.0 or higher.

    I have installed on my computer versions 2.0 SP2, 3.0 SP2, and 3.5 SP1

    I also have the latest EasyBCD 2.0 beta 64 that was released today.
    I did have all those versions installed but still got the error.. On one forum someone suggested it being due to drivers not being installed? That coudl be a possibility as after installing XP I only bothered installing the motherboard chipset drivers, do you know what else I could need to make this work?

    Thank you
      My Computer


  2. Posts : 1,557
    XP, Seven, 2008R2
       #22

    try the latest beta version?

    can you run any .net apps? Like Paint.net for example?

    http://www.getpaint.net/

    another thing you could try is VistaBootPro but that is also a .net application

    or you could just use the command line utilities, but I was trying to make this easy on you.
      My Computer


  3. Posts : 1,112
    XP_Pro, W7_7201, W7RC.vhd, SciLinux5.3, Fedora12, Fedora9_2x, OpenSolaris_09-06
       #23

    shyamt said:
    Okay got XP installed but one problem... I can't get the dual boot option up..

    Any ideas to get Windows 7 on boot options?
    I assume you mean you: Don't see the W7 Boot Manager B/W screen at all, and boot directly to XP:
    If this is not the case, Ignore this post.

    The solution should be to boot from your w7 install DVD.
    Now you need to get to a "command prompt", which in Win7, is to hit "Shift F10" which brings up an 'Admin Cmd prompt'.
    ---------------------------------------------
    ( Now you have to find out the 'letter' of your DVD, and HDD: )
    type: diskpart
    then: list volume -- Note the letters of DVD (D:?) and boot HDD (C:?)
    type: EXIT to get out of 'diskpart' and back to the cmd prompt.

    type: D: (? for your DVD letter)

    type: CD boot
    type: bootsect /nt60 C: /mbr (? for your boot HDD)...
    --- He should say "Success" ---

    type: EXIT to get out of 'Command Prompt' and back to Win7 Setup.

    That ought to do it. Cancel out of Setup, reboot.
    Last edited by chuckr; 17 Sep 2009 at 17:18.
      My Computer


  4. Posts : 1,557
    XP, Seven, 2008R2
       #24

    chuckr said:
    diskpart
    list volume
    EXIT

    bootsect /nt60 C: /mbr

    That ought to do it. Cancel out of Setup, reboot.
    Those are the command line tools I'm talking about

    Then you need to add an entry for Windows XP using bcdedit.
      My Computer


  5. Posts : 28,845
    Win 8 Release candidate 8400
       #25

    shyamt said:
    sup3rsprt said:
    yeah, you need the proper version of the .net framework 2.0 or higher.

    I have installed on my computer versions 2.0 SP2, 3.0 SP2, and 3.5 SP1

    I also have the latest EasyBCD 2.0 beta 64 that was released today.
    I did have all those versions installed but still got the error.. On one forum someone suggested it being due to drivers not being installed? That coudl be a possibility as after installing XP I only bothered installing the motherboard chipset drivers, do you know what else I could need to make this work?

    Thank you
    shy

    could you go into event viewer (type event viewer in search) goto the windows log>applications and see if there are errors (errors have red x in left column). if there are errors and there are see if any relate to this problem.

    Take a screenshot of the error and upload it to us

    Ken
      My Computer


  6. Posts : 28
    Windows 7
    Thread Starter
       #26

    chuckr said:
    shyamt said:
    Okay got XP installed but one problem... I can't get the dual boot option up..

    Any ideas to get Windows 7 on boot options?
    I assume you mean you: Don't see the W7 Boot screen at all, and boot directly to XP:
    If this is not the case, Ignore this post.

    The solution should be to boot from your w7 install DVD.
    Now you need to get to a "command prompt", which in Win7, is to hit "Shift F10" which brings up an 'Admin Cmd prompt'.
    ---------------------------------------------
    ( Now you have to find out the 'letter' of your DVD, and HDD: )
    type: diskpart
    then: list volume -- Note the letters of DVD (D:?) and boot HDD (C:?)
    type: EXIT to get out of 'diskpart' and back to the cmd prompt.

    type: D: (? for your DVD letter)

    type: CD boot
    type: bootsect /nt60 C: /mbr (? for your boot HDD)...
    --- He should say "Success" ---

    type: EXIT to get out of 'Command Prompt' and back to Win7 Setup.

    That ought to do it. Cancel out of Setup, reboot.
    Thanks - so to get the command prompt I go to boot the Windows 7 DVD right? And then go to repair, command prompt.. And F10 for admin command prompt (is this after opening the normal one?)?

    I'll try this first, and if it fails the other solutions - thanks everyone for your help!
      My Computer


  7. Posts : 1,557
    XP, Seven, 2008R2
       #27

    as soon as the blue screen comes up hit Shift+F10

    although you don't really need to boot from the DVD as all of the tools you need were installed with EasyBCD folder

    and it is not the entire solution. You are going around in circles. You will be left with Windows 7 boot entry but nothing for XP..

    you also need:

    bcdedit /create {ntldr} –d "Windows XP"
    bcdedit /set {ntldr} device partition=x:
    bcdedit /set {ntldr} path \ntldr
    bcdedit /displayorder {ntldr} /addlast

    where x: is the partition letter where XP boot files are installed.
      My Computer


  8. Posts : 28
    Windows 7
    Thread Starter
       #28

    sup3rsprt said:
    as soon as the blue screen comes up hit Shift+F10

    although you don't really need to boot from the DVD as all of the tools you need were installed with EasyBCD folder

    and it is not the entire solution. You are going around in circles. You will be left with Windows 7 boot entry but nothing for XP..

    you also need:

    bcdedit /create {ntldr} –d "Windows XP"
    bcdedit /set {ntldr} device partition=x:
    bcdedit /set {ntldr} path \ntldr
    bcdedit /displayorder {ntldr} /addlast

    where x: is the partition letter where XP is installed.
    Right so I get into the command prompt using Windows 7 disk (does it have to be administrators command prompt, and if so, I press F10 to get onto it right), then do exactly what chuckr said, and then add the 4 lines you said.. right?

    Thank yuo
      My Computer


  9. Posts : 1,557
    XP, Seven, 2008R2
       #29

    Shift + F10

    Yes you will need the bcdedit lines if you have installed XP after Windows 7. If you installed 7 after XP it would be a different story.
      My Computer


  10. Posts : 1,112
    XP_Pro, W7_7201, W7RC.vhd, SciLinux5.3, Fedora12, Fedora9_2x, OpenSolaris_09-06
       #30

    I assume you mean you: boot directly to XP, and Don't see the Windows 7 Boot Manager screen, which is the B/W one with the "Windows Memory Test" at the bottom.
    If this is not the case, Ignore this post.

    To clarify:

    1. Boot from w7 DVD.

    2. Accept "English language and keyboard" by clicking "Next".

    3. Press 'Shift' and punch 'F10'.

    4. Keep going from there.
      My Computer


 
Page 3 of 5 FirstFirst 12345 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:21.
Find Us