How to Fix Bootrec /Fixboot Access is Denied Windows 10

Поделиться
HTML-код
  • Опубликовано: 11 сен 2018
  • How to Fix Bootrec /Fixboot Access is Denied Windows 10
    ►►►SUBSCRIBE for more: ruclips.net/user/Britec09...
    Step 1. Boot to your Windows 10 CD or USB. when you get to the install windows screen, click the Repair your computer instead of Install now.
    Step 2. Select Troubleshoot and then Advanced Options.
    Step 3. Select Command Prompt.
    Step 4. Type diskpart and press Enter key.
    Step 5. Type list disk and press Enter. Now check disk number to identify boot disk, this is usually Disk 0. if not, use the correct boot disk number.
    Step 6. Type select disk 0 (or your boot disk number) and press Enter.
    Step 7. Type list volume and press Enter. Now look for the volume number of EFI partition.
    Step 8. Type select volume 1 and press Enter. (Change volume to your number)
    Step 9. Type assign letter=V: and press Enter. V: can be replaced by any drive letter that is not in use by any partition.
    Step 10. Type exit and press Enter.
    Step 11. Now type V: (or the drive letter you just assigned) and hit Enter.
    Step 12. Type md \efi\microsoft\boot\ and hit Enter.
    Step 13. Type cd /d V:\efi\microsoft\boot\ and hit Enter.
    Step 14. Now type bootrec /fixboot command, the problem should be solved now.
    Step 15. bcdboot c:\windows /l en-us /s V: /f all
    ------- My Social Links:
    🔵 View My Channel - / britec09
    🔵 View My Playlists - / britec09
    🔵 Follow on Twitter - / britec09
    🔵 Follow on Facebook: / briteccomputers
    🔵 View my Website: BritecComputers.co.uk
    🔵 My Official Email: brian@briteccomputers.co.uk
    #PCRepair #ComputerRepair #WindowsRepair #FixPC

Комментарии • 1,6 тыс.

  • @anubhavkumar7637
    @anubhavkumar7637 4 года назад +78

    It still shows access denied , even when I am in the efi\microsoft\boot directory

  • @VideoLeakPolice
    @VideoLeakPolice 2 года назад +115

    You have to do this exact command:
    bootsect /nt60 all
    (note the space between bootsect and the forward slash). Also, I did not have to retry the: bootrec /fixboot.
    I simply shut down the PC and rebooted.
    I have learned it in a tread in this comment section. The first to shared this made a mistake and forgot to put a space. It worked for me.

  • @Robin-hp8pu
    @Robin-hp8pu 4 года назад +424

    this video has literally one purpose and fails in it. well done man

  • @Astalariel
    @Astalariel 4 года назад +20

    Doesn't work. Still getting "Access is denied" after step 14. Followed everything by letter. Including spaces.

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

    Amaaaaazing!!!! Tanks soooo much for this. I pass last 5 hours trying fix a Ssd error and only that's works. Congratulations and thank you. I'm from Brazil.

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

    I came across this just a few minutes ago so although it's old just do the following to fix: BOOTREC /FIXBOOT ACCESS DENIED message. Basically the reason why this one didn't work from what I can work ouot is that you get ACCESS DENIED depending on the format maybe like NTFS? as it does point this out as NTFS file system bootcode though I am not too sure myself, just seems that way from what I have experienced.
    1: type at x:sources>bootsect/nt60 sys */just as that and do not worry about no space between /nt60 as it will work. you should get: Target volumes will be updated with BOOTMGR compatible bootcode. V: (\\?\Volume{1a2b3c4d-0000-0000-0000-100000000000}) Successfully updated NTFS filesystem bootcode. Bootcode was successfully updated on all targeted volumes.
    2: type at x:sources\>bootrec/fixboot (again do not worry about having a space before /fixboot)
    now you should see: The operation completed successfully.
    For those who come across this and experience difficulty with keep getting access denied, you also do not need to assign a new letter, just skip all that and just do this.
    For the creator Britec09. Please, if you haven't update this as this may work for ALL. skip the diskpart biut and just go straight to this. I was actually doing this on Server 2019 essentials.

    • @Lupin.0707
      @Lupin.0707 2 года назад +3

      Thanks it worked

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

      Thank you brother it worked for me

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

      mate, I love u. I deleted a disk partition that contained Ubuntu and the grub menu didn't show windows boot. After 8 hours, your comment and some microsoft forums can boot windows with all my information, and I'm very happy because I have 48 hours to submit a practice test for a job like my last year in college.
      P.D.:Thank to all people that take the time to comment videos like this, you saved my ass so many times
      P.D.2: Worst LSD trip. 0/10

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

      Thank you so much, it’s save my NB

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

      You are a saviour,thanks a bunch

  • @ericlewis3772
    @ericlewis3772 4 года назад +36

    Thanks for pointing me in the right direction. Here's what worked for me. Note that it may depend on version of Windows (10 in my case), on build within that (probably 18362), and on other factors I'm not aware of. This is in a UEFI context
    Initially I used bootsect, limited to the drive letter I'd assigned to the boot partition, that is, where "cd /d V:\EFI\Microsoft\Boot\" is valid. That may be safer than using "All". Change "V:" to what is valid on your machine.
    bootsect /nt60 V:
    This responded:
    "Updated FAT32 filesystem bootcode. The update may be unreliable since the volume could not be locked during the update: Access is denied.
    Bootcode was successfully updated on all targeted volumes."
    I added /force (it dismounts the drive and so warns about files that may be open but the risk seemed small in my case):
    bootsect /nt60 V: /force
    This responded:
    "Forced dismount complete, open handles to this volume are now invalid.
    Successfully updated FAT32 filesystem bootcode"
    After that "bootrec /FixBoot" still responded "Access is denied.", so I just continued to bcdboot, although some sources say it is not necessary:
    ren BCD BCD.old
    bcdboot c:\Windows /l en-us /s V: /f All
    After that, and rebooting, I eventually got the "Repair: Your PC/Device needs to be repaired:", message again, but the option to fix C: was successful and after that Windows booted.
    Good luck to you in your journey through this distressing situation!

    • @Chris-qk8uz
      @Chris-qk8uz 2 года назад +1

      Golden comment bless you brother

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

      @@Chris-qk8uz Indeed! @Eric, you're a life saver bro!!!!

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

      Dropping a comment for visibility, worked for me. Thanks

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

      You are so helpful you took me to the finish. TU

  • @socialmediawizards7650
    @socialmediawizards7650 5 лет назад +9

    After typing command with cd
    1:53
    It says the system cannot find the path specified

  • @somacruz8272
    @somacruz8272 4 года назад +5

    i selected volume 1 when I should of selected 2 because thats where my C drive is for some reason. I got all the way to
    1. cd /d V:\EFI\Microsoft\Boot\
    2. bootrec /FixBoot
    and it wasnt working. but now ive created boot files for the wrong vol. please how do I undo this and select the correct volume

  • @ImCalvinr93
    @ImCalvinr93 5 месяцев назад +3

    Still getting access denied.

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

    Thank you. This was so helpful in solving my black screen and being able to reinstall windows. I did reverse to Win7 then from there able to download windows 10.

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

    Why will it not work I have been doing this for 3 hours

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

    Hi.
    When I exit diskpart, I'm getting
    X:\windows\system32>
    This is same program at start which is different to your initial start letters??
    Where am I going wrong??

  • @hectorzarzuela7416
    @hectorzarzuela7416 2 года назад +10

    at 2:22 I still got Access denied. (what should I do from there)? Thanks in advance.

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

      same here

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

      @@juanpablocastiglionidupin7439 same here

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

      Still access denied

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

      @@saber5401 if you have original windows then try to reinstall it on the c drive. Most likley this is the only option left

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

    still get access denied at the bootrec /fixboot part

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

    When I type ‘list vol’ C is on volume 2. Volume 1 says ‘Recovery’ under the Label column. Will this procedure still work? Substituting vol 2 where you are using vol 1 in the video?

  • @rahaparniyan1115
    @rahaparniyan1115 Год назад +19

    I did exactly as you said. However, after typing fixboot, the answer from command prompt was still "Access is denied."
    What should I do?
    Btw, on the step list disk, I only have one disk: Disk 0. I don't know if it matters

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

      Same problem as yours. How did you fix it?

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

      @@lynnn2805 I didn't actually. I even took the laptop to the repair shop. It didn't fixed. They hardly could install an old version of windows 10 and I was told the windows must never get updated.

  • @devmithran2964
    @devmithran2964 5 лет назад +3

    I tried this, but this isn't working. The computer still says Access is denied

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

    I’m sorry I typed V: but cannot create a V volume directory. It’s indicated ”The volume doesn’t contain a recognized file system. Please make sure all required file system drivers are loaded and that volume is not corrupted.” Could you please advise?

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

    When i do v:
    I got: the file or directory is corrupted and unreadable
    Pls help

  • @Marshal-jw4ju
    @Marshal-jw4ju 3 месяца назад +9

    Access denied

  • @CSullivanmeerkatmandude
    @CSullivanmeerkatmandude 5 лет назад +3

    I have Windows 10 MSI GS63VR Stealth Pro. I'm currently stuck in the restart loop of the computer. How do I fix the bootrec /fixboot (Access denied)? I have a USB Media USB.

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

    Its been 3 weeks and i cant get any one to make a proper tutorial on how to create a MBR partition for win 10. they are all efi or it is a repair but can some one make a working tutorial on making an MBR partition from scratch?

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

    I followed all the instructions but now I get critical process died error what should I do?

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

    What do I do if I followed this procedure in this video and I still get access denied?

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

    If you guys are coming after deleting some other OS like Linux, I would suggest while on GRUB, you simply type exit and select windows boot and then fix boot when logged in on Windows.

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

    Thanks for this very valuable info! Needed this. Hope you had a nice holiday!

  • @user-yx7fj9yy6n
    @user-yx7fj9yy6n Год назад +1

    i followed all the steps, but i still have access denied, tried bootsect/nt60 all, but it didnt work, what am i supposed to do?

  • @rejwanhussain1801
    @rejwanhussain1801 5 лет назад +306

    I got to the 2:16 mark then I got access denied.

  • @kynagailortiz6443
    @kynagailortiz6443 5 лет назад +3

    Mine is still denied 😭 it says a subdirectory or file \efi\microsoft\boot\ already exists.

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

    I have this same problem. I did exactly as advised in this video but it did not work. Still tells me "access denied"

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

    I get "the directory or file cannot be created" when I attempt to md \efi....\boot\. Anyone have any ideas?

  • @mickeytee6533
    @mickeytee6533 4 года назад +17

    "The request could not be performed because of an I/O device error." Nice!!! Now I'm up sh!t creek....

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

    Not working, still access denied...

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

    failure to when attempting to copy boot files

  • @louf7178
    @louf7178 5 лет назад +13

    Why do you say windows is on "C"? That looks like system reserved and D has the space as the regular working drive and Windows installation?

  • @beneelchicano3ce
    @beneelchicano3ce 3 года назад +25

    Right at 2:27, you should include what to do when "Access is denied" still shows up instead of "...completed successfully." Await your reply. Thank you!

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

    I went through all the steps but access is still denied

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

    i couldnt assign it to a new letter , it says changing the drive letters not allowed

  • @Lord-jo8jm
    @Lord-jo8jm 4 года назад +2

    After the cd with the v file. It still says access denied

  • @stpierre1798
    @stpierre1798 5 лет назад +3

    U used different versions of command, first u used 17134 then u used other version

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

    on mine it show app "X:\windows\system32>" and no X:\Sources>. How can I fix thaaaaat

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

    Didn’t do @2:30 and exited now have disc read error. Anyone know how to get back to command prompt and fix it?

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

    I’m getting to the very last step, after fixboot has been fixed, then it will says “failure when attempting to copy boot files” ??? Any help please

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

    It won't work if I run CHKDSK, and I tried to fix MBR it worked well with partition assistant from Ao mei.

  • @sheinequirin8789
    @sheinequirin8789 4 года назад +17

    When i type "bcdboot C:\windows /l en-us /s V: /f all" it says "failure when attempting to copy boot files"
    Help someone??🙏🏾

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

    After changing boot letter drive still getting no acces should i still continue the next steps or ...other options that would work!

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

    Hi Britec09. On your video at 1:04mins, what is in volume 3? On my computer, I have C (which has windows 10), F (which has my files and folders), D (which is my USB Windows 10 Media Creation tool) and E (which is a hidden file). All the volumes show as HEALTHY. My error code is 0xc000000f. I originally had Windows 7 pro and I upgraded to Windows 10 pro during the free upgrade. Yesterday, I needed to run Windows 7 and so I attached a hard drive copy of Windows 7, without detaching the Windows 10 hard drive. I changed the boot sequence to boot from Windows 7. After finishing my work, I rebooted it from Windows 10 and that was when I got that RECOVERY blue screen with the error message. I did what you did, but I keep getting Accessed Denied. I read that UEFI is used on newer computers and it replaces the BIOS. My computer uses BIOS, but I tried with both bootable drives. Am I getting Access Denied because I am trying to access the Hidden volume?? Any suggestions? Anyone?

  • @solidice5660
    @solidice5660 2 года назад +6

    For those still getting Access denied try running "bootsect/nt60 all" then try "bootrec /fixboot" again. However that's as far as I have got, I now get "Failure when attempting to copy boot files" on the final step. Any Ideas?

  • @Vicky-zd3uv
    @Vicky-zd3uv 2 года назад +4

    Still cannot boot the problem still exists. And I turned to third party tool it works well. Ao mei's tool.

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

    got past that by running takeown but now fails with access denied on bootrec /fixboot

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

    Welcome back Brian. Missed the videos. Good job.

  • @zeikfried875
    @zeikfried875 4 года назад +9

    when I put bootrec / fixboot I get "access denied" What I can do? help, I've been unable to repair my laptop for 3 weeks

    • @spoitella
      @spoitella 4 года назад +9

      @Zeikfried just open the cmd prompt again and type "bootsect/nt60 sys" and now u can do it :)

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

      @@spoitella thank you very much. I have success

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

      @@spoitella access denied

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

      @@lasauceart instead of sys do all

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

      @@spoitella thanks! worked for me.

  • @jacrispypata2332
    @jacrispypata2332 5 лет назад +84

    2:22 still acess denied for me

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

    Unfortunately it didn't work for me, still says "access is denied". :(

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

    How did you know C drive is the one to select? In your video it says 549 MB for that volume 1 C drive I would have assumed the biggest file size was the main drive you want to pick.

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

    my computer doesn't support uefi, so this didn't help, how do I do it for legacy bios?

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

      Up

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

      @@severinojunior979 what? but anyway I already found a solution, and I have upgraded my pc since then so I do have a UEFI pc now, also I forgot I made this comment so...

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

    Im still getting access denied!!!!

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

    Im still stuck in efi bootrec /fixboot
    Before that also get notification about md efi Microsoft boot if that subdirectory already exists. So what ?

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

    Unfortunately for me I still get access denied?
    Any help appreciated

  • @SageManeja
    @SageManeja 4 года назад +12

    The directory already existed. And it still said access denied when i tried bootrec /fixboot
    Luckily going back to X: drive and doing what the other comment said worked.

  • @happeefears9442
    @happeefears9442 5 лет назад +3

    Mine still says Access Denied

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

    Assign letter=V: is giving me error "Virtual Disk Device error:Assigning or removing drive letters in the current boot or page file volume is not allowed". Kindly advice or anyone can help. Highly appreciate it.

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

    My problem is bootrec not recognized as an internal command windows 10. Tried this fix but got V not recognised as ... Do you have a fix for this problem please.

  • @biggiganticbones1662
    @biggiganticbones1662 5 лет назад +29

    Are you all here after the Win10 update? I also still got access denied.
    PS: It (access denied) might be because I tried another fix without restarting, and maybe this "bootrec.exe" was open. I confirm that the SrtTrail.txt was open. I didn't try again because when I restarted (before watching this vid, I was deleting a .sys file under System32\drivers\ and closed the cmd and tried "bootrec.exe /rebuildbcd" and "bootrec.exe /fixmbr") my Win10 computer was fixed.

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

      I can't understand pls help me. I also got the same issue

    • @filthyE
      @filthyE 5 лет назад +3

      biggiganticbones YUP! Just upgraded windows 10 and I’m seeing this. Its been two days now and I’ve been in an infinite boot loop

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

      @@filthyE same here. I don't know what to do now :(

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

      @@ynamonroy7943 I had to just back everything up and then re-format :(

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

      Hello anyone help pla

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

    Damn the v command isnt working ofr me.

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

    mines the opposite mine says successfully scanned windows installation [1] c:\windows
    add installation to boot list? Yes(Y) No(N)All(A) : then I do not know what to do next please help

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

    My C drive was in 0 I followed what you did but put 0 as that's where it says my C drive is but after I put in the command Assign Letter=V: it said "there is no volume specified.
    Please select a volume and try again."

  • @Bachman23
    @Bachman23 5 лет назад +25

    Thank you for the video, but it still doesn't work for me, though. It prompts the message "access denied" when I use the command "bootrec /fixboot" after following all the steps.

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

    This was successful for me except I had to use D: instead of C: even though the volume list showed "system reserved" as "C". D is a large space volume where I know Windows exists. ??? When I bootrec /scanOs it does not find a Windows installation.
    List volume displays:
    0 K ESD-ISO UDF DVD-ROM
    1 C System Rese NTSF 110MB
    2 D NTSF 891MB
    3 E Storage NTSF 39GB
    4 F NTSF 449GB Hidden
    5 G Removable
    6 H Removable
    7 I Removable
    8 J Removable
    bootrec /scanOs and /ebuildbcd do not find an installation (renaming BCD to BCDBACKUP.OLD allowed /rebuildbcd to work)

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

    Does not deal with the eventuality of access denied still being the response

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

    I'm still getting access denied pls help

  • @ChillavaKirby
    @ChillavaKirby 5 лет назад +43

    DO NOT DO THIS
    Moving these files around does not fix anything and creates further issues due to other potential fixes being unable to find them in the proper directory.

    • @silverzero-yc4nu
      @silverzero-yc4nu 5 лет назад

      Wait if we do this dose that mean we gatta get a new laptop or pc??

    • @silverzero-yc4nu
      @silverzero-yc4nu 5 лет назад +1

      @@Jess-wp1td what if we dont have another pc or laptop?

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

      Wait I just did this is there a way I can go back or fix it

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

      Yeah how do I revert my letters?

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

      @@Jess-wp1td where can i contact you?

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

    I still got access denied it says here the device is not ready after doing the last part bootrec /fixboot it says here the device is not ready

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

      Me too, I still got access denied ):
      Do u solve it?

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

      I got it as well.

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

      Here is the fix works 100%
      systemadvanced options as admin console
      >cmd prompt then,
      >type bootsect/nt60 sys
      this will actually update your target volumes with BOOTMGR Compatible boot code) then try
      >bootrec/fixboot
      >bootrec/fixmbr

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

      @@buddhichampika5823 after... nt60 sys.... BOOTMGR compatible bootcode. System partition was not found : the required system device cannot be found.
      What can I do now?

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

      @@buddhichampika5823 Thanks very much, this is what worked!!!!

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

    not solved... it again displays access denied... please help

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

    It's comes back saying access is denied well that was a fail

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

    I am a user of Ao mei partition assistant and I can tell this issue is easy to solve by repairing the MBR.

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

    This is exactly what I am looking for. Many thanks.

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

    the last step got me wrong... it explaining what is what instead operation completed successfully...where did i go wrong?

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

    It still denies access😒😵‍💫…any other advice please?

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

    The procedure was a sucess, but the patient died: fixboot is still returns an "Access denied" message.

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

    I still get access denied. :'( need more help please

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

      Write bootsect/nt60 sys

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

      And then bootrec /fixboot

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

      @@DejvYTCZ not work for me. Need help

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

    Can we apply these commands in win 7 and 8

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

    Okay so when i type , list disk
    I get 2 drives showing up.
    Disk 0. Online. 931GB.
    Disk 1. Online. 14GB.
    (Disk 0 being my HDD and disk 1 being a bootable drive that i created. )
    Now after typing. Select disk 0. And List volume.
    It shows me only 2 options
    Volume 0: dvd-rom
    Volume 1: removable 14GB. ( the bootable drive)
    Can you please help me? Is the HDD broken/crashed? Or is it repairable?
    @Britec09

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

    For me I always getting Access Denied... Even if I try all these steps...

    • @Joc._
      @Joc._ 3 года назад +1

      Same if you got it to work can you please help me 🙏

  • @shelleyadipietro5143
    @shelleyadipietro5143 5 лет назад +36

    I received an error "failure when attempting to copy files"

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

    These commands, worth trying after tried "BCDBoot C:\Windows"... or the same are?
    bootrec /scanos
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /rebuildbcd
    ...
    My PC was in startup loop after initial cmd got:
    BSOD
    File: \Windows\System32\drivers\intelpep.sys
    ERROR CODE: 0xc0000428

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

    For me it isn't working. I'm MSI F3 button. When I exit CMD the system said something different.

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

    This didn't work for me.

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

    anyone else still getting access denied and found a fix for it? please provide link. many facing same problem.

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

      yes

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

      @@fixinnstuff5016 any link

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

      @@shafiqhussainofficialmathe861 sux so bad...ive been trying to start my pc for days now....no answer anywhere

    • @buddhichampika5823
      @buddhichampika5823 5 лет назад +59

      Here is the fix works 100%
      systemadvanced options as admin console
      >cmd prompt then,
      >type bootsect/nt60 sys
      this will actually update your target volumes with BOOTMGR Compatible boot code) then try
      >bootrec/fixboot
      >bootrec/fixmbr

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

      @@buddhichampika5823 look here buddy, don't say 100% and then write try in the same comment. IT DOESNT WORK..

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

    Breh, help me pls, it is said that bootrec is not recognized as an internal or external command :(

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

    After that v: boot command
    It shows the system cannot find the path specified

  • @MrGroovyG
    @MrGroovyG 5 лет назад +3

    Got to last stage.. failure when attempting to copy boot files. Bugger

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

      Did you fix it? Mine is doing the same thing

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

    Is this still an issue on Win 10. That's why I went to Linux 4 years ago.

    • @Britec09
      @Britec09  5 лет назад +3

      Yes it still happens on Windows 10

    • @Raj-p21b
      @Raj-p21b 3 года назад

      @@Britec09 I did every step you told me to do and it has worked until you said to do the bootrec /fixboot and it still showed access denied? Please help me I’m desperately stuck on this issue with my Windows 10 PC.

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

    did you boot the usb key in UEFI ?

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

    To anyone who does this procedure and still gets access denied you have to be using 1709 install media and then do the procedure. That is what worked for me anyway. Even if you are on a newer version of windows 10

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

      Could you elaborate? I'm stilling getting access denied and I'm not sure how to use 1709 install media?

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

      You need to use Win 10 v1703 USB Boot Disk to sfc to work.

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

    Welcome Back, hope you had a great holiday Brian, Cheers

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

      Thanks, I needed the break

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

    I got to the 2:38 mark and then it said failure when attempting to copy boot files

  • @0xxhomie981
    @0xxhomie981 2 года назад +2

    I have only a few options in WinRE not like yours in the video. Fixed with Aomei at last.

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

    Welcome Back Brian. Hopefully you can create more videos again for the next few days.