Recent content by RealCoolDudeToo

  1. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    Starting (c) Fix GUID values without formatting the drive (Standard and Non) Get-Partition : Cannot evaluate parameter 'DiskNumber' because its argument is specified as a script block and there is no input. A script block cannot be evaluated without input. At...
  2. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    "c" was selected (c) Fix GUID values without formatting the drive (Standard and Non) * Scanning for connected USB/SATA drives . . . * Disk Size Free Name (ca&Ncel) * Select TARGET Xbox One Drive . . . * "caNcel" was selected (c)...
  3. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    need to echo $XBO_GDISK as the gdisk64 parse is blind, need a return check ? it is parsing i think , but i can't see any change? Can you confirm please ? at function Invoke-GdiskGuid string
  4. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    function Invoke-GdiskGuid($creationtype, $disksize, $disknum) { #($guiddisk, $guidpart1, $guidpart2, $guidpart3, $guidpart4, $guidpart5) $xboxone = @("a", "c") $duplicate = @("b") $guid500gb = @("a", "d") $guid1tb = @("b", "e") $guid2tb = @("c", "f") if...
  5. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    Selected drive: 3 Sectors: 1953525168 Logical block size: 512 GUID Dev Size Name 25E8A1B2-0B2A-4474-93FA-35B847D97EE5 91C2FC69-5973-11EA-B4BA-902B345AA7CE U: 41 GB 'Temp Content' 91C2FC6A-5973-11EA-B4BA-902B345AA7CE V: 781 GB 'User...
  6. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    Running log info, this is not heping the situation, but i wouldn't be typing here if it was ! I have a direct question, because i am assuming the drive configuration is identical to all veriations of Xbox one , the S and The X, does that change the GUID at all ? Have run GUID several times...
  7. R

    Tutorial Xbox One Internal Hard Drive Upgrade or Repair: Build any size drive that works on any console

    tail19765, Have used your script previously and it works very well, no complaints, very well done. I am just trying to contact you to ask for a debugger, as I've pulled a few problems with your 2019.11.22.9.0 script, infact its null coding and throwing exceptions whilst missing USB drives...