Windows 10: How to change the location of the Windows boot partition

Discus and support How to change the location of the Windows boot partition in Windows 10 Gaming to solve the problem; So, here's a funny story. After reinstalling Windows, for some unknown reason, Windows decided to put its boot drive on the 10 year old laptop HDD I... Discussion in 'Windows 10 Gaming' started by IKDev, Apr 22, 2023.

  1. IKDev Win User

    How to change the location of the Windows boot partition


    So, here's a funny story. After reinstalling Windows, for some unknown reason, Windows decided to put its boot drive on the 10 year old laptop HDD I put in my PC instead of my C: drive. Is there any way to move the boot partition since I need to change the drive to a one with 1TB but cannot take it out since I cannot boot my PC without it? Here's a screenshot of the situation:

    :)
     
    IKDev, Apr 22, 2023
    #1
  2. gygabite Win User

    Changing boot hdd

    I downloaded PartitionMagic8.0, but the partition i want to make is not bootable.
    So the system boots from the old, loud hdd, and when i unplug the old, it doesnt boot.
    Any advice or suggestions how to change boot hdd without reinstalling Winxp?
     
    gygabite, Apr 22, 2023
    #2
  3. W1zzard Win User
    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Apr 22, 2023
    #3
  4. How to change the location of the Windows boot partition

    Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, Apr 22, 2023
    #4
Thema:

How to change the location of the Windows boot partition

Loading...
  1. How to change the location of the Windows boot partition - Similar Threads - change location boot

  2. How do i change location of boot agent?

    in Windows 10 Gaming
    How do i change location of boot agent?: Hello, i want to remove one of my ssd, but the ssd i want to remove is the only one that can run boot agent. So how to i fix this. I can reinstall windows but it didnt help since it installed again on the same ssd. So how do i reinstall windows so it only downloads on one of...
  3. How do i change location of boot agent?

    in Windows 10 Software and Apps
    How do i change location of boot agent?: Hello, i want to remove one of my ssd, but the ssd i want to remove is the only one that can run boot agent. So how to i fix this. I can reinstall windows but it didnt help since it installed again on the same ssd. So how do i reinstall windows so it only downloads on one of...
  4. How do i change location of boot agent?

    in Windows 10 Drivers and Hardware
    How do i change location of boot agent?: Hello, i want to remove one of my ssd, but the ssd i want to remove is the only one that can run boot agent. So how to i fix this. I can reinstall windows but it didnt help since it installed again on the same ssd. So how do i reinstall windows so it only downloads on one of...
  5. How to change the location of the Windows boot partition

    in Windows 10 Software and Apps
    How to change the location of the Windows boot partition: So, here's a funny story. After reinstalling Windows, for some unknown reason, Windows decided to put its boot drive on the 10 year old laptop HDD I put in my PC instead of my C: drive. Is there any way to move the boot partition since I need to change the drive to a one with...
  6. Location of EFI partition

    in Windows 10 Customization
    Location of EFI partition: This may be posted in the wrong area and can be moved if necessary.The question is: Does it matter where the EFI partition is located on your System Drive?When you look at new UEFI install of Windows on a GPT disk, the EFI partition is usually shown as the first on the...
  7. How to hide the BOOT partition

    in Windows 10 Ask Insider
    How to hide the BOOT partition: I am using Windows 10 Home with the latest updates. I recently noticed that the BOOT partition showed up in the Explorer. I have set my BOOT's flags to boot, esp and hidden. I also tried to remove the driver letter of the partition using the diskpart tool, but it shows up...
  8. Change boot partition

    in Windows 10 Installation and Upgrade
    Change boot partition: I had experimented with Virtual drives but have since turned off that services and expected the C: drive to drop from it's much larger usage back to it's original smaller size but that didn't happen. I found another drive that Windows 10 had created and copied the original...
  9. how to expand boot partition?

    in Windows 10 Installation and Upgrade
    how to expand boot partition?: win 10 how to expand boot partition? https://answers.microsoft.com/en-us/windows/forum/all/how-to-expand-boot-partition/69767a28-2efb-4a13-9c7b-2462a09bf629
  10. Windows is not booting after active partition is changed.

    in Windows 10 Installation and Upgrade
    Windows is not booting after active partition is changed.: I tried changing the active partition via cmd. And I have set "C:" as active. After that I restarted my laptop with windows OS. Then this was problem found, "Operating System not found" in black screen. I can't able to login and don't know what to do? Help me to resolve this....