Changing BIOS from Legacy to UEFI/BIOS so I can use Win 11 on this PC

Page 4 of 19 FirstFirst ... 2345614 ... LastLast

  1. Posts : 118
    Windows 10 Pro
       #31

    The above command is a default solution, and your screenshot is showing what we need to know all right.

    Changing BIOS from Legacy to UEFI/BIOS so I can use Win 11 on this PC-all-right.png

    MBR2GPT cannot succeed without booting from Disk 1.
      My Computer


  2. Posts : 17
    Windows 11 Pro
       #32

    (this is only for MBR disk)

    - The System Reserved partition and the Windows partition are not always on the same disk.
    - Windows will not start if there is no active partition on the primary disk (either the System Reserved partition or the Windows partition).
    - The System Reserved partition is not needed if the Windows partition is the active system partition.

    The "System" partition on a Windows computer is where the files needed to "boot" the computer are located. It is normally the first partition on the first disk enumerated by the computer's BIOS. The "Boot" partition of a Windows computer contains the files for the Windows operating system.

    If the System Reserved partition exists
    - System Reserved partition (System, Active)
    - Windows partition (Boot)

    If the System Reserved partition does not exist
    - Windows partition (System, Active, Boot)
      My Computer


  3. Posts : 13
    WIN 10
       #33

    The TS needs help and not a discussion. This thread is full of wrong instructions and advices. To convert disk 1 to GPT and make it bootable is absolutely not the main problem! What do people believe that they have such big C-Partitions when s.o. could use (F:) on disk 0 as data-partition?
      My Computer


  4. Posts : 118
    Windows 10 Pro
       #34

    How about you take a break until the OP returns?
      My Computer


  5. Posts : 43,251
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #35

    This thread is full of wrong instructions and advices.
    er,.
    This thread is full of wrong instructions and advice
      My Computers


  6. Posts : 18,439
    Windows 11 Pro
       #36

    First you need to make disk 1 bootable by either adding a system reserved partition, make it active, use bcdboot to write boot files to it, or make the C: drive partition active, use bcdboot to write boot files to it. Once you boot from disk 1, then you can use mbr2gpt on it.
      My Computer


  7. Posts : 203
    Win10 64 Home v 22H20
    Thread Starter
       #37

    I'm a bit overwhelmed, but appreciative for all you contributed. Below, I'm posting a screen shot of the Disk Management that includes expansion so everything can be read.

    I don't know what to do next. I don't understand most of the comments.. I understand the words but not the reason for them. In a sequence that will help me. Am I right that I just can't buy a Win 11 license and try to install it because the same problem will still exist? If the answer is yes, I need someone to walk me through changing to GBT where the boot program is located. Yes?

    Changing BIOS from Legacy to UEFI/BIOS so I can use Win 11 on this PC-disk-management.jpg
      My Computer


  8. Posts : 13
    WIN 10
       #38

    @therealsimpsons
    The first column in the upper part "Volume" is not readable.

    Best Solution is to place the new EFI-Partition at the end of disk 1.
    Here are your Comand Prompt inputs:
    same as you did in post #5
    c:\Windows\System32> copy & paste each line!

    reagentc /disable

    diskpart
    sel disk 1
    sel par 2
    del partition override
    sel par 1
    extend
    shrink minimum=1200
    create partition primary size=1024
    format quick fs=ntfs label="Recovery"
    set id=27
    create partition primary
    format quick fs=ntfs label="System"
    assign letter=S
    active
    exit

    reagentc /enable

    bcdboot c:\windows /s S: /f BIOS
    diskpart
    sel disk 0
    sel par 1
    inactive
    exit


    =====> check command if disk is ready to convert

    mbr2gpt /validate /disk:1 /allowFullOS

    Only (!) if everything is OK (successful) run next command. Otherwise stop here!

    mbr2gpt /convert /disk:1 /allowFullOS

    Boot into BIOS and change to UEFI

    Some small adjustments with the Recovery might be necessary afterwords.
      My Computer


  9. Posts : 203
    Win10 64 Home v 22H20
    Thread Starter
       #39

    Pentagon said:
    @therealsimpsons
    The first column in the upper part "Volume" is not readable.

    Best Solution is to place the new EFI-Partition at the end of disk 1.
    Here are your Comand Prompt inputs:
    same as you did in post #5
    c:\Windows\System32> copy & paste each line!

    reagentc /disable

    diskpart
    sel disk 1
    sel par 2
    del partition override
    sel par 1
    extend
    shrink minimum=1200
    create partition primary size=1024
    format quick fs=ntfs label="Recovery"
    set id=27
    create partition primary
    format quick fs=ntfs label="System"
    assign letter=S
    active
    exit

    reagentc /enable

    bcdboot c:\windows /s S: /f BIOS
    diskpart
    sel disk 0
    sel par 1
    inactive
    exit


    =====> check command if disk is ready to convert

    mbr2gpt /validate /disk:1 /allowFullOS

    Only (!) if everything is OK (successful) run next command. Otherwise stop here!

    mbr2gpt /convert /disk:1 /allowFullOS

    Boot into BIOS and change to UEFI

    Some small adjustments with the Recovery might be necessary afterwords.
    Wow! Thanks. Do you need to see the first column expanded? Copy and paste each line, one at a time, or all at once?
      My Computer


  10. Posts : 13
    WIN 10
       #40

    Copy & paste line by line and wait for the system response after each input

    Do not begin before I see the result from diskpart.

    diskpart
    sel disk 1
    list par
    exit
      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 04:17.
Find Us




Windows 10 Forums