[DISCUSSION] Windows 10X

Discussion in 'Windows 10' started by itsmemario1, Dec 14, 2019.

  1. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    Sidenote: does the need for a ~100Gb+ boot drive still apply? Wondering where that comes from now given the OS is "lighter" and can fit in around 10Gb.
     
  2. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    If it can run on Nokia Lumia 950XL and Surface Pro 7 then I don't think it requires 100Gb+.

     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Windows 10X is now available from UUP dump, as download only for now
     
  4. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    #184 mrbbq, Feb 6, 2021
    Last edited: Feb 6, 2021
    Figured - it's just that the osg wiki tutorial hasn't been updated to reflect that fact and still lists "Boot drive larger than 100 GiB" in the prerequisites for the Target device.
    EDIT: little note for another bit not quite right - "expand -i Sources\Retail\AMD64\fre\*FM~*.cab -f:*FM.xml Sources\FMFiles\" will try to put the FM files into that folder... which fails as it isn't in Sources, it's in the 10X root according to the tree diagram of how it should appear. Append as appropriate and it'll work.

    Followed the wiki "tutorial" to the letter and still telling me the files are not present as previously.
    *SIGH*
     
  5. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    Whether they work or not yet I haven't had time to check but this IS what appears to be the final piece of the puzzle for me and .ffu files are at least building out now! Good stuff!
     
  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #186 xinso, Feb 6, 2021
    Last edited: Feb 6, 2021
    Q: How to change default language?

    Replace en-us with target xx-xx in 10X\Tools\ReferenceOEMInput.xml?
     
  7. Ace2

    Ace2 MDL Addicted

    Joined:
    Oct 10, 2014
    Messages:
    523
    Likes Received:
    320
    Trophy Points:
    30
    #187 Ace2, Feb 6, 2021
    Last edited: Feb 7, 2021
    Successfully made 20279.1002.201214-1532.fe_release_10x.ffu and 20279.1002.201214-1532.fe_release_10x.vhdx with added laptop drivers.

    Then converted 20279.1002.201214-1532.fe_release_10x.vhdx to Windows_10x.vhd using VBoxManage.exe.

    Code:
    Microsoft Windows [Version 10.0.19041.1]
    (c) 2019 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>cd "C:\Program Files\Oracle\VirtualBox"
    
    C:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonemedium "C:\20279.1002.201214-1532.fe_release_10x.vhdx" "C:\Windows_10x.vhd" --format VHD
    0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    Clone medium created in format 'VHD'. UUID: 68a7cca8-f0d9-4bc9-abad-3633d57d87d8
    Then booted Windows_10x.vhd in Oracle VM VirtualBox, booted up just find.

    STUCK AT:
    Let's connect you to a
    network

    To finish setup you'll need to connect to the internet.
    Unable to get wifi or ethernet connection working in Oracle VM VirtualBox.:throw:
     
  8. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
  9. Win10x

    Win10x MDL Novice

    Joined:
    Feb 12, 2020
    Messages:
    24
    Likes Received:
    9
    Trophy Points:
    0
    Can You add "vhd" file into boot menu using EasyBCD, bootice, Allin1Boot or GRUB2? Can You test it?
     
  10. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
  11. d5aqoëp

    d5aqoëp MDL Senior Member

    Joined:
    Jan 19, 2017
    Messages:
    389
    Likes Received:
    240
    Trophy Points:
    10
    Is there a way to install it normally on our PCs?
     
  12. Sushant Swaraj

    Sushant Swaraj MDL Novice

    Joined:
    Feb 8, 2021
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    shown in Microsoft web developer
     
  13. Win10x

    Win10x MDL Novice

    Joined:
    Feb 12, 2020
    Messages:
    24
    Likes Received:
    9
    Trophy Points:
    0
    Something like that:
    \EFI\grub\menu.lst

    title Boot /flash.vhd - UEFI Grub4dos SVBus RAMDISK - 3 GB
    find --set-root --ignore-floppies --ignore-cd /flash.vhd
    map --mem --top /flash.vhd (hd)
    chainloader (hd-1)
     
  14. Sushant Swaraj

    Sushant Swaraj MDL Novice

    Joined:
    Feb 8, 2021
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
     
  15. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    Another random tip: it may vary depending on drivers you include, but trying to apply the image seems that DISM will stop you with a fail on drives under approx 50Gb - presumably close to 45Gb as the temp image created during the process is around 44Gb.
    (So still not quite there for those of us hoping to force it onto the 32Gb Windows 10 tablets. Perhaps it could be recaptured somehow...)
     
  16. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    Following the instructions for "apply to machine without 10x" seems to leave the physical drive non-booting after applying the .ffu to it...
     
  17. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    Given it a few tries now and same result with a VHD. End up with one small partition of fat32 and the rest as "Other". Hm.
     
  18. Win10x

    Win10x MDL Novice

    Joined:
    Feb 12, 2020
    Messages:
    24
    Likes Received:
    9
    Trophy Points:
    0
    This way not work?:
    "All you need to do to native boot vhdx file is

    1. Boot to Windows.

    2. Attach vhdx file from disk management.

    3. Note the drive letter of windows in attached vhd.

    4. Type following

    bcdboot #:\windows

    where # is drive letter from step 3."
     
  19. mrbbq

    mrbbq MDL Senior Member

    Joined:
    Jul 18, 2015
    Messages:
    309
    Likes Received:
    115
    Trophy Points:
    10
    The problem is the file is clearly not being flashed properly somehow going by the strange partition layout. Whether its being run from a virtual disk physically booted or not won't matter.
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340