I can't get rid of dual boot option after installing RemixOs

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 18,432
    Windows 11 Pro
       #21

    You want to use a program such as MiniTool Partition Wizard to delete the existing EFI system partition. Once the existing EFI system partition is deleted, use diskpart to create a new FAT32 partition and bcdboot to put the Windows BCD back on it:

    diskpart
    select disk 2 <- that's the drive with the EFI system partition according to your screenshot in post #12
    create part pri
    format fs=fat32 quick
    assign letter=t
    exit
    bcdboot C:\Windows /s T: /f ALL
    exit
      My Computer


  2. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #22

    You don't need to use Minitool or diskpart to do this. Just open Admin command prompt and type:
    mountvol U: /s
    del /f /s /q U:\*.*
    bcdboot C:\Windows

    Reboot your PC
      My Computer


  3. Posts : 5,478
    2004
       #23

    Or you can leave the remixos bootmanager where it is and reset the NVRAM to use MS bootmanager. From elevated cmd (not powershell):

    bcdedit /set {bootmgr} path \efi\microsoft\boot\bootmgfw.efi

    This just updates the Boot Manager path shown in your picture on post 12 to the Windows default.

    I can't get rid of dual boot option after installing RemixOs-capture.png


    When you install another OS they generally make another sub-directory in /EFI/ and set themselves to be loaded by default.
    Last edited by lx07; 26 Feb 2018 at 03:02. Reason: added picture
      My Computer


  4. Posts : 43
    Windows 10
    Thread Starter
       #24

    lx07 said:
    or you can leave the remixos bootmanager where it is and reset the nvram to use ms bootmanager. From elevated cmd (not powershell):

    bcdedit /set {bootmgr} path \efi\microsoft\boot\bootmgfw.efi

    this just updates the boot manager path shown in your picture on post 12 to the windows default.

    I can't get rid of dual boot option after installing RemixOs-capture.png


    when you install another os they generally make another sub-directory in /efi/ and set themselves to be loaded by default.
    thank you!!
      My Computer


  5. Posts : 18,432
    Windows 11 Pro
       #25

    lx07 said:
    Or you can leave the remixos bootmanager where it is and reset the NVRAM to use MS bootmanager. From elevated cmd (not powershell):

    bcdedit /set {bootmgr} path \efi\microsoft\boot\bootmgfw.efi

    This just updates the Boot Manager path shown in your picture on post 12 to the Windows default.
    AWESOME! I really need to learn more about bcdedit!
      My Computer


  6. Posts : 1,079
    10 + Linux
       #26

    topgundcp said:
    You don't need to use Minitool or diskpart to do this. Just open Admin command prompt and type:
    mountvol U: /s
    del /f /s /q U:\*.*
    bcdboot C:\Windows

    Reboot your PC
    This method works, but the lx07 one don't. Will post the result later.
      My Computer


  7. Posts : 5,478
    2004
       #27

    NavyLCDR said:
    AWESOME! I really need to learn more about bcdedit!
    Actually I don't know much about it.

    I have to reset path as I use rEFInd. After every Windows or MacOS upgrade I have to run bcdedit /set {bootmgr} path \EFI\refind\refind_x64.efi as both OS try to grab the loader for themselves. No Linux install tries the same trick it seems.

    You can set anything really - for example (the mountvol and dir are only to show you the contents - they are not needed):

    I can't get rid of dual boot option after installing RemixOs-capture.png

    I found rodsbooks good for EFI. MS documentation is limited (at least I can't find anything decent for bcdedit).

    MikeMecanic said:
    This method works, but the lx07 one don't. Will post the result later.
    I suggest you open your own thread if you have a different problem.
      My Computer


  8. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #28

    @MikeMecanic
    IMHO, the method I gave above will work every time you need to rebuild the EFI System partition which will rebuild everything from scratch, hence will delete all the multiple entries of "Windows Boot Manager" and all the junk left over from RemixOS as shown in post #14.

    If you open the Admin Command, copy and paste the 3 commands. It will take less than 2 seconds to complete the task.
      My Computer


  9. Posts : 1,079
    10 + Linux
       #29

    [Solved] Removing Grub Alongside Win 10 in UEFI Mode


    Tuesday, February 27, 2018

    Secure Boot, Fast Boot and Fast Startup are enabled.

    I made a few fresh installs of Kylin xx. 3 alongside 16299.248. For testing purposes, related partitions were deleted immediately after.

    The given command lines by lx07 (post# 27) didn't work (boot loader was still there), but Topgun method is unbeatable (post# 22) = no leftover = restores Win Boot Loader default.

    To get rid of Grub or Linux boot loader, after deleting partitions and resizing C: or D: drive, open Command Prompt in Admin mode:

    1. mountvol U: /s
    2. del /f /s /q U:\*.*
    3. bcdboot C:\Windows
    4. Restart

    As shown in terminal:

    Code:
    Microsoft Windows [Version 10.0.16299.248]
    (c) 2017 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>mountvol U: /s
    C:\Windows\system32>del /f /s /q U:\*.*
    U:\EFI\Microsoft\Boot\BCD
    The process cannot access the file because it is being used by another process.
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_10df.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_10ec.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_1137.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_14e4.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_15b3.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_1969.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_19a2.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_1af4.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_02_8086.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_07_1415.dll
    Deleted file - U:\EFI\Microsoft\Boot\kd_0C_8086.dll
    Deleted file - U:\EFI\Microsoft\Boot\kdstub.dll
    Deleted file - U:\EFI\Microsoft\Boot\boot.stl
    Deleted file - U:\EFI\Microsoft\Boot\bootmgfw.efi
    Deleted file - U:\EFI\Microsoft\Boot\bootmgr.efi
    Deleted file - U:\EFI\Microsoft\Boot\memtest.efi
    Deleted file - U:\EFI\Microsoft\Boot\winsipolicy.p7b
    Deleted file - U:\EFI\Microsoft\Boot\bg-BG\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\bg-BG\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\cs-CZ\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\cs-CZ\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\cs-CZ\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\da-DK\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\da-DK\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\da-DK\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\de-DE\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\de-DE\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\de-DE\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\el-GR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\el-GR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\el-GR\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\en-GB\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\en-GB\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\en-US\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\en-US\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\en-US\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\es-ES\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\es-ES\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\es-ES\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\es-MX\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\es-MX\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\et-EE\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\et-EE\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fi-FI\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fi-FI\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fi-FI\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fr-CA\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fr-CA\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fr-FR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fr-FR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\fr-FR\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\hr-HR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\hr-HR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\hu-HU\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\hu-HU\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\hu-HU\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\it-IT\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\it-IT\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\it-IT\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ja-JP\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ja-JP\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ja-JP\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ko-KR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ko-KR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ko-KR\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\lt-LT\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\lt-LT\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\lv-LV\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\lv-LV\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nb-NO\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nb-NO\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nb-NO\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nl-NL\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nl-NL\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\nl-NL\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pl-PL\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pl-PL\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pl-PL\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-BR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-BR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-BR\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-PT\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-PT\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\pt-PT\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\qps-ploc\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ro-RO\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ro-RO\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ru-RU\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ru-RU\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\ru-RU\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sk-SK\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sk-SK\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sl-SI\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sl-SI\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sr-Latn-RS\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sr-Latn-RS\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sv-SE\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sv-SE\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\sv-SE\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\tr-TR\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\tr-TR\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\tr-TR\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\uk-UA\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\uk-UA\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-CN\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-CN\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-CN\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-TW\bootmgfw.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-TW\bootmgr.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\zh-TW\memtest.efi.mui
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\chs_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\cht_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\jpn_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\kor_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\malgunn_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\malgun_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\meiryon_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\meiryo_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\msjhn_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\msjh_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\msyhn_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\msyh_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\segmono_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\segoen_slboot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\segoe_slboot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Fonts\wgl4_boot.ttf
    Deleted file - U:\EFI\Microsoft\Boot\Resources\bootres.dll
    Deleted file - U:\EFI\Microsoft\Boot\Resources\en-US\bootres.dll.mui
    Deleted file - U:\EFI\Microsoft\Recovery\BCD
    Deleted file - U:\EFI\Boot\bootx64.efi
    Deleted file - U:\EFI\ubuntu\fwupx64.efi
    Deleted file - U:\EFI\ubuntu\grubx64.efi
    Deleted file - U:\EFI\ubuntu\grub.cfg
    Deleted file - U:\EFI\ubuntu\shimx64.efi
    Deleted file - U:\EFI\ubuntu\mmx64.efi
    C:\Windows\system32>bcdboot C:\Windows
    Boot files successfully created.
    C:\Windows\system32>exit
    -Restart

    +1 @Topgun. The process rewrites the UEFI partition in a few seconds and is easier than Legacy mode: bootrec.exe /fixmbr. D:\ is Quick Access location.
    Thanks a lot.
    Attached Thumbnails Attached Thumbnails I can't get rid of dual boot option after installing RemixOs-gptfinal.png  
      My Computer


  10. Posts : 1,079
    10 + Linux
       #30

    Post # 27 and # 23


    @lx07

    Unless a command line does not fit the SSD drive setup, no luck with this one.

    Code:
    C:\Windows\system32>mountvol s: /s
    C:\Windows\system32>dir /d s: \efi
     Volume in drive S has no label.
     Volume Serial Number is 1007-8D64
     Directory of S:\
    [EFI]
                   0 File(s)              0 bytes
                   1 Dir(s)      70,973,440 bytes free
     Volume in drive C has no label.
     Volume Serial Number is 183D-7DF0
     Directory of C:\
    File Not Found
    C:\Windows\system32>bcdedit /set {bootmgr} path \efi\microsoft\boot\bootmgfw.efi
    The operation completed successfully.
    C:\Windows\system32>bcdedit /set {bootmgr} description "lx07"
    The operation completed successfully.
    C:\Windows\system32>bcdedit /set {bootmgr} locale en-US
    The operation completed successfully.
    C:\Windows\system32>bcdedit
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=S:
    path                    \efi\microsoft\boot\bootmgfw.efi
    description             lx07
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {e3fa3c6c-1ad8-11e8-b75e-ef40ac52c37b}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 30
    Windows Boot Loader
    -------------------
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.efi
    description             Windows 10
    locale                  en-us
    inherit                 {bootloadersettings}
    isolatedcontext         Yes
    allowedinmemorysettings 0x15000075
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {e3fa3c6c-1ad8-11e8-b75e-ef40ac52c37b}
    nx                      OptIn
    bootmenupolicy          Standard
    C:\Windows\system32>exit
    -Restart


    The''Grub''pseudo-terminal was still there after restart. Same for the command line in post #23. <<Topgun>> method is best, not to say faster and easier:)

    Note: See solution in post# 29.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:48.
Find Us




Windows 10 Forums