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.
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!
My man, thank you! Secure boot wasn't supported for me before watching this video, and now I can install Windows 11 before Windows 10 is no more. You're a savior!
You are life saver! When enabling secure boot, windows wasnt loading and kept going into BIOS. Saw that my windows on my SSD wasnt gpt and this worked like a charm and now can install windows 11. Earned my sub!
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.
Omg so simple, so clear, just a great and quick tutorial. I was trying to fix this for 6 months and gave up. Then I saw a comment on Reddit with this video attached. Less than 10 minute fix…..
THANK YOU SO MUCH. This worked and the PC health check now gives me the green check on all requirements! Awesome video. I have not gotten a blue screen yet but if it does I will try the shut down method and hopefully everything will be OK.
Big shout out to you brother! This is your third video I watched about pc stuff and everyone has worked out. You earned a subscriber. Thank you once again brother. Side note real quick tho, after converting to gpt and changing the UEFI setting I got a black screen saying to restart and select boot drive or insert media key so I went back into bios and selected the windows boot and windows booted up and now i am finally able to update to windows 11 on my in laws computer. It was a gigabyte mobo. Thank you once again sir!!!
Worked 1st time am downloading win11 right now thank you! Is there any work around for processor not supported? It's an old i7 4 core? Subscribed keep up the good work!
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.
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
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.
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.
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!
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
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.
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!
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.
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?
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.
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.
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
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.
Is there a way to do this on a disk that is not your boot disk? Im trying to move my os over to another disk but must update to windows 11 first, but my new disk is MBR also, and im concerned it will cause issues.
@@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.
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!!
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
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."
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.
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
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..
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.
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
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?😊
when I try to convert the disc in the command it will say " attempting to convert disc 0" when I need it to say "attempting to convert disc 1". do you know what I need to do to fix this?
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
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!
Hi! I have a question: All my drives are mbr, and if I only convert my C drive to gpt first, then will I still be able to boot (after changing the bios settings), or do I need to do all 3 drives at once?
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😭😭
@TheShojibShow hey, do u have cmd line for mbr2gpt for other disc in my case its 0 ? cmd line from your vid is trying to convert disc 1 with Win10 installed.
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?
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.
I think I messed up.. followed another video that made me go to command and diskpart... Disklist.. then clear..video said don't lose data but I think that wiped everything 😢.. Any suggestions?
any ideas, I am the only user on the PC, i get this error when i run the cmd C:\Users\Lancelotapus>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.
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.
I had the same issue and now it resolved
Dude Help Me How To Do Exactly
I Can't Make It Bro I Did Whatever
He's Say But My Windows Corrupted
@@therince542GG !
In the same situation, also worked for me updating to Windows 11!
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!
My man, thank you! Secure boot wasn't supported for me before watching this video, and now I can install Windows 11 before Windows 10 is no more. You're a savior!
You are life saver! When enabling secure boot, windows wasnt loading and kept going into BIOS. Saw that my windows on my SSD wasnt gpt and this worked like a charm and now can install windows 11. Earned my sub!
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.
it says validation failed for disk 1
@@zac5911 Same for me! did you find a solution?
Omg so simple, so clear, just a great and quick tutorial. I was trying to fix this for 6 months and gave up. Then I saw a comment on Reddit with this video attached. Less than 10 minute fix…..
THANK YOU SO MUCH. This worked and the PC health check now gives me the green check on all requirements! Awesome video. I have not gotten a blue screen yet but if it does I will try the shut down method and hopefully everything will be OK.
Big shout out to you brother! This is your third video I watched about pc stuff and everyone has worked out. You earned a subscriber. Thank you once again brother. Side note real quick tho, after converting to gpt and changing the UEFI setting I got a black screen saying to restart and select boot drive or insert media key so I went back into bios and selected the windows boot and windows booted up and now i am finally able to update to windows 11 on my in laws computer. It was a gigabyte mobo. Thank you once again sir!!!
Thank you, been trying to get windows 11 for a while, and this is the only video i found that worked
Your explanation is great! Step by step, not fast, so I understand all immediately. Thnx for your job! Really helpful.
Man you are a hero. Couldnt update to windows 11 for ages and thanks to this video it finally worked.
You are the only one who really solve my problem to update to windows 11 thank you !!
There’s no way this is actually real. Everywhere says you can’t do this. THANK YOU!
Worked 1st time am downloading win11 right now thank you!
Is there any work around for processor not supported? It's an old i7 4 core?
Subscribed keep up the good work!
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.
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
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.
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.
I spent hours trying to troubleshoot and you solved my problem in minutes thanks so much!
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
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!
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
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.
bro i got a cmd "CANNOT FIND OS PARTITION FOR DISK 0" what to do wit this
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!
You saved my morning.... Had it converted in less than 10 mins.. you ROCK.. thanks for the awesome video my friend!
Thank you my dude! My expensive PC from 2019 is now eligible for the windows 11 update!
And with that, I have gotten the last piece of the puzzle for my old B350 Mobo! Thank you my guy!
Thanks. It worked for me. Using Msi. This was the main problem for pc health check. Now i can buy windows 11 safely.
Finally! Thanks! Got Secure Boot up and running now.
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.
Do you find the solution to resolve your problem?
THANK YOU!
I really needed this because, I needed secure boot to install windows 11
I love you man, you solved the problem that a lot of videos didn’t solved! Thank you so much man
Will save this video and come back to it when I want to move to 11.
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?
Samesies
Any find ?
@@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
you did not mention validating to see if it will work. What about if you get an error disk sector size is: 512 bytes?
me too bro.
When I tried it it said cannot find OS partition, how do I fix this?
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.
Cannot find OS partition(s) for disk 0. But I want to convert disk 1 to gpt.
It worked so well. Thanks to you I solved the problem that I caused with my lack of knowledge. You are a genius.
New sub! 100% working in my pc! Thanks man! for 2 weeks research in youtube, your videos its only trust!! Thanks a lot man!! ❤️🥰🥰
Thanks for the sub!
Thanks a lot man! I was worried cause its our familly pc but everything worked and all data are where they should be.
You're welcome bro.
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.
Hello there is a problem when I convert mbr2gpt
It says cannot find os partition (s) for disk 0
Thanks bro i looked at bout 100 videos and they didnt work but this worked
Glad I could help
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
Can't thank you enough! You did save me big time brother
Excellent video, and super convenient having the same bios interface as me! Thanks for sharing.
Glad it helped!
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.
Thanks mate… helped me a lot after a pc build! 👍🏻
This was an excellent video. Everything worked as you said. You have a new subscriber! Many thanks!
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 !👍🏻👍🏻👍🏻🥳🥳🤩😱
Thanks for the sub
Dude I love you man I’ve been trying to upgrade to windows 11 forever thank you man thank you!!
Glad I could help!
You are the G! All the „free“ programms want money for that what you can do urself easily! Thank you!
Is there a way to do this on a disk that is not your boot disk? Im trying to move my os over to another disk but must update to windows 11 first, but my new disk is MBR also, and im concerned it will cause issues.
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?
Try to keep the only the windows partition drive and remove all hdd and ssds. I hope this time it will work.
@@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.
Did you find out how ?
thank you man! worked perfectly, even on windows 11!
my motherboard is asrock b450m steel legend how to set in bios
When I type the command to convert I get an error saying "Disk layout validation failed for disk 0" what can I do?
you hve to change sandidk from mbr to gpt by aomei partation assistant
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!!
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
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."
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.
Glad it helped!
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
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?
You're a legend. Thanks to your tutorial I can now upgrade to win11. Thanks man!
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..
Aaaand now after the update i am in a perpetual reboot.. windows👍
Thank you bro👍
If you guys are struggling with Fifa23 secure boot error...follow this video tutorial
Really, while following your video, it worked like a charm!! Thank you for your clear explanations!!
Worked for me. No bluescreens experienced. I waited few days before I comment here, so far no problems.
Thanks for sharing your experience. Cheers bro
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.
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.
If you are running MBR, you are out of date. Should be a wake up call
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
did u fix it?
probably your OS isnt on disk 0
This fixed my problems trying to upgrade to W11 straight away, thanks!
You are welcome.
Thanks dude secure boot is now on and it is already uefi
THANK YOU SO MUCH. I was wondering why my pc restarts everytime i enable secure boot
only issue is when i run the command its not choosing the right drive how do i command it to take the right 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?😊
My god, it's 2024, July 4th, @ 4:46 AM, & you still managed to save my life & entire PC, thank you
I got blue screen experience and after turn off for q few "hour" start turn on again still blue screen:(( and keyboard not work
when I try to convert the disc in the command it will say " attempting to convert disc 0" when I need it to say "attempting to convert disc 1".
do you know what I need to do to fix this?
Dude I wish you all the best, saved my night!
Thanks Man.
got so stressed when it wouldn't boot after the conversion but ive waited 5 minutes and now its working!
Thanks for sharing your experience. This is what I told at the last of this video.
Same was stressing out 🤣
Thank you so much I’ve been searching this for months!
You are the best thanks a lot my friend i was looking for this video
Glad I could help
Can I do this during windows installation?
No...
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
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!
You're welcome.
Hi! I have a question: All my drives are mbr, and if I only convert my C drive to gpt first, then will I still be able to boot (after changing the bios settings), or do I need to do all 3 drives at once?
✅"READ THIS CAREFULLY"!
Follow my instructions carefully and Watch the Full Video.
✅Subscribe and Connect with us: cutt.ly/CEDkZgU
Good video, didnt work for me tho. In CMD it tells that OS pertitions cant be found for disk 0
Have an error saying at the last "Disk layout validation failed for disk 0" How to fix it !!!!!!
You earned a subscriber brother ❤️.. thanks for explaining it clearly 💙
Thanks for the sub!
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😭😭
@TheShojibShow hey, do u have cmd line for mbr2gpt for other disc in my case its 0 ? cmd line from your vid is trying to convert disc 1 with Win10 installed.
Worked beautifully. Thank you bro!
What do I do if my OS drive is my disk 3?
i get "cannot find os partition(s) for disk 0". I have 4 hard drives. What does that mean?
Awesome video, thank you
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?
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.
Great to the point video, much appreciated.
I think I messed up.. followed another video that made me go to command and diskpart... Disklist.. then clear..video said don't lose data but I think that wiped everything 😢.. Any suggestions?
any ideas, I am the only user on the PC, i get this error when i run the cmd
C:\Users\Lancelotapus>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.
Bro when i try to convert it showse only disk 0 which is not my main disk any solution please?