Windows Technical Preview Installation Problem Legacy BIOS+MBR

Discussion in 'Windows 10' started by Abhishek Anand, Oct 11, 2014.

  1. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    I don't recall that,
    Mostly Legacy Bios only but one thing for sure I was on MBR partition scheme because by that time I wasn't even aware about GPT and didn't actually understand UEFI :p
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Nope, with the original ISO no-one will get the chance to enter a key, as the key is predifined in that pid.txt (check in the ISOs source folder to see).

    Normally the multiple-edition ISOs aren#t shipped with any pid.txt or ei.cfg file. They only did with the Preview ISO to assure one is installing the right version :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ChaserLee

    ChaserLee MDL Senior Member

    Oct 7, 2014
    437
    93
    10
    Now I understand the situation. Which leaves me scratching my head and wondering why the heck did MS go to the trouble of providing us with a key in the first place, if we don't need one? :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ChaserLee

    ChaserLee MDL Senior Member

    Oct 7, 2014
    437
    93
    10
    Got it, and I thank you profusely for allowing me to learn something new today!! I now have a better insight into how MS does things..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    Update: I might would have updated my BIOS. I believe i have.
     
  6. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,262
    626
    60
    I thought that so to provide a new "Learning Curve" add the PID.txt instead of adding or changing ei.cfg
    I think the key is easier...
     
  7. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    #107 arseny92, Oct 12, 2014
    Last edited: Oct 12, 2014
    Because this Preview is intended for IT Pros and enterprises, who mostly deploy systems manually
    • by DISM like we are currently doing
    • Windows SIM
    • ImageX
    • Unattended installs
    • Windows Deployment Services
    • System Center suites
    • etc

    Before switching to OOBE, a manually deployed install will ask a key regardless
     
  8. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    On my way to the Command prompt Installation:
    have reached till: set id="27" successfully

    But on the command: attributes volume set nodefaultdriveletter

    I'm getting this error which says:
    Virtual Disk Service error:
    The object is not found.


    What does this mean, how do i proceed further, please suggest on this.
     
  9. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    Ignore/skip it. I checked some resources, and concluded it is not needed. You can see it is no more in my original post. As for MBR this attributes setting only can be applied to the whole disk, not individual volumes.
     
  10. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    okay cool then, moving further :)
     
  11. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    #111 Abhishek Anand, Oct 12, 2014
    Last edited: Oct 12, 2014
    (OP)
    Now on command: DISKPART> assign letter="C"

    i'm getting error which says:
    Virtual Disk Service error:
    The specified drive letter is not free to be assigned.

    Can I assign any other letter here...and I understand if I do such the same drive letter I shall use in commands like dism.

    Update: I noticed that my Sandisk Drive having Win8.1 bootable is assigned letter "C"
    can i change this and then get c applied for the other partition i created earlier.
     
  12. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    Actually you can, assign W and replace later references to C by W ;)
     
  13. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    cool :)
    I reached this command:
    dism /apply-image /imagefile:E:sources\install.wim /index:1 /ApplyDir:C:\

    Deployment In process:
    says:
    Applying image
    [================ 40.0% ]
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Isn't C: the usb-pen :g:?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    Yes, hope the below was done. Have a feeling that yes, because you cannot dism apply image to a folder that is not empty ;) DISM would error you out instead of proceeding applying the source to target applydir
     
  16. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    yes I applied W only but this code I simply copy pasted from the arseny list of commands :)

    Besides,
    I have reached to the last command: shutdown -r -f -t 00

    But I'm getting error which says:
    'shutdown' is not recognized as an internal or external command, operable program or batch file.
     
  17. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    We're actually done, this command is just sort of a clean shutdown, however that is optional when in PE. Close command prompt, close Setup on top right, confirm exiting and simply reboot to disk 0. It shall proceed with configuring devices, then ask you to enter the product key, accept the EULA, and proceed to OOBE.
     
  18. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0
    Ohh nice I would do that, But before doing that I would like to copy the entire thing which is available in my current cmd prompt in order to use it as a reference next time and also to share with u all, if I had done something wrong in that...

    please suggest a way for this.

    i could take a pic using my mobile but text version would be awesome :)
     
  19. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    Open notepad from that same command prompt, then right click in the command prompt, select Mark, then just copy-paste your output into notepad, then simply save it as text file to one of your USBs
     
  20. Abhishek Anand

    Abhishek Anand MDL Junior Member

    Apr 7, 2013
    72
    9
    0

    Attached Files: