VirtualBox: unable to mount Windows 10 insider preview build 17101

Discussion in 'Virtualization' started by Alberto_C, Feb 16, 2018.

  1. Alberto_C

    Alberto_C MDL Junior Member

    Joined:
    Oct 21, 2015
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    0
    #1 Alberto_C, Feb 16, 2018
    Last edited: Feb 16, 2018
    Hi! Does anyone have a problem to virtualize Windows RS4 Build 17101 with Virtualbox? When I try to mount the Iso I fail directly on the repair screen.
    I can only launch repair options or turn off the machine ...
    Someone has a solution?

    My Virtualbox installation is the last (5.2.6) and works very well on mounting Windows 10 RS3 and any Linux distribution...
     
  2. coleoptere2007

    coleoptere2007 MDL Guru

    Joined:
    Apr 8, 2008
    Messages:
    3,182
    Likes Received:
    1,796
    Trophy Points:
    120
    Perharps the iso file is wrong did you verify the hash compare to M$ one?
     
  3. Alberto_C

    Alberto_C MDL Junior Member

    Joined:
    Oct 21, 2015
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    0
    Hi Coleoptere2007, thank you very much for your answer.
    I think Iso's hash is good (but not verifiable : mount with UUP system, and decrypter Abbodi v14...).
    I have this problem from builds RS4 17093, 17101 and RS5 17604. Any other previous Iso work perfectly. Any Linux Dispersion is also installed. I do not understand where the blockage is...
     
  4. coleoptere2007

    coleoptere2007 MDL Guru

    Joined:
    Apr 8, 2008
    Messages:
    3,182
    Likes Received:
    1,796
    Trophy Points:
    120
    Did you tested it on a VM first?
     
  5. Alberto_C

    Alberto_C MDL Junior Member

    Joined:
    Oct 21, 2015
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    0
    I have this problem when I try to mount Windows 10 RS3 build 17093, 17101 and RS5 17604 on a VM, with Virtualboix.
    If i mount on VM the previous releases of Windows 10, they works very well.
    All Linux works also...
     
  6. Simple07

    Simple07 MDL Addicted

    Joined:
    Nov 15, 2012
    Messages:
    506
    Likes Received:
    194
    Trophy Points:
    30
    Need to download the latest UUP download tool, the file "OpenSSH-Client-Package.ESD" is missing
     
  7. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Without that file the ISO creation should fail already :g:.
     
  8. Simple07

    Simple07 MDL Addicted

    Joined:
    Nov 15, 2012
    Messages:
    506
    Likes Received:
    194
    Trophy Points:
    30
    #8 Simple07, Feb 20, 2018
    Last edited: Feb 20, 2018
    Gosh.. that escaped me.

    Anyway, I have the aforementioned releases on VMWare Workstation 14.1.1 and VirtualBox 5.2.6/7, both the upgrades and fresh installs processes worked fine. .
     
  9. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
    Code:
    set file=\\path\to-iso\en_windows_server_2016_updated_feb_2018_x64_dvd_11636692.iso
    attrib -R "%file%"
    fsutil sparse queryflag "%file%"
    fsutil sparse setflag "%file%" 0
    
     
  10. Alberto_C

    Alberto_C MDL Junior Member

    Joined:
    Oct 21, 2015
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    0
    Virtualbox v 5.2.6 Works fine for my. I can mount all the releases of Windows 10, including the preview releases up to the build 17083. But, from the RS4 Build 17093, I fall directly on the screen repair options. Does anyone have the same problem as me?
     
  11. Alberto_C

    Alberto_C MDL Junior Member

    Joined:
    Oct 21, 2015
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    0
    Hi!

    I found the cause of the mounting failure of my virtual machine: bad ISO!
    I got a healthy ISO and no problem to install it ...

    Thank you very much to everyone for your help