Windows 10: Fixing windows boot after moving windows partition.

Discus and support Fixing windows boot after moving windows partition. in Windows 10 Software and Apps to solve the problem; 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... Discussion in 'Windows 10 Software and Apps' started by comand100vip, Oct 19, 2022.

  1. 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 surrounding it to the end of my drive and deleted old copies.After that I proceeded to boot my windows install but, bootloader in my EFI partition couldn't locate my windows install.I tried to repair it using "bootrec /rebuildbcd", and while it found my partition, after typing "A" to select ALL detected partitions, it's says "Could

    :)
     
    comand100vip, Oct 19, 2022
    #1
  2. FX-GMC Win User

    Move Win7 64 image from a partition NTFS to a new drive

    EDIT: After reading your first post again, is there any reason that you would now need GPT? Are you just trying to move the windows install to a new disk or is there a new motherboard involved?

    If you are already booting to an NTFS partition, then it makes me wonder if after copying to the new drive, the partition isn't getting marked as Active.

    Following the same steps I posted above for startup repair, you can get to a command prompt and use diskpart to see if this is the case.

    Code: In the command prompt: diskpart list disk select disk 0 (disk number may be different if you have other disks connected.) list partition select partition 0 (partition number number may vary, but you want to see the boot partition which is the same as your windows partition according to the screenshot on the OP) detail partition (This should have Active: Yes or No. If it says no, since we have the partition selected, you can just use the following command in diskpart) active[/quote]
     
    FX-GMC, Oct 20, 2022
    #2
  3. 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 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, Oct 20, 2022
    #3
  4. Fixing windows boot after moving windows 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, Oct 20, 2022
    #4
Thema:

Fixing windows boot after moving windows partition.

Loading...
  1. Fixing windows boot after moving windows partition. - Similar Threads - Fixing boot moving

  2. Move Windows 11 Boot partition to windows drive

    in Windows 10 Gaming
    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 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...
  4. 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...
  5. 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...
  6. 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...
  7. Fixing windows boot after moving windows partition.

    in Windows 10 Gaming
    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...
  8. Fixing windows boot after moving windows partition.

    in Windows 10 BSOD Crashes and Debugging
    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...
  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...