Windows 10: Move Windows 11 Boot partition to windows drive

Discus and support Move Windows 11 Boot partition to windows drive in Windows 10 Gaming to solve the problem; Hi there,somehow upon reinstalling windows + linux on separate drives. It appears both of my boot partitions are on the linux SSD I have instead of... Discussion in 'Windows 10 Gaming' started by Blake West, Aug 4, 2024.

  1. Move Windows 11 Boot partition to windows drive


    Hi there,somehow upon reinstalling windows + linux on separate drives. It appears both of my boot partitions are on the linux SSD I have instead of what I've had previous and would prefer of each boot partition be on different drives for the respective OS.Are there any tools that would be able to assist in this?Current I have my linux distro + windows boot partition on my 2TB NVME drive and would prefer to have my linux OS only on the 2TB drive and the windows OS + boot partition on the windows 4TB NVME drive.

    :)
     
    Blake West, Aug 4, 2024
    #1

  2. Boot windows installation within a partition?

    Damnit, I knew thats what you wanted with your first post! I deleted my post because JMCSLOB confused me lol.


    Hm, if you Follow this guide (Replace words "flash driive" with 160GB hard drive) How to Create a Bootable Windows 7 or Vista USB Drive: 3 Steps for both partitions and then to do a dummy install of windows 8 on the last part of the HDD it should give you the option to boot Windows 7/8 Installer or boot into windows 8.
    Edit: On step 4 you will want to make sure you size the partition correctly... or you can use the windows gui tool in control panel.


    Once you get that far you can just delete windows 8 from the boot menu using MSCONFIG and delete the partition.
     
    slyfox2151, Aug 4, 2024
    #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, Aug 4, 2024
    #3
  4. Move Windows 11 Boot partition to windows drive

    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, Aug 4, 2024
    #4
Thema:

Move Windows 11 Boot partition to windows drive

Loading...
  1. Move Windows 11 Boot partition to windows drive - Similar Threads - Move Boot partition

  2. Move Windows 11 Boot partition to windows drive

    in Windows 10 Software and Apps
    Move Windows 11 Boot partition to windows drive: Hi there,somehow upon reinstalling windows + linux on separate drives. It appears both of my boot partitions are on the linux SSD I have instead of what I've had previous and would prefer of each boot partition be on different drives for the respective OS.Are there any tools...
  3. Move Windows EFI boot partition to another drive.

    in Windows 10 Gaming
    Move Windows EFI boot partition to another drive.: I have a Windows installation with three drivesC:\ windows 10 installationE:\ stuffD:\ contains the EFI boot partition + stuffFor what ever reason, when i installed Windows with a two disk setup, the core installation was installed on C:\ and the EFI partition was installed...
  4. Move Windows EFI boot partition to another drive.

    in Windows 10 Software and Apps
    Move Windows EFI boot partition to another drive.: I have a Windows installation with three drivesC:\ windows 10 installationE:\ stuffD:\ contains the EFI boot partition + stuffFor what ever reason, when i installed Windows with a two disk setup, the core installation was installed on C:\ and the EFI partition was installed...
  5. Move Windows EFI boot partition to another drive.

    in Windows 10 Customization
    Move Windows EFI boot partition to another drive.: I have a Windows installation with three drivesC:\ windows 10 installationE:\ stuffD:\ contains the EFI boot partition + stuffFor what ever reason, when i installed Windows with a two disk setup, the core installation was installed on C:\ and the EFI partition was installed...
  6. Fixing windows boot after moving windows partition.

    in Windows 10 Software and Apps
    Fixing windows boot after moving windows partition.: Hello.I have been using linux for some longer time, but I still had windows on my partition, because I could find a decent CAD for linux.So after some time I decided to move my windows partition to the end of the drive.So I have cloned it and two smaller partitions...
  7. Move the boot partition to another drive?

    in Windows 10 Ask Insider
    Move the boot partition to another drive?: My situation is as follows: My Desktop has 2 different SSDs: First has a WS19 install and the boot partition, Second has only the Windows 10 partition. I want to delete the WS19 partition and move W10 into its place. Am I right, that I have to keep the original boot...
  8. Moving boot partition to another drive

    in Windows 10 Ask Insider
    Moving boot partition to another drive: I've found very mixed things about this, most making it seem too difficult to be worthwhile. I have Windows 10 dual booting with OSX, and for some reason, Windows put its bootloader on my HDD which I use solely for backup purposes. Windows itself is installed to its own SSD....
  9. Tried to move the Windows partition - broke the boot

    in Windows 10 Installation and Upgrade
    Tried to move the Windows partition - broke the boot: I have a laptop here which was upgraded from Win7 to Win10. The MBR partition structure was a 100MB Dell utilities partition, a 14GB recovery partition, and then Windows. I wanted to delete the recovery partition, slide the Windows partition to the left, shrink it, and...
  10. Moving Boot Partition

    in Windows 10 Drivers and Hardware
    Moving Boot Partition: Hey all, This is probably much simpler than I expect, but I can't find any specific instructions myself and I do NOT want to mess anything up here. I want to separate my data and boot files. I have two 1TB hard drives and a 320GB. I want to move the boot drive and...