Dual boots from a single physical drive

Page 1 of 11 123 ... LastLast

  1. Posts : 180
    W10 22H2 primary, W8.1 secondary
       #1

    Dual boots from a single physical drive


    This thread is continued from Convert MBR Disk to GPT Disk in Windows 10

    zbook: I did not understand your instructions. Anyway, I have created this thread. I have an internal or external drive with free space.

    NavyLCDR: I ran the command and could create the Windows boot menu.

    My present problem is with the BIOS boot menu and BIOS boot priority. My experiments indicate their behavior is not consistent. Previously when the drive was Legacy MBR, I was using only the BIOS menu and did not bother setting the BOOT Priority.
    Now Windows menu is displayed or not depending on how I use BIOS menu or setting BIOS Boot Priority.
    BTW: The mobo is Gigabyte AORUS X570 Ultra and F12 is for the BIOS boot menu and F2 for setting boot priority.
    If the system drive is left connected and everything else is disconnected, the Windows fails to boot.

    I would like to switch the boot Windows as I used to do with MBR , which is by switching the active partition. How can I get rid of the Windows menu? Deleting one of the two shown at the MSCONFIG/Boot tab?
      My Computer


  2. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #2

    Please run these bat scripts and post share links into this thread using one drive, drop box, or google drive.


    https://www.tenforums.com/attachment...p_plus_log.bat

    https://www.tenforums.com/attachment...iskparinfo.bat

    https://www.tenforums.com/attachment...on_mbr2gpt.bat

    BSOD - Posting Instructions | Windows 11 Forum


    Open msconfig > boot tab > post an image or share link into this thread

    Post a new image of disk management:
    How to Post a Screenshot of Disk Management

    Post an image or share link of the BIOS boot order.
      My Computer


  3. Posts : 18,432
    Windows 11 Pro
       #3

    churin said:
    This thread is continued from Convert MBR Disk to GPT Disk in Windows 10

    zbook: I did not understand your instructions. Anyway, I have created this thread. I have an internal or external drive with free space.

    NavyLCDR: I ran the command and could create the Windows boot menu.

    My present problem is with the BIOS boot menu and BIOS boot priority. My experiments indicate their behavior is not consistent. Previously when the drive was Legacy MBR, I was using only the BIOS menu and did not bother setting the BOOT Priority.
    Now Windows menu is displayed or not depending on how I use BIOS menu or setting BIOS Boot Priority.
    BTW: The mobo is Gigabyte AORUS X570 Ultra and F12 is for the BIOS boot menu and F2 for setting boot priority.
    If the system drive is left connected and everything else is disconnected, the Windows fails to boot.

    I would like to switch the boot Windows as I used to do with MBR , which is by switching the active partition. How can I get rid of the Windows menu? Deleting one of the two shown at the MSCONFIG/Boot tab?
    You could create two EFI system partitions, one for each OS, and then you could select the one you wanted with the F12 boot menu. There is no such thing as active partitions on a GPT drive. Instead of looking for an active partition, UEFI looks for a specific folder and file structure and if it finds that specific structure, it adds it to it's boot list.
      My Computer


  4. Posts : 180
    W10 22H2 primary, W8.1 secondary
    Thread Starter
       #4

    NavyLCDR said:
    You could create two EFI system partitions, one for each OS, and then you could select the one you wanted with the F12 boot menu. There is no such thing as active partitions on a GPT drive. Instead of looking for an active partition, UEFI looks for a specific folder and file structure and if it finds that specific structure, it adds it to it's boot list.
    Could you provide how to create another EFI system partition? I wonder which one presently has its EFI system partition.

    There is no such thing as active partitions on a GPT drive. Instead , , ,
    Thank you very much for this info. I was wondering if I could do the same way as with the legacy MBR drive.
    Last edited by churin; 23 Apr 2022 at 20:30.
      My Computer


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

    churin said:
    Could you provide how to create another EFI system partition? I wonder which one presently has its EFI system partition.
    You can find out what OSs are listed in the current EFI System Partition by running the command:
    bcdedit

    We need to see a current screenshot of disk management to help further:
    How to Post a Screenshot of Disk Management

    I'm curious as to why you don't want to use the standard Windows dual boot menu?
      My Computer


  6. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #6

    When available please post the share link results from the earlier post.
      My Computer


  7. Posts : 180
    W10 22H2 primary, W8.1 secondary
    Thread Starter
       #7

    zbook:
    My virus software suppressed opening those .bat files.
    The following is the requested screenshots:
    1) MSCONFIG Boot tab
    Dual boots from a single physical drive-ms-config-boot-tab.jpg
    2) BIOS Boot Priority Order:
    Dual boots from a single physical drive-img_2205.jpg
    3) Disk Management - After W10 is selected on the Windows Boot Menu
    Dual boots from a single physical drive-disk-mngmnt.jpg
      My Computer


  8. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #8

    Bat files are always blocked by design.

    After manual override they can run in the background.


    Some third party antivirus software may interfere with running V2.

    Please temporarily uninstall them as needed.

    V2 will run smoothly with Microsoft Defender.


    Please widen row for disk 1 > post a new image
      My Computer


  9. Posts : 180
    W10 22H2 primary, W8.1 secondary
    Thread Starter
       #9

    zbook said:
    Bat files are always blocked by design.
    After manual override they can run in the background.
    Some third party antivirus software may interfere with running V2.
    Please temporarily uninstall them as needed.
    V2 will run smoothly with Microsoft Defender.
    Sorry, I would not uninstall it.
    Please widen row for disk 1 > post a new image
    Here is the requested screenshot:
    Dual boots from a single physical drive-diskmngmnt-2.jpg
      My Computer


  10. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #10

    It's not necessary to uninstall any antivirus.

    See if the computer can run V2:

    BSOD - Posting Instructions



    If there are any problems post images or share links for any error messages or codes.

    And if your willing, you can manually run the scripts.

    If your not willing to manually run the scripts then copy and paste this into administrative command prompt: (there will not be any antivirus prompt)

    sfc /scannow
    dism /online /cleanup-image /restorehealth
    chkdsk /scan

    Post images or share links displaying the commands with results into this thread.



    Open administrative command prompt and copy and paste (all commands at one time):

    Code:
    bcdedit /enum all
    reagentc /info
    diskpart
    lis dis
    lis vol
    sel dis 0
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel dis 1
    det dis
    lis par
    sel par 1
    det par
    sel par 2
    det par
    sel par 3
    det par
    sel par 4
    det par
    sel par 5
    det par
    sel par 6
    det par
    sel par 7
    det par
    sel par 8
    det par
    Post images or share links displaying the commands with results into this thread.
      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 10:54.
Find Us




Windows 10 Forums