How to Convert MBR to GPT Without Data Loss in Windows 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024

ความคิดเห็น • 415

  • @nickdablessed99
    @nickdablessed99 2 ปีที่แล้ว +44

    Dude thank you for this video. I was trying to enable UEFI in order to install Windows 11, and I just couldn't boot with secure boot on. This actually solved my issue, thank you so much.

    • @shafqatkhan3506
      @shafqatkhan3506 ปีที่แล้ว

      I had the same issue and now it resolved

    • @therince542
      @therince542 ปีที่แล้ว

      Dude Help Me How To Do Exactly
      I Can't Make It Bro I Did Whatever
      He's Say But My Windows Corrupted

    • @Fishe.
      @Fishe. 7 หลายเดือนก่อน

      ​@@therince542GG !

    • @simplylogan93
      @simplylogan93 18 วันที่ผ่านมา

      In the same situation, also worked for me updating to Windows 11!

  • @nicolasortiz4422
    @nicolasortiz4422 9 หลายเดือนก่อน +3

    GUYS, if anyone else is unable to boot to Windows even after following all the steps in the video, try this. When you get the blue screen saying that Windows was unable to repair your PC, navigate through the menu until you find advanced options and select Command Prompt, then input the following sequence of commands:
    diskpart​
    list disk​
    list volume​
    select disk 0​
    list partition​
    select partition 2​
    (select the partition with the biggest capacity, or the one where Windows should be installed)​
    shrink desired=500​
    create partition primary size=500​
    format fs=ntfs quick​
    active​
    assign letter=H​
    exit​
    bcdboot E:\windows /s H: /v
    Basically the issue that I had was that the primary partition for Windows (50MB) was too small, so what this does is that it reallocates 500MB of the disk, creates a new partition, formats it, and then selects it as the partition to boot up Windows, and voila!

  • @amosreginaldjr.4200
    @amosreginaldjr.4200 2 ปีที่แล้ว +7

    There’s no way this is actually real. Everywhere says you can’t do this. THANK YOU!

  • @fallen6736
    @fallen6736 2 หลายเดือนก่อน +1

    Man you are a hero. Couldnt update to windows 11 for ages and thanks to this video it finally worked.

  • @catreader9733
    @catreader9733 2 ปีที่แล้ว +10

    I think the hardest part is knowing exactly what to change in UEFI/BIOS, because the exact setting location(s) differ. I recommend anyone planning this coversion do some research. As you assured us, the data is safe, so it will work out okay.

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว +3

      I tried on different mobos so If the process supports then the mbr will be converted to gpt and if it's not supported then it will error message but it won't effect on data. Thanks.

  • @PhatBoyiee
    @PhatBoyiee ปีที่แล้ว +12

    you did not mention validating to see if it will work. What about if you get an error disk sector size is: 512 bytes?

    • @EY5775
      @EY5775 4 หลายเดือนก่อน +1

      me too bro.

  • @XJ1100J
    @XJ1100J ปีที่แล้ว +6

    Thank you so much for the clear explanation. I'd found much of what you explained by several hours of google searching but somehow it wasn't tied together properly and all attempts failed until I found your video which explained it accurately and concisely.
    The one thing I had discovered that you might have added is how to ascertain which non OS disk is identified and change that drive using this method. I also needed to change a USB drive to GPT which windows listed as drive 1 so I had to add a /disk:1 command to the string and inserted it as mbr2gpt /convert /disk:1 /allowfullos and this worked perfectly.
    Kudos for a truly helpful explanation.

    • @zac5911
      @zac5911 5 หลายเดือนก่อน

      it says validation failed for disk 1

    • @zycher7526
      @zycher7526 2 หลายเดือนก่อน

      @@zac5911 Same for me! did you find a solution?

  • @Youhaveaname
    @Youhaveaname 23 วันที่ผ่านมา

    And with that, I have gotten the last piece of the puzzle for my old B350 Mobo! Thank you my guy!

  • @MookieMerkk
    @MookieMerkk หลายเดือนก่อน

    Worked perfectly, was trying to sort why i couldn't get my pc into secure boot enable for Windows 11 upgrade.
    Better than any other guide

  • @jackbutler2309
    @jackbutler2309 ปีที่แล้ว +2

    I tried and double checked the command but this is the response i got. What is wrong?
    EnablePrivilege: AdjustTokenPrivileges failed (Error:0x514)
    ERROR: Failed to enable backup/restore privileges.
    Check that you are running in a process with elevated privileges.

  • @glacialatlas9347
    @glacialatlas9347 หลายเดือนก่อน

    My god, it's 2024, July 4th, @ 4:46 AM, & you still managed to save my life & entire PC, thank you

  • @TillmanCharm10
    @TillmanCharm10 2 ปีที่แล้ว +4

    This actually worked and got rid of the error I was getting about secure boot (after I converted mbr to gpt and made sure secure boot was on)in the windows 10->11 update. Thank you man!

  • @ashhh_0030
    @ashhh_0030 ปีที่แล้ว +5

    hey, in cmd when i executed the mbr2gpt command just like you said, its showing an error message "Disk layout validation failed for disk 0" how can i fix that?

    • @Bottley
      @Bottley 27 วันที่ผ่านมา

      Samesies

    • @ntg-billz8955
      @ntg-billz8955 8 วันที่ผ่านมา

      Any find ?

    • @ashhh_0030
      @ashhh_0030 8 วันที่ผ่านมา

      @@ntg-billz8955 Yes, but that was a year ago, and i don't even remember that i commented. Try fixing that through other youtube videos or Google

  • @samyzerouali6482
    @samyzerouali6482 ปีที่แล้ว +1

    How can I solve this problem
    C:\Users\BOSS>mbr2gpt /convert /allowfullos EnablePrivilege: AdjustTokenPrivileges failed (Error:0x514)
    ERROR: Failed to enable backup/restore privileges. Check that you are running in a process with elevated privileges.

  • @triotriggerhardt4035
    @triotriggerhardt4035 หลายเดือนก่อน

    THANK YOU!
    I really needed this because, I needed secure boot to install windows 11

  • @jansz811
    @jansz811 ปีที่แล้ว

    I am not sure if you are still reading the comments but you helped me where a PC Repair shop couldn't even help me. Thank you so much! You earned my subscribtion

  • @Re5ist_ance
    @Re5ist_ance ปีที่แล้ว +9

    Hi there .. I am hoping you still see comments on this video .. tried the instructions .. but I keep getting this error: Cannot find OS partition(s) for disk 2. I have an NvME drive (C drive) - 1TB - it has 94MB System reserved partition, a 930GB (boot, page file) partition, and an F drive partition (with 502MB). Is the way my partitions are set up the problem? Any thoughts on how to get past it? Thanks in advance. Loved your simple explanation.

    • @t-1396
      @t-1396 ปีที่แล้ว +1

      The disk is currently using MBR
      There's enough space not occupied by partitions to store the primary and secondary GPTs:
      16 KB + 2 sectors at the front of the disk
      16 KB + 1 sector at the end of the disk
      There are at most three primary partitions in the MBR partition table
      One of the partitions is set as active and is the system partition
      The disk doesn't have any extended/logical partition
      The BCD store on the system partition contains a default OS entry pointing to an OS partition
      The volume IDs can be retrieved for each volume that has a drive letter assigned
      All partitions on the disk are of MBR types recognized by Windows or has a mapping specified using the /map command-line option

  • @norashsafetymail3370
    @norashsafetymail3370 7 หลายเดือนก่อน +1

    bro i got a cmd "CANNOT FIND OS PARTITION FOR DISK 0" what to do wit this

  • @MileshChudasama
    @MileshChudasama ปีที่แล้ว +2

    You absolute legend. Been trying to get this to work for months and after watching your video. Managed to nail it. The bios step especially was a great touch and sorted the job. Thanks dude.

  • @toothlessthefc4394
    @toothlessthefc4394 ปีที่แล้ว +1

    Thank you, been trying to get windows 11 for a while, and this is the only video i found that worked

  • @HorizunTheAlien
    @HorizunTheAlien 9 หลายเดือนก่อน +1

    Most of the steps were similar for me up until the bios!
    I have a Gigabyte z390 aorus pro wifi board, so I have the bio accordingly to it. I tried to switch Gigabytes "Other Pci devices" option (which was the only thing similar to your "Boot from PCI-E Expansion Devices" option) to Legacy, and the "Boot from storage devices" to UEFI"... Didnt boot the OS on the switched GPT drive.
    Tried a couple more times, still nada.
    Switched the "Other Pci devices" to UEFI... Didnt boot.
    What worked for me was I DISABLED CSM support, which then opens up more selections below to reveal "Secure boot Enable/Disable"... switched it from disabled to enabled.
    Voila. Booted right up.

  • @giadoKW
    @giadoKW ปีที่แล้ว +1

    I got blue screen experience and after turn off for q few "hour" start turn on again still blue screen:(( and keyboard not work

  • @zac5911
    @zac5911 5 หลายเดือนก่อน +1

    Hey this didnt work for me it says cannot find OS partition(s) for disk 0 PLEASE HELP ME

  • @clocksprocket
    @clocksprocket 19 วันที่ผ่านมา

    Thank you very much for the guide! My computer WAS booting just fine but secure boot was showing as "unsupported" in windows config so something about the GPT switch made it happy. And I was glad not to brick my computer while following these instructions!

  • @Broskis479
    @Broskis479 ปีที่แล้ว +2

    When I tried it it said cannot find OS partition, how do I fix this?

  • @pierrebilic4823
    @pierrebilic4823 ปีที่แล้ว +1

    Wish it worked, for me it picks the wrong drive. Chooses disk0 and not disk 1 😢

  • @dominicliongson
    @dominicliongson 3 หลายเดือนก่อน +1

    I spent hours trying to troubleshoot and you solved my problem in minutes thanks so much!

  • @louischapman7290
    @louischapman7290 ปีที่แล้ว +1

    only issue is when i run the command its not choosing the right drive how do i command it to take the right 1

  • @vigil3273
    @vigil3273 ปีที่แล้ว +3

    Your explanation is great! Step by step, not fast, so I understand all immediately. Thnx for your job! Really helpful.

  • @neilmiranda5510
    @neilmiranda5510 2 ปีที่แล้ว +2

    Worked for me. No bluescreens experienced. I waited few days before I comment here, so far no problems.

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว

      Thanks for sharing your experience. Cheers bro

  • @miniDrew4
    @miniDrew4 ปีที่แล้ว +1

    Finally! Thanks! Got Secure Boot up and running now.

  • @kayzz8030
    @kayzz8030 4 หลายเดือนก่อน

    I love you man, you solved the problem that a lot of videos didn’t solved! Thank you so much man

  • @bestgamerz8093
    @bestgamerz8093 ปีที่แล้ว +2

    Cannot find OS partition(s) for disk 0. But I want to convert disk 1 to gpt.

  • @NoobDog2100
    @NoobDog2100 ปีที่แล้ว +7

    Hey when I get to the first command prompt part it does not work. It tells me this:
    MBR2GPT will now attempt to convert the default book disk.
    If conversion is successful the disk can only be booted in GPT mode.
    These changes cannot be undone!
    MBR2GPT: Attempting to convert disk 2
    MBR2GPT: Retrieving layout of disk
    MBR2GPT: Validating layout, disk sector size is: 512 bytes
    Disk layout validation failed for disk 2
    Please help me!!

    • @ede8193
      @ede8193 3 หลายเดือนก่อน

      Not sure if this helps BUT make sure you are converting the correct disk! 512 bytes is too small for anything to be stored on it. Windows is most times is on disk C

  • @erikviljoen4972
    @erikviljoen4972 2 ปีที่แล้ว +1

    got so stressed when it wouldn't boot after the conversion but ive waited 5 minutes and now its working!

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว

      Thanks for sharing your experience. This is what I told at the last of this video.

    • @jameskeyes3771
      @jameskeyes3771 24 วันที่ผ่านมา

      Same was stressing out 🤣

  • @npcproductionGGGG
    @npcproductionGGGG 7 หลายเดือนก่อน +2

    MBR2GPT: Attempting to convert disk 0
    MBR2GPT: Retrieving layout of disk
    MBR2GPT: Validating layout, disk sector size is: 512 bytes
    Cannot find OS partition(s) for disk 0
    help

    • @MaxFN
      @MaxFN 4 หลายเดือนก่อน +1

      did u fix it?

  • @Spoongooner
    @Spoongooner 6 หลายเดือนก่อน

    You saved my morning.... Had it converted in less than 10 mins.. you ROCK.. thanks for the awesome video my friend!

  • @astherielle4319
    @astherielle4319 2 ปีที่แล้ว +2

    New sub! 100% working in my pc! Thanks man! for 2 weeks research in youtube, your videos its only trust!! Thanks a lot man!! ❤️🥰🥰

  • @akselirauhio8222
    @akselirauhio8222 2 ปีที่แล้ว +6

    When trying to use the convert line in CMD, after 3 lines comes an error: Cannot find OS partition(s) for disk 0. Any help?

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว

      Try to keep the only the windows partition drive and remove all hdd and ssds. I hope this time it will work.

    • @revivedsoul1099
      @revivedsoul1099 2 ปีที่แล้ว

      @@TheShojibShow Sir i have similar problem. Its says "disk layout validation failed for disk 0" my disk is 1 , so i dont know select it so it can do the process for mbr2gpt. Please help.

    • @harun.hussein
      @harun.hussein 11 หลายเดือนก่อน

      Did you find out how ?

  • @Speecu
    @Speecu 2 ปีที่แล้ว +2

    Appreciete this guide really well done. But except tech enthusiast no one will bother with Windows 11 when there is a need for such a hustle.

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว +2

      Yeah, I agree with you. Thanks for your appreciation. Actually, lots of people are crazy about using windows 11. So I have to make it! Even another video of mine got lots of views on How to enable TPM! like 37K and another one got 38k which is how to enable Secure boot. Even lots of crazy people are there. I thought make these contents for them. after that I will make regular contents. Thanks a lot bro.

    • @almanac520
      @almanac520 2 ปีที่แล้ว

      If you are running MBR, you are out of date. Should be a wake up call

  • @joeyt7978
    @joeyt7978 11 หลายเดือนก่อน +3

    Hello, I am having trouble with the command prompt step. It is saying the Disk layout validation failed, do you have any suggestions on how to fix this? The drive I’m trying to convert is a m.2 ssd that’s my boot drive.

  • @janunger6685
    @janunger6685 ปีที่แล้ว +1

    Good video, didnt work for me tho. In CMD it tells that OS pertitions cant be found for disk 0

  • @TheRealHeavenly
    @TheRealHeavenly หลายเดือนก่อน

    Thanks Man I really wanted windows 11 and always wondered why I cant get it even though my pc is more than enough for. So This really helped thank you so much

  • @raijusnickname
    @raijusnickname ปีที่แล้ว

    Thank you so much I’ve been searching this for months!

  • @Lena-vw6ye
    @Lena-vw6ye ปีที่แล้ว +2

    Wow, this really worked for me. I was about to pay someone $100 to change it from MBR to GPT and install windows 11 for me.

  • @suleymanardaal4637
    @suleymanardaal4637 7 หลายเดือนก่อน +1

    You are the G! All the „free“ programms want money for that what you can do urself easily! Thank you!

  • @hbmovies22
    @hbmovies22 2 ปีที่แล้ว +2

    Disk layout validation failed for disk 0

  • @nevimbrasko
    @nevimbrasko ปีที่แล้ว +2

    Thanks a lot man! I was worried cause its our familly pc but everything worked and all data are where they should be.

  • @bill4123
    @bill4123 ปีที่แล้ว +1

    Excellent video, and super convenient having the same bios interface as me! Thanks for sharing.

  • @Sir_Paco_IX
    @Sir_Paco_IX ปีที่แล้ว +1

    It worked so well. Thanks to you I solved the problem that I caused with my lack of knowledge. You are a genius.

  • @codeyeezus
    @codeyeezus ปีที่แล้ว +1

    Dude I love you man I’ve been trying to upgrade to windows 11 forever thank you man thank you!!

  • @muhammadafiq8696
    @muhammadafiq8696 2 ปีที่แล้ว +2

    Bro finally after 1 month i tried many time,and now its worked like a champ!Thank you so much !!Keep it up,Done subcribe,You are LEGEND !👍🏻👍🏻👍🏻🥳🥳🤩😱

  • @new_bi1512
    @new_bi1512 ปีที่แล้ว +1

    dude please help me, i am already convert my drive to gpt, and follow ur step, but not working, and now my laptop can't enter to windows, please help me

    • @giadoKW
      @giadoKW ปีที่แล้ว

      Me too

  • @danny1844_
    @danny1844_ ปีที่แล้ว +1

    When I type the command to convert I get an error saying "Disk layout validation failed for disk 0" what can I do?

    • @messramzy4318
      @messramzy4318 ปีที่แล้ว

      you hve to change sandidk from mbr to gpt by aomei partation assistant

  • @Bunker313
    @Bunker313 2 ปีที่แล้ว +2

    This fixed my problems trying to upgrade to W11 straight away, thanks!

  • @princenwachukwu6837
    @princenwachukwu6837 2 ปีที่แล้ว +1

    I have a problem please help me 😭 I tried installing Windows 10 but I'm stuck at windows can't be installed on drive 0 and partition 1. Please help. I'm making use of a Toshiba laptop..and I don't want to loose my data😭😭

  • @kauczuk4006
    @kauczuk4006 ปีที่แล้ว +2

    What if i get a fail message when i validate mbr2gpt command in cmd?

  • @mattmccarty72
    @mattmccarty72 หลายเดือนก่อน

    Great to the point video, much appreciated.

  • @crapten9236
    @crapten9236 ปีที่แล้ว +1

    Dude I wish you all the best, saved my night!

  • @VinayKumar-pj3cp
    @VinayKumar-pj3cp 2 ปีที่แล้ว +1

    my motherboard is asrock b450m steel legend how to set in bios

  • @HouseofFyrewind
    @HouseofFyrewind 10 หลายเดือนก่อน

    This was an excellent video. Everything worked as you said. You have a new subscriber! Many thanks!

  • @catreader9733
    @catreader9733 2 ปีที่แล้ว +3

    Excellent video. I saw it after I had converted my disk, but yours showed more and better views of the diplay. Therefore it answered a question that had bothered me. No one else showed that the "old" System Reserved partition remains in place; however, in Disk Management, the (System) designation disappears after the coversion.

  • @Liv3MotionFilm
    @Liv3MotionFilm 2 ปีที่แล้ว +1

    So happy I stumbled upon this video the very next morning after being stumped the night before. Installing Windows 11 now. Hopefully I don't run into another issue but then again it is windows..

    • @Liv3MotionFilm
      @Liv3MotionFilm 2 ปีที่แล้ว +1

      Aaaand now after the update i am in a perpetual reboot.. windows👍

  • @xandertv3833
    @xandertv3833 2 ปีที่แล้ว +2

    You are the best thanks a lot my friend i was looking for this video

  • @freeko-factyt7122
    @freeko-factyt7122 ปีที่แล้ว +3

    You earned a subscriber brother ❤️.. thanks for explaining it clearly 💙

  • @homepc8057
    @homepc8057 2 ปีที่แล้ว +6

    I face this error:
    " MBR2GPT will now attempt to convert the default book disk.
    If conversion is successful the disk can only be booted in GPT mode.
    These changes cannot be undone!
    MBR2GPT: Attempting to convert disk 0
    MBR2GPT: Retrieving layout of disk
    MBR2GPT: Validating layout, disk sector size is: 512 bytes
    Disk layout validation failed for disk 0 "
    🙏Plz help bro.🙏

    • @gremlincodger9220
      @gremlincodger9220 2 ปีที่แล้ว

      i also faced the same problem
      is there any fix?

    • @TiTaN_WASD
      @TiTaN_WASD 2 ปีที่แล้ว

      same problem

    • @homepc8057
      @homepc8057 2 ปีที่แล้ว

      @@TiTaN_WASD you have more than 2 drive. convert 2 drive and try again

    • @moonclash964
      @moonclash964 2 ปีที่แล้ว

      @tech riot help pls

    • @bloodlustshiva1
      @bloodlustshiva1 2 ปีที่แล้ว +1

      Having the same exact problem, only two drives. 0 and 1, 0 fails to convert, process stops.

  • @johnrouleau3372
    @johnrouleau3372 9 หลายเดือนก่อน

    Worked beautifully. Thank you bro!

  • @charles-th3sf
    @charles-th3sf ปีที่แล้ว +1

    Hello there is a problem when I convert mbr2gpt
    It says cannot find os partition (s) for disk 0

  • @tomsocall
    @tomsocall ปีที่แล้ว +1

    worked flawlessly, thanks a lot!

  • @fruton
    @fruton 2 ปีที่แล้ว +1

    "Cannot find OS partition(s) for disk 2" not working

  • @kirbychery3940
    @kirbychery3940 ปีที่แล้ว +1

    Great video! This worked well and was easy to follow, thank you!

  • @juliovazquez8171
    @juliovazquez8171 2 ปีที่แล้ว +1

    Mine says cannot find OS partitions for disk 0

  • @Jarinage
    @Jarinage 5 หลายเดือนก่อน

    You're a legend. Thanks to your tutorial I can now upgrade to win11. Thanks man!

  • @johnwang6292
    @johnwang6292 5 หลายเดือนก่อน

    Worked for me. Great vid. Thanks so much.

  • @sinnobite1306
    @sinnobite1306 2 ปีที่แล้ว +1

    Thank you my friend!! Worked fine on my side with your tutorial.

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว +1

      Thanks a lot bro, Please share with others. 👌

  • @syh1960
    @syh1960 2 ปีที่แล้ว +1

    THANK YOU. NO ONE ELSE HELPED

  • @s0steezy
    @s0steezy 10 หลายเดือนก่อน

    You're amazing bro!! This was so much easier than other tutorials where you LOSE your data too and now I'm getting windows 11 I should have watched a long time ago! thank you

  • @freaxtube
    @freaxtube ปีที่แล้ว

    Really, while following your video, it worked like a charm!! Thank you for your clear explanations!!

  • @tshepomotshepana7635
    @tshepomotshepana7635 2 ปีที่แล้ว +1

    Thinks for this easy and straightforward vid I had to jump to hoops before getting here thinks a lot

  • @ledavid3333
    @ledavid3333 ปีที่แล้ว

    This helped me! I watched another video first where he explained that you have to Shift+Restart to enter Command Prompt and then it just was black at my monitor. The way you did it worked perfectly! Thank you!

  • @karimmostafa2174
    @karimmostafa2174 ปีที่แล้ว +1

    hey, i get an error "Disk layout validation failed for disk 0"

  • @maki7349
    @maki7349 ปีที่แล้ว

    Bro this fucked with my head so much man i just couldnt boot windows with secure boot and i have windows 11 plus i couldnt play valorant cuz they have that requirement too and ive tried so many things and videos and nothing helped but this video is the only one that did thank u so much man ur a legend and definetly underrated even tho youre the only one on youtube that was smart enough to fix this issue xD

  • @zerodrive2901
    @zerodrive2901 2 ปีที่แล้ว +3

    THANK YOU SO MUCH. I was wondering why my pc restarts everytime i enable secure boot

  • @BlazeAlchemist991
    @BlazeAlchemist991 ปีที่แล้ว +2

    Do I need to convert all my storage drives from mbr to gpt, to make sure everything works, or only the drive that has my OS on it?

  • @MaaZe
    @MaaZe 10 หลายเดือนก่อน

    Thanks man, this helped loads. Super easy.

  • @rk_hazem534
    @rk_hazem534 2 ปีที่แล้ว +2

    when i tried the cmd step it says cannot find the OS partition(s) for disk 2 (the ssd) even though there's only one partition on my ssd which i have the windows installed on.. is there a fix?

    • @TheShojibShow
      @TheShojibShow  2 ปีที่แล้ว

      Is there any other ssd or hdd installed except the ssd that has OS? Try to do these steps, installing one ssd that has the OS. I unplugged all my hdd, only kept the OS Installed ssd and that worked.

  • @2001_Ford_Explorer_XLT
    @2001_Ford_Explorer_XLT 6 หลายเดือนก่อน

    Thank you so much brother this helped a lot!

  • @Dany4k
    @Dany4k ปีที่แล้ว +1

    It worked like a charm, thanks for the tip!

  • @vassgaming4856
    @vassgaming4856 2 ปีที่แล้ว +1

    It's showing can't find os partition

  • @raymond8250
    @raymond8250 ปีที่แล้ว +2

    Amazing you earned a sub

  • @ckaterdude
    @ckaterdude ปีที่แล้ว +1

    Thanks man, I appreciate you.

  • @blakedasbacon3421
    @blakedasbacon3421 2 ปีที่แล้ว +2

    You are the man! Thank you for the video

  • @GregoryShtevensh
    @GregoryShtevensh ปีที่แล้ว +1

    When I try this it just says attempting to convert disk 0 and then says cannot find OS partition/s on disk 0
    My OS is loaded on disk 1 but it always attempts to do disk 0...
    How do I get it to perform the task with disk 1?😊

  • @TeteJefe
    @TeteJefe 2 ปีที่แล้ว +1

    It works me!! New SUB my broski 👌😊

  • @martinekloll2002
    @martinekloll2002 ปีที่แล้ว +1

    Thanks bro i looked at bout 100 videos and they didnt work but this worked

  • @gebuss4live
    @gebuss4live 5 หลายเดือนก่อน

    thank you this was driving me mad over a year

  • @inZaneV6
    @inZaneV6 ปีที่แล้ว

    dude thank you so much I installed windows 11 on mbr without converting before it and it was running on legacy mod and the secure boot was not showing, I couldn't turn it off so I could download primeos with ur help i truned it to gpt and now I can turn off the secure boot while in uefi mode.
    "Thank you again."

  • @matthewperry5858
    @matthewperry5858 ปีที่แล้ว

    exactly what I was looking for, thanks bro! I didn't know why my drive wasn't booting till I realized it was in MBR format -_-

  • @TheWookaka
    @TheWookaka ปีที่แล้ว

    thank you, this has been bordering me from upgrading to win11

  • @MCMCFan1
    @MCMCFan1 ปีที่แล้ว +1

    It says for me disk layout validation failed for disk 1