(Resolved) We Couldn’t Create A New Partition Or Locate An Existing One

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • TUTORIAL - Step-By-Step ►► goo.gl/MB4X29
    In this video, learn how to fix "We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files" error when doing a clean install of Windows 10/8/7.
    In this video, learn how to fix "We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files" error when doing a clean install of Windows 10/8/7.
    1. When the error occurs, press Shift+F10 to open CMD.
    2. When the Command Prompt window opens, run these commands one by one:
    diskpart
    list disk
    select disk X (X: Select the system disk you use)
    clean
    create partition primary size=5000
    format fs=ntfs
    assign
    active
    list volume
    exit
    cd d: (change directory to the USB flash drive)
    xcopy d: c:/d /h /k (Copy all the Windows installation files from USB drive to C: drive)
    3. You can now close Command Prompt and unplug the installation USB drive from computer and restart. After that, start the installation process again. This time error "We couldn't create a new partition" will not happen.
    That's about it.
    -----------------------------------------------------
    My channel: / @captrongnam
    My blog: windows10freea...
    TUTORIAL Windows Cannot be Installed To This Disk: • (Resolved) Windows Can...

Комментарии • 2,9 тыс.

  • @indigo_wyvern
    @indigo_wyvern 5 лет назад +2093

    What worked for me was just going until the "clean" part, then after cleaning the SSD, I typed "convert gpt". Then "exit", and "exit" again.
    Now I restarted and tried to install Windows again, and it worked like a charm.

  • @ІгорСмолій-е6ч
    @ІгорСмолій-е6ч 3 года назад +639

    You forgot to mention that ater creating new partition and copying files you must remove the USB drive and reboot into newly created partition and install windows from it.

    • @vinayakchandrakantnawale2719
      @vinayakchandrakantnawale2719 3 года назад +43

      Actuallly This is step very important remove usb flash drive and retry again

    • @fatihkutay420
      @fatihkutay420 3 года назад +35

      Dude you saved me

    • @hotjewishman
      @hotjewishman 3 года назад +26

      Can you try and dumb that down for me some more and explain more?

    • @anandb7313
      @anandb7313 3 года назад +15

      This is a crucial point op forgot to mention. Thanks 👍. Booted without usb and was able to install without any issues

    • @heywhatsup4203
      @heywhatsup4203 3 года назад +9

      dude holy fuck thank u so much

  • @NgajiBareng04
    @NgajiBareng04 5 лет назад +16

    Yes work.
    Jadi setelah setingan selesai. Lalu flashdisk dicabut komputer restart lalu masuk bios dan booting dengan hardisk (yg tempat dicopi filenya yg tadi). Install windows sampe selesai.

  • @Iamlono100
    @Iamlono100 3 года назад +95

    3 years on and you are still helping people, this worked perfectly and was really easy to follow. Many, many thanks for taking the time to put this together!

    • @d3f4ult61
      @d3f4ult61 3 года назад +1

      Bro is this 'clean' command will delete your data?

    • @AyushSachan2211
      @AyushSachan2211 3 года назад +3

      @@d3f4ult61 yes. It will completely erase your data.

    • @AyushSachan2211
      @AyushSachan2211 3 года назад

      @@d3f4ult61 if you dont want erase your data then disconnect your hard disk, connect to another computer then copy all its content.

    • @bharathsingh6566
      @bharathsingh6566 2 года назад +1

      @@AyushSachan2211 how can u copy data when the hard disk is removed??

    • @AyushSachan2211
      @AyushSachan2211 2 года назад

      @@bharathsingh6566 copy it into another computer

  • @lordkorsah6523
    @lordkorsah6523 3 года назад +3

    People like you makes the internet a resourceful place.

  • @rudd444
    @rudd444 5 лет назад +42

    I was pulling my hair out trying to install windows all night till six in the morning. I wish I'd found this video earlier. You are a computer god. I may be delirious from lack of sleep :).

  • @LalitKumar-bd9om
    @LalitKumar-bd9om 5 лет назад +16

    Dude. I don't really comment on tutorials but your video saved my day.

  • @windsnap_
    @windsnap_ Год назад +20

    I don’t usually leave comments, but I can’t thank you enough for this!! Been trying to install windows 11 for 3 hours. I had gone through just about every “solution” I could find. I was about to give up, then found your video!! Thanks so much!!

  • @zsolt_boldizsar
    @zsolt_boldizsar 3 года назад +13

    Even though this didn't entirely help me, I must say I couldn't do it without it so kudos to you man!
    Here's a description of what I had to do to successfully install Windows 10 on a Thinkpad E15 Gen2 (NVMe SSD) (the commands are wrapped in quotes):
    1. Create a bootable USB with Windows 10
    2. Launch the installer using the USB 2.0 (don’t ask why, it might work for you on 3.0+ but if not try 2.0)
    3. Open Command Prompt (Shift + F10)
    4. Start diskpart: "diskpart"
    5. List disk: "list disk"
    6. Select the disk you’d want the Windows to be installed on: "select disk 0"
    7. Clean the disk (ATTENTION: this will delete all the data on the disk, make sure you have a backup of it somewhere): "clean"
    8. Convert the disk to GPT. This is the new standard that replaces MBR in all new systems (Thanks to @Indigo Wyvern for this): "convert gpt"
    9. Create a new primary partition and set its size (depending on your needs): "create partition primary size=50000"
    10. Format the newly created partition to NTFS: "format fs=ntfs"
    11. Assign a default letter to the newly created partition: "assign"
    12. List all current volumes you have. At least two should be present, one being your drive in your computer and the other one the USB flash drive from where the Windows is about to be installed. Remember the letters assigned to both these drives: "list volume"
    13. Exit diskpart: "exit"
    14. Run the following commands to fix MBR: "bootrec /FixMbr" "bootrec /FixBoot" "bootrec /RebuildBcd"
    15. Change the directory to the USB flash drive (remember the letter associated to the USB flash drive from step 12.): "cd d:"
    16. Copy the install files from the USB flash drive to the drive in your computer: "xcopy d: c:/e/h/k"
    17. The copying might take a while so please be patient. As soon as it’s done exit the command prompt: "exit"
    18. Restart the computer.
    19. The installer will launch again and you can now select the previously created partition and proceed with the installation.
    20. NOTE: The installation should work now BUT in order to avoid unexpected errors during installation remove the USB flash drive from your computer.
    21. The installation should finish properly and the initial Windows setup should show up.

    • @Aakmnr
      @Aakmnr 3 года назад

      broo

    • @Aakmnr
      @Aakmnr 3 года назад

      reply to this so that i know ur active right now

    • @Aakmnr
      @Aakmnr 3 года назад

      i have a question

    • @zsolt_boldizsar
      @zsolt_boldizsar 3 года назад +1

      Hi there, what's your question? :-)

    • @Aakmnr
      @Aakmnr 3 года назад

      @@zsolt_boldizsar lmao bro too late now :( , i was following your steps and suddenly i got something mbr error after that i exit two times and when i restarted my pc my screen just stuck on one place "_" this underscore on the top left corner on a black screen keep blinking and i doesnt go past this . guess i have to take it to a repair shop now since i dont know much about this stuff

  • @muitoalemdorjtv
    @muitoalemdorjtv 2 месяца назад +3

    WTF!!!! YOU NEED A DONATE FOR THIS TUTORIAL!!! I installed Linux and its system corrupted my hard drive and I couldn't install Windows again, but this tutorial saved my day!! Thanks ❤

  • @Biskawow
    @Biskawow 6 лет назад +424

    Guys, you need to remove the USB drive and restart your computer for it to work...you are now installing from the disk partition, not the USB device.

    • @kerimtim
      @kerimtim 6 лет назад +8

      Yes, it worked. Thank you!

    • @AdamAdam-wg8jk
      @AdamAdam-wg8jk 6 лет назад

      How ?

    • @Biskawow
      @Biskawow 6 лет назад +14

      after you make the partition and copy the files from the stick to the new partition, reset the computer and yank out the USB drive

    • @abdelrahmannabil7121
      @abdelrahmannabil7121 6 лет назад +1

      Mario D. Zmaj thank you

    • @nqloivn
      @nqloivn 6 лет назад +1

      So helpful, it work for me, *thank you*

  • @Theemikebell
    @Theemikebell 4 года назад +27

    "DiskPart has encountered an error: "A device which does not exist was specified".

    • @abdelrhmanhany648
      @abdelrhmanhany648 2 месяца назад

      hello man if you have managed to solve this problem, please send help 😢

    • @kroll2u610
      @kroll2u610 Месяц назад

      bump

    • @iam-An-idoit
      @iam-An-idoit Месяц назад

      Same thing 😢

  • @farazalidev
    @farazalidev Год назад +25

    Solution: If you have multiple drives, then unplug all of them, plug only one drive where you want to install windows

    • @adriandairocas2696
      @adriandairocas2696 5 месяцев назад +4

      this is the best advice here. better than going through cmd

    • @minty111
      @minty111 3 месяца назад +1

      this is so much easier, thank you

    • @ahtishamulhaq8047
      @ahtishamulhaq8047 2 месяца назад +1

      This worked

    • @reactivicky
      @reactivicky 25 дней назад

      This solution worked as of September 2024

    • @WolfChen
      @WolfChen 7 дней назад

      Worked

  • @Rinnkimma
    @Rinnkimma 3 месяца назад +1

    6yrs later your still helping people

  • @ALBERTOERSA
    @ALBERTOERSA 10 дней назад

    Can confirm, 6 years later this is still what you have to do when an anticheat with kernel access bricks itself

  • @louisaquilina5783
    @louisaquilina5783 3 года назад +5

    this worked when no one else did and I could be more thankful
    Its 1:30 in the morning... I have work tomorrow...

  • @sickboysikotic
    @sickboysikotic 3 года назад +6

    Thanks perfect instructions except for the end I had to figure out but you got me that far at least. In case anyone wants to know, take the disk out and reboot and then install.

  • @vscs7415
    @vscs7415 2 месяца назад +4

    Windows 11 requires gpt format so if you are installing windows 11 please stop after clean and type convert gpt and then you will be able to install. The top most comment on this video explains this. If you are installing windows 10 or lower keep following the steps

    • @nedyaj_agetro
      @nedyaj_agetro Месяц назад

      so do we not do clean? or we do clean then convert?

    • @nedyaj_agetro
      @nedyaj_agetro Месяц назад

      also do we select our main ssd or do we select the usb with windows on it?

  • @DDxRaptor
    @DDxRaptor 2 года назад +5

    Word of mind: don't forget to edit your boot priority in UEFI/BIOS so the Windows Setup can detect your new partition properly! I just ran into this problem and I got frustrated. I saved the boot prio this way:
    1st option = your install device, e.g. a usb drive
    2nd option = the new partition.
    It may happen that you cannot select the harddrive you partitioned, in my case because I run 2 other drives. Look up the harddrive with your new partition in the priority order, then disable everything else above it until it's in 2nd position.
    If I'd known how to do this earlier, I wouldn't have lost hours upon this problem. I hope this will help you

    • @partlyblonde7332
      @partlyblonde7332 8 месяцев назад

      I swear to God if this is the one thing I was doing wrong and wasted 8hours on

    • @zyro_yt4472
      @zyro_yt4472 Месяц назад

      @@partlyblonde7332i got the same problem help

  • @fattwotontony
    @fattwotontony 4 года назад +28

    Thanks sooo much really appreciate it ! I was installing a m2 drive and could not get windows on it. I had to add one step converting to gpt but this was very helpful thanks again

  • @vagatronics
    @vagatronics 3 года назад +7

    Now it says: Windows can't be installed on this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks.

    • @bestofall5168
      @bestofall5168 3 года назад +1

      you can convert the disk to GPT in diskpart with "select disk X" and then "convert gpt"

    • @Mitri_pod
      @Mitri_pod 3 года назад

      @@bestofall5168 it says disk is not convertible

    • @erikwardoyo8982
      @erikwardoyo8982 2 года назад +1

      @@Mitri_pod you have to clean it first

    • @Mitri_pod
      @Mitri_pod 2 года назад +1

      @@erikwardoyo8982 i figured it out by now😂 but thanks

  • @ngocquy10
    @ngocquy10 4 года назад +4

    This works like a charm but quite out date. For more details, I created bootable SSD (not USB as usual) via MACOS. And my setup is TUF x570 + 3600X + NVMe. I can manage to boot to setup page (disable secure boot, fastboot, wifi, enable CSM), but always has a lot of errors. After some search, I known the reason is windows can not install when you have multiples storage devices (I have 2, once is SSD for install windows, and one is NVMe). So what I need to do is copy all file from SSD to NVMe following this videos, and remember to `convert GPT` after the first `clean` command, and `create partition primary size=9000` because 5000MB is not enough for today windows installation. After copying, IMPORTANT thing to do is unplug the SSD. Only keep 1 storage device on mainboard. If anyone has same problem, just leave reply here.

    • @silvel2edge
      @silvel2edge 4 года назад +2

      I have the same problem and I added the convert GPT after the clean but followed the same steps exactly and this worked! I've been at this for 10+ hours over the last 2 days and was beating my head against the wall! I will add the exact instructions here to help others:
      diskpart
      list disk
      select disk X (X: Select the system disk you use)
      clean
      Convert GPT (This is a very important part if you have M.2 NVMe I believe and what fixed my issue - you still need to do the rest)
      create partition primary size=20000 (you can go less, say 9000, but I did 20000 to be safe)
      format fs=ntfs quick
      assign
      active
      list volume
      exit
      cd d: (change directory to the USB flash drive)
      xcopy d: c:/e /h /k (important, you may have to change the order, you are copying from source to destination drive letter)
      OR xcopy c: d:/e /h /k

    • @ngocquy10
      @ngocquy10 4 года назад

      @@silvel2edge thank for clarify. Convert GPT is required for UEFI mainboard. And after copy, we have to unplug usb devices and restart computer.

    • @Raylightsen
      @Raylightsen 6 месяцев назад

      I tried your steps and doesn't work

  • @JosePineda-jn8jk
    @JosePineda-jn8jk 4 года назад +1

    When the comment section solves my problem by the 0:40 second mark and I never have to finish the video....

  • @csgomoses
    @csgomoses 2 года назад +28

    Great job and information. We solved this problem, especially on systems with old bios, with your method. Appreciate it!

  • @within_cells
    @within_cells 5 лет назад +5

    Thanks for saving me a headache. Great video! Make sure after you copy the installation files to the new drive you remove all other drives and media. Boot to the newly formatted drive and run the utility. Automatic from there.

  • @TrungTran-xt1gf
    @TrungTran-xt1gf 3 года назад +4

    Thank you very much. This worked for me with the following customization:
    1. Right after the command *Clean* , enter command: *Convert GPT* (my Dell is 64 bit only)
    2. After the *xcopy* command, close the Command Prompt to go back to the installation window. Exit everything to restart the computer. Remove the boot USB before the computer start to make sure that the computer will boot from the hard drive, not the USB.
    3. Here is my customization. In my case, when the installation came back, the error message " _We Couldn’t Create A New Partition Or Locate An Existing One was still there_ ". So, I *deleted the partitions from within the installation interface* (not the Command Prompt). Then, I *plugged the boot USB back in* and it worked. This means that Windows setup first booted from the hard drive but then the hard drive needed to be cleaned up (unallocated) and used the installation files from the boot USB to continue the installation.
    Hope this helps.

    • @santics12
      @santics12 3 года назад +2

      this was the only thing that worked for me, thanks a lot for sharing!

    • @mughazaheerahmed
      @mughazaheerahmed 2 года назад

      Thank you very much brother. It also worked for me. Thumbs up..

    • @svgop_7511
      @svgop_7511 Месяц назад

      Hey so after you convert it to gpt format do you then follow the rest of the RUclips video as the guy shows up until the xcopy command ?

  • @dannyhannah2487
    @dannyhannah2487 4 года назад +8

    Great tutorial! Question, what causes that error? And Thanks 😌

  • @michaeldiaz1500
    @michaeldiaz1500 6 месяцев назад +1

    Thanks this works!
    But after leaving diskpart I proceeded to type "convert gpt" As this is what the installation required and didn't copy the files.
    I used the usb itself for installation, so no need to copy the files to the storage and make unnecessary removal of usb.

  • @愛里波松
    @愛里波松 2 года назад +8

    It worked. Thank you so much! I encountered some problem when upgrading to W11 so I thought I had to downgrade to W10 again, but that gave me a headache because of this error so this saved me from spending money on something that can be done this easily. I'm your new subscriber now. 😌

  • @JJtoob
    @JJtoob 4 года назад +18

    This worked like a charm! God forbid a Microsoft tool works as intended lol, but glad there are always workarounds and people who know share them.

  • @EnnTomi1
    @EnnTomi1 5 лет назад +24

    before anyof this, unplug all other drive, and try to use usb-sata connecter to save some file before reinstall the drive.
    clean = its gone.

    • @badpenguin2059
      @badpenguin2059 4 года назад

      Yes it work thanks

    • @mafakasailo8355
      @mafakasailo8355 4 года назад

      Can we recover once clean drive?

    • @EnnTomi1
      @EnnTomi1 4 года назад +1

      @@mafakasailo8355 Pretty sure you can, since clean is a really fast process, so it is not actually destroying the data, it just removes the data tree(index), but physically the data are still on the drive.

    • @deto_san590
      @deto_san590 4 года назад

      Thx ma boi

    • @StarvinGames
      @StarvinGames 4 года назад

      Thank you this worked

  • @tribezanati
    @tribezanati 4 года назад +6

    Don't forget to remove the flash drive after you finish working on the command prompt and start installing windows again. (at minute 3:00 ) in this video.
    Thanks buddy, worked perfectly.

  • @TT-wq3ly
    @TT-wq3ly 10 месяцев назад +1

    Thank you for this video! I was ready to give up with Win10 installation and go back to Linux but this really made my day.

  • @TheMagaty
    @TheMagaty 2 года назад

    5 Years later you are still helping people.

  • @dopplercreative
    @dopplercreative 5 лет назад +18

    Worked great! I only needed to perform the following commands:
    diskpart
    list disk
    select disk 0
    clean

  • @milos05
    @milos05 5 лет назад +11

    This actually worked! I spent ~3 hours trying to find fix. I'm so grateful right now, you have no idea. Thank you, thank you, thank you...

  • @PlatoonGoon
    @PlatoonGoon 6 лет назад +58

    Side note for anyone having problems with their disk not being GPT try "convert gpt" after the "clean" this will resolve this

    • @Tiglith
      @Tiglith 6 лет назад

      Platoon Goon Thank you! That was exactly it!

    • @didiercas8260
      @didiercas8260 6 лет назад

      May God bless you

    • @philipdykema240
      @philipdykema240 6 лет назад +4

      But why after that does it later on say that my drive is not a fixed mbr drive

    • @soda_YEET
      @soda_YEET 6 лет назад

      I love you thanks!

    • @itaoo22
      @itaoo22 5 лет назад

      Giggly Pants did you ever figure it out i need help with that too now

  • @bhuvaneshraut5336
    @bhuvaneshraut5336 2 месяца назад +1

    It worked like Charm 😍Your are live Saviour bro.. I was so frustrated because of this issue. Thank you for Being Helpful ❤

  • @MHT-Genius
    @MHT-Genius Год назад +1

    What worked for me was just going until the "clean" part, then after cleaning the SSD, I typed "convert gpt". Then "exit", and "exit" again.
    Now I restarted and tried to install Windows again, and it worked like a charm.

  • @fasolaru8674
    @fasolaru8674 5 месяцев назад +11

    TODAY 27.04.2024 IT IS WORKING

  • @BulllRush
    @BulllRush 5 лет назад +5

    This seems to no longer work for a clean install of Win10 1903. All the steps followed, but now when you get the last step and try install on the remaining free space, it won't allow it because the disk has been setup as an MBR partition table, and you can't convert to GPT because of what it sees as as "CDROM" partition (the partition with installation files)

    • @alexatkinson4870
      @alexatkinson4870 5 лет назад +1

      have you found a solution yet?

    • @BulllRush
      @BulllRush 5 лет назад +1

      Alex Atkinson The solution I found was to partition another disk, not the one I was installing to, with the bootable partition from the thumb drive. So all the steps in this video will work, but you need another blank internal disk in addition to the one you intend for your C:/ drive. You could also use a larger external drive. Non-thumb style externals are usually coded to be recognized as an internal disk even if they connect via USB

    • @alexatkinson4870
      @alexatkinson4870 5 лет назад +1

      @@BulllRush thanks!

  • @hazemawas1815
    @hazemawas1815 5 лет назад +10

    After typing “create partition primary size=5000” I got “diskpart has encountered an error: the request could not be performed because of an I/O device error. See the system event log for more information.” Can you help please

    • @chaimaefd8657
      @chaimaefd8657 4 года назад +1

      Me too. What did you do?

    • @hazemawas1815
      @hazemawas1815 4 года назад +1

      Chaimae fd I ended up getting a new hard drive 😅😂

    • @chaimaefd8657
      @chaimaefd8657 4 года назад +1

      @@hazemawas1815 thank you 😊😊

    • @abdulrahmankhan79
      @abdulrahmankhan79 4 года назад

      Instead of 5000 try 10000 because now a days lastest windows takes 8-9gb

    • @abdulrahmankhan79
      @abdulrahmankhan79 4 года назад

      @HazeemAwas

  • @radiofaceproductions2035
    @radiofaceproductions2035 6 лет назад +5

    very nice. Thank you! Installed new Adata SSD in Samsung chornos 7 laptop, but couldn't get win 10 to load.

  • @85devlin
    @85devlin 5 месяцев назад

    I've never ran into this issue before but this is the video that got it fixed for me. Can't thank you enough dude.

  • @blackstaticandswerve4938
    @blackstaticandswerve4938 8 месяцев назад

    Thank you. I've spent the past day and a half trying to reinstall windows on one of my machines with the solid state drive and just ran into issue after issue. This took care of all of them. Thanks for sharing your knowledge.

  • @Equimoria
    @Equimoria 5 лет назад +7

    Worked for me with some tweaking. I went through a few different steps because I was doing an install on a UEFI system. Before opening the command prompt, I had the installer create the necessary partitions, but leave about 10GB unpartitioned. I then used that space and made the partition with diskpart, copied the installer contents, then closed the installer and removed the thumbstick I was installing from. Once I started installation again (no reboot!) all worked perfectly. My method works with the 1809 update, didn't try with anything newer.

  • @mjesticfalco
    @mjesticfalco 4 года назад +15

    You're an absolute legend, I've been running around for two days trying to work this out!

  • @ucthinhpham105
    @ucthinhpham105 6 лет назад +17

    I repaired it successfully.
    Thank you so much! :))

  • @ericlight6506
    @ericlight6506 11 месяцев назад

    Some hero don't talk, they create content and help those who
    "Couldn't locate a partition". Thankyouuuuuu

  • @maztganteng_channel
    @maztganteng_channel 10 месяцев назад +1

    Thankyou very much!!! It's still workin till now🤩

  • @mystery6878
    @mystery6878 4 года назад +6

    It all worked but how can increase the 5000 because the installation media is about 12000 and when I enter that it says an encountered error because of an I/O device error

    • @TK-bq2ld
      @TK-bq2ld 4 года назад

      Ya me to

    • @jetlag1701
      @jetlag1701 4 года назад +1

      Mine says insufficient space to get it in the primary partition Idk if it's the same thing

  • @nut__cracker
    @nut__cracker 4 года назад +15

    PERFECT! What a brilliant help. Much appreciated.

  • @gth9218
    @gth9218 5 лет назад +6

    I just wanted to thank you! Two days gone with this issue. Also Platoon Goon's advice to "convert GPT" after clean step was the piece of the puzzle

    • @patriciadeleon8670
      @patriciadeleon8670 Год назад

      Thanks for this. I was stuck with the part of copying the installer to the hard disk so i decided to see the comments section.
      Someone said you can skip the copying after making the partition and i did just that but it won't let me install it so I re-tried the whole process again taking note of your comment (convert gpt) then skipped the copy installer part. After refreshing i can now install the OS to the unallocated part. It's now at 94% getting files ready for installation. A progress indeed 🎉 thanks!

  • @hondaaccord9394
    @hondaaccord9394 7 месяцев назад +1

    Good man, thank you for the video.
    Trying to install windows from yesterday untill i got crazy.😅
    Thaks🎉

  • @malusondanito
    @malusondanito 5 месяцев назад

    It worked for me in 2024. I had to exit and restart my system, then remove my flash drive after I exited the cmd. That's how it worked. Thanks for the great work. I love you.

  • @ADVANCEINDIA
    @ADVANCEINDIA 4 года назад +4

    Please bro help me... I used pandrive for installing windows when i format my C Drive it goes to Unallocated space. So i can't create New Partition. And Mistakenly My pendrive data was removed by using your method. What to do now 🤐

    • @Ozymandio
      @Ozymandio 4 года назад

      Dude same problem happened to me have you solved it yet?

  • @tyleragnew
    @tyleragnew 3 года назад +8

    This is great, thank you! One comment for anyone where its still not working - I got tripped up on the size of the partition, a lot of modern installers exceed 5gb, and the xcopy fails silently if there isnt enough space on the partition. Its worth making sure your partition exceeds the size of the files on your boot drive!

    • @opedromf
      @opedromf 2 года назад +1

      how many size?

    • @ivor.
      @ivor. 9 месяцев назад +1

      thank you SO MUCH! i was experiencing trouble getting xcopy to copy more than a couple files and this was the reason.

  • @bleakbikest6333
    @bleakbikest6333 5 лет назад +7

    when i write "create partition primary size=5000" What i get is error - "Diskpart has encountere an error: Data error (cyclic redundancy check)."

    • @bleakbikest6333
      @bleakbikest6333 5 лет назад

      Ok i fix it guys xD just buy new hard drive :/ you have to if you cant create partition

    • @frogzilla7638
      @frogzilla7638 3 года назад

      @@bleakbikest6333 can you tell me how u fixed it pls?

    • @bleakbikest6333
      @bleakbikest6333 3 года назад

      @@frogzilla7638 Ohhh man 2 years hhahahah. I forgot. I think i just skipped this part, because I have ssd and I kinda dont need second disk

    • @frogzilla7638
      @frogzilla7638 3 года назад

      Im really so sad about it, my pc went crazy I cant reset I cant do anything, ne recovery no repair no boot nthg at all.

    • @bleakbikest6333
      @bleakbikest6333 3 года назад

      @@frogzilla7638 yeaa I think I had the same problem, try to install the windows again. Just redo everything. Should be fine.

  • @sonumaity3369
    @sonumaity3369 2 года назад

    I did the Clean and Format part and then came back to the Error Screen ( after Exit twice from the Command Prompt) and resumes the installation without restarting it again. It Worked. Thanks a lot for the help.

  • @Ian-lh9di
    @Ian-lh9di 2 года назад

    you are a life saver....this video should never be deleted from u tube

  • @randomcallum
    @randomcallum 3 года назад +4

    when I type any of the commands such as "clean" I just get a massive list of shit which ultimately says no...

    • @shobhitsharma6248
      @shobhitsharma6248 3 года назад

      I did Y Y Y in few option

    • @vectroclan8308
      @vectroclan8308 3 года назад

      Did you select a disk?

    • @dakotaboker
      @dakotaboker 3 года назад

      That happened to me, then I realized I was typing “disc” instead of “disk” 😂

  • @YourGamingTeam
    @YourGamingTeam 4 года назад +6

    I just did clean and it fixed my issue I didn't need to do more than that to my M.2

    • @corey7219
      @corey7219 4 года назад

      Did "clean". Completely erased my SSD. Will not recommend.

    • @itsMKiAM
      @itsMKiAM 4 года назад

      Corey Sorry that it deleted your SSD. There isn’t anything wrong with the tutorial, it was just awful that it tripped you up, unbeknownst.

    • @patrickkdev
      @patrickkdev 4 месяца назад

      ​@@corey7219 What did you expect to happen?

    • @corey7219
      @corey7219 4 месяца назад

      @@patrickkdev I must have cleaned the wrong ssd. Back then, I had a 2.5 inch ssd as well as an msata ssd

  • @VitaminGirl-V2P
    @VitaminGirl-V2P 4 года назад +8

    Hi guys,
    For my problem, even I have tried many ways but it is still not working.
    Below are 2 different ways that I think you should try more. It helps me success
    1. Remove all addition USB (Except USB that contain windown)
    2. If you are using 2 separate hardware like: SSD and HDD. And you wanna set up windown on SSD
    Please unplug HDD. Best regards!

    • @norteenx
      @norteenx Год назад

      Thank you so match my pc is running now because of you🙏❤️

  • @midobrand
    @midobrand 9 месяцев назад

    After activating all the steps, you must restart the laptop so that the complete process of reinstalling Windows is successful.
    My personal experience

  • @shkahmed25
    @shkahmed25 4 года назад +2

    Getting a error after cleaning disk while creating partition primary (disk part has encountered as error : the requst could not be performed because of as I/O device error)

  • @juanjoga3057
    @juanjoga3057 Год назад +4

    Thanks so much! I don’t know what I would do without you! Saved me completely.

    • @deadpenguin7
      @deadpenguin7 Год назад +1

      How do I figure out what to put when he says to "change direction to the USB"

    • @dannyventura1676
      @dannyventura1676 5 месяцев назад

      Any reply on that ?

  • @sfundomabaso3200
    @sfundomabaso3200 5 лет назад +7

    2:03 I'm using a usb, what's my command line

    • @prodmaki
      @prodmaki 5 лет назад +2

      Yo I have the same problem

  • @Dirtypaj87
    @Dirtypaj87 4 года назад +13

    Thanks bro.... saved me from having a hard time.

    • @IdkIdk-no4me
      @IdkIdk-no4me 3 года назад

      Its working?? U re not bots iam scared to try this last time its fk up my pc and i needed to buy mew one

    • @thakansah9070
      @thakansah9070 3 года назад

      @ hi

  • @Reelmoana
    @Reelmoana Год назад +1

    I would like to add something. If you've plugged two or three hard drives, it won't work. Please connect only one hard drive 🙏. It's what I've experienced 😢

  • @superchargedcars
    @superchargedcars 3 года назад

    One of the days!!! ONE OF THESE DAYS!!! IM GOING TO FIND YOU!!!!
    and totally take you out to lunch.... This saved my life... THANK YOU!!!

  • @portalsrule1239
    @portalsrule1239 5 лет назад +5

    Thanks for the help! On a side note, why does this happen? I had ubuntu and windows installed on my disk when it suddenly wouldnt boot, then I got this error on both of my drives.

    • @yoyodanyo
      @yoyodanyo 3 года назад +1

      Oh, I had ubuntu to, but I decided to install Windows and this error happened to me (( . Maybe Linux does some disk lock or something...

    • @varunaggarwal7126
      @varunaggarwal7126 10 месяцев назад

      I formatted my harddisk with linux and this happened, my guess is this has something to do with file system gpt , mbr something

  • @clayc9221
    @clayc9221 4 года назад +7

    Another solution that worked for me:
    Disconnect all drives.
    Even SD Card and CD Drives if any.
    Make sure nothing extra shows up except for Target drive and USB INSTALLATION Drive
    Use Load Driver>Browse to ensure only 2 drives appear

  • @doctordiv
    @doctordiv 4 года назад +4

    You can also simply remove all drives from the motherboard and only keep the drive you want connected. Save some time! 🙌

  • @aursikhehindime
    @aursikhehindime 11 месяцев назад

    Thanks..... A Lot.... More engineers failed to solve my problem.... thanks....

  • @malinator111
    @malinator111 Год назад

    Cheers bro this helped. If anyone is still encountering the same problem, make sure to boot from the local drive that you copied the installation files to.

  • @testestestzinz6933
    @testestestzinz6933 3 года назад +3

    Man, do you sometime works at Microsoft? Ahhahahaha you saved my life

  • @mostafaahmed8990
    @mostafaahmed8990 4 года назад +4

    What the hell. You didn't say that this will delete all my hard disk
    !!

  • @ranjithvishvam8162
    @ranjithvishvam8162 6 лет назад +12

    I have done all steps up to. Create partition primary size=5000
    And the result is(disk part has encountered an error: the request could not be performed because of an I/o device error. See the system event log for more information.) Please help me to solve this error

    • @DiamondZombie
      @DiamondZombie 5 лет назад

      I think it means read write error but it could also mean that your hdd is bad

    • @grga1vk
      @grga1vk 5 лет назад

      have you fixed it? and how? i have the same error

  • @pedro_braconnot
    @pedro_braconnot 10 месяцев назад +1

    great job!!! One worth to leave comment though, I had to restart the PC after the process to Installer be able to start installing on unallocated space

  • @GuitarWorkshop
    @GuitarWorkshop 2 года назад

    Thanks. This helped to bypass the error message. After copying the files I removed USB stick and restarted and now I am able to proceed with installing Windows system. Great!

  • @hg_ofthecity_old_thi
    @hg_ofthecity_old_thi 5 лет назад +8

    Why i get this?:
    " Diskpart has encountered an error: The request could not be performed because of an I/O device error.
    See the system event log for more information. "
    Please help me

    • @jaycal1920
      @jaycal1920 5 лет назад +1

      You know how you had a problem and did a search and found this video?
      Do another search.
      www.google.com/search?q=+Diskpart+has+encountered+an+error%3A+The+request+could+not+be+performed+because+of+an+I%2FO+device+error.&client=tablet-android-samsung&sourceid=chrome-mobile&ie=UTF-8

  • @nitishbhardwaj173
    @nitishbhardwaj173 4 года назад +10

    My laptop burst into fire after this

    • @MrNeodylliphan
      @MrNeodylliphan 4 года назад +1

      You're lucky. My PC was transported to another spacetime. I'm currently filing a claim with Assurant, but it's not looking good.

  • @pancakelord21
    @pancakelord21 5 лет назад +5

    you need to delete the partition you are installing windows on so it can reformat the partition to the correct formatting

    • @hyuwan1116
      @hyuwan1116 5 лет назад

      Yehey! Thanks! No need to do cmd option..

    • @harveyspecterns2918
      @harveyspecterns2918 5 лет назад

      Saved me to. Thanks

    • @j8vi3r
      @j8vi3r 5 лет назад

      Damm so simple delete not format thanks 👽

    • @marcohmaciel
      @marcohmaciel 4 года назад

      So it doesn't need to create an installation drive? I just have to have an unalocated partition?

  • @hanitasadduq1634
    @hanitasadduq1634 2 года назад +1

    man i tried many time and writed the clean but its giving me the error
    PLZ HELP ME

  • @dauphindauphin6607
    @dauphindauphin6607 Год назад

    After 3 days of trouble trying to install Windows 10 v 1803 on a second internal SSD in my iMac 2011 High Sierra.
    At last , thanks alot!!
    I used a partition on a 3rd internal SSD to write the install files from the usb stick to, and installed from there to a partition of the 2nd SSD

  • @HandHaben
    @HandHaben 5 лет назад +4

    Thanks!! Ive been at this all day and your method worked first time!!
    I subbed and liked
    By the way if you finished all these steps but still cant do it, you need to shut down your PC, unplug the USB with windows on it, then boot up your PC again, go to the bios, select the boot menu, then select the hard drive you want windows installed on, and boot in to that, then you will be able to continue the tutorial.
    Again thanks!!

    • @codem6603
      @codem6603 3 года назад

      Thanks.. this extra tip helped

  • @mahanandap1410
    @mahanandap1410 4 года назад +4

    Bro after install.win it's showing "file creation error-the file or directory is corrupted and unreadable ". What shoukd i do. Please tell me😢😢

    • @yoyodanyo
      @yoyodanyo 3 года назад

      Hi, I do not now if you already solved your issue, but there is probably error with your installation media. I mean that your CD/DVD/USB from you are installing Windows is corrupted. Try another media.If you think your media is ok, so the disk drive is corrupted and you have to fix it..

  • @redwanulhaqueproseal30
    @redwanulhaqueproseal30 5 лет назад +19

    Not working at all.
    I have tried for many times😭😭

    • @Romeo007sm
      @Romeo007sm 5 лет назад

      Hi Guys, so after looking online for a solution i finally got it to work for me... 1. Download Rufus. 2. When you setting up a boot USB using Rufus use GPT and not MBR for the Partition Scheme.

    • @fuavd4534
      @fuavd4534 4 года назад

      @@Romeo007sm lol too late, already formatted all my drives

    • @Krvpz
      @Krvpz 4 года назад +1

      open the cmd, clean the disk and type "convert gpt"

    • @nikhilmudgal5497
      @nikhilmudgal5497 4 года назад

      @@Krvpz
      i can't open cmd

    • @tvtuidaplus102
      @tvtuidaplus102 4 года назад

      @@Romeo007sm It really depends on how old is your computer (BIOS/UEFI). Older machines use MBR as partition scheme so that won'r work on older hardware.

  • @SriHikmatunnisa
    @SriHikmatunnisa 2 месяца назад +1

    July 2024 and still working. Thanks and terimakasih 😂

  • @ConsulGold
    @ConsulGold 5 месяцев назад

    It worked like charm after removing the flash and restarting the pc.Thanks it was a helpful hack.😊

  • @twodayservice9848
    @twodayservice9848 4 года назад +15

    Do all this but add 'convert gpt' after 'clean' if you have m.2 ssd

  • @aaronwalakay
    @aaronwalakay 5 лет назад +7

    Mine got stuck on install.esd

    • @conwmc
      @conwmc 5 лет назад +1

      i just waited it out

  • @badluckme3494
    @badluckme3494 6 лет назад +8

    Thank you kub! love you

  • @GokuGoku36
    @GokuGoku36 3 года назад

    Hey for anybody having the issue still occurring just disconnect all your hard drives except the one you’re installing windows on. Worked for me countless times

  • @kaluwagaming8513
    @kaluwagaming8513 11 месяцев назад +2

    After 2.59 Remove USB and boot with that partition you just created

  • @berkeoral763
    @berkeoral763 6 лет назад +6

    In your describtion it should be /e/h/k instead of /d/h/k

  • @michaelaltun
    @michaelaltun 6 лет назад +7

    I had this issue and that my hard drive was failing! R.I.P

  • @cairnmckimmie323
    @cairnmckimmie323 4 года назад +8

    Mine has more problems now 🤦🏼‍♂️

  • @РоманШарманов-ц2о

    Awesom!!! I was jumping when it worked! I had to repeat it 2 times, second time I insert ‘convert gtp’ and furthere command ’active’ wasn’t necessary. Thank you.

  • @thecatalyst77
    @thecatalyst77 2 года назад +1

    May you live long Trong! Thank you so much for uploading this solution! 😍