Windows 10: My Windows 11 Laptop has a problem with its partition table

Discus and support My Windows 11 Laptop has a problem with its partition table in Windows 10 Gaming to solve the problem; Hey guys, I am running a Windows 11actually 10, my pc does not support 11 but I am rolling back later laptop.My PC supports UEFI but when i installed... Discussion in 'Windows 10 Gaming' started by Chiraag S, Mar 18, 2024.

  1. Chiraag S Win User

    My Windows 11 Laptop has a problem with its partition table


    Hey guys, I am running a Windows 11actually 10, my pc does not support 11 but I am rolling back later laptop.My PC supports UEFI but when i installed Windows I had CSM on so my pc was installed with an MBR disk. I did not worry about it for a few years but recently I tried to install a OS with dual boot and it was successful until I decided to delete that OS and Convert my disk to GPT and UEFIno CSM. I accidentally deleted my boot partitiona 500mb or some size partition in NTFSin a boot configuration program and I had to create a new one from bcdboot in cmd. Everything was fine and my pc

    :)
     
    Chiraag S, Mar 18, 2024
    #1
  2. mab1376 Win User

    Help, partition table issue!!

    Im trying to resize my partition on my laptop to install kubuntu but my partition is corrupted.

    it still boots into windows fine but i cant get partition magic to recognize the drive.

    i ran partition table doctor 3.0 and it found my old linux partition and didn't recognize my current windows partition, how can i repair this?

    right now all i have is one partition as big as the entire drive.
     
    mab1376, Mar 18, 2024
    #2
  3. 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, Mar 18, 2024
    #3
  4. My Windows 11 Laptop has a problem with its partition table

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Mar 18, 2024
    #4
Thema:

My Windows 11 Laptop has a problem with its partition table

Loading...
  1. My Windows 11 Laptop has a problem with its partition table - Similar Threads - Laptop has problem

  2. My Windows 11 Laptop has a problem with its partition table

    in Windows 10 Software and Apps
    My Windows 11 Laptop has a problem with its partition table: Hey guys, I am running a Windows 11actually 10, my pc does not support 11 but I am rolling back later laptop.My PC supports UEFI but when i installed Windows I had CSM on so my pc was installed with an MBR disk. I did not worry about it for a few years but recently I tried to...
  3. The selected disk has an MBR partition table [Fix]

    in Windows 10 News
    The selected disk has an MBR partition table [Fix]: [IMG]Some users have reported that when they try to install Windows OS on their hard disk, the installation process is interrupted. As soon as they press the Install now button in the Windows Setup process, the Windows installation fails, and the Windows Setup shows Windows...
  4. Windows 10 Install Partition Table

    in Windows 10 Gaming
    Windows 10 Install Partition Table: Hello,I want to know if this is possible and how to do using diskpart and what commands to useI’m installing Windows 10, I want to know if either the System Reserved Partition or Windows 10 Partition can be logical partitions in my MBR partition table to the...
  5. Windows 10 Install Partition Table

    in Windows 10 Software and Apps
    Windows 10 Install Partition Table: Hello,I want to know if this is possible and how to do using diskpart and what commands to useI’m installing Windows 10, I want to know if either the System Reserved Partition or Windows 10 Partition can be logical partitions in my MBR partition table to the...
  6. Windows cannot be installed to this disk because it has an mbr partition table.

    in Windows 10 Software and Apps
    Windows cannot be installed to this disk because it has an mbr partition table.: So I was trying to install windows on my laptop and then windows threw this error at me. Obviously, I need to convert my disk to gpt but let’s say that’s not an option. I am using Uefi hybrid boot mode so could I use legacy boot mode to bypass this error?...
  7. Corrupted Partition Table

    in Windows 10 Installation and Upgrade
    Corrupted Partition Table: How do I fix a hard drive with a broken partition table, I have tried the following: *diskpart - tried cleaning it with this but failed * - list volume it only shows my USB which is the one I am using to install Windows *bootrec /fixmbr - Gives me "access...
  8. I need help: Sister's Laptop has a broken Partition Table

    in Windows 10 Drivers and Hardware
    I need help: Sister's Laptop has a broken Partition Table: I am in some desperate guidance on how to fix my sister's Toshiba Satellite Laptop. Her partition table is either corrupted or broken. I tried downloading the Minitool Partition software with Rufus to boot from it but each time I boot from it, it says it doesn't have a valid...
  9. Invalid partition table

    in Windows 10 Installation and Upgrade
    Invalid partition table: I have just cloned a hard drive using Macrium Reflect. Normally this works perfectly but this time, on start with the new drive installed I get a message that says 'Invalid partition table!' I can hit <enter> and proceed into the system. I would like to get rid of this...
  10. Partition table problem with Windows update

    in Windows 10 Installation and Upgrade
    Partition table problem with Windows update: I've been trying to upgrade (not a fresh install) a Gateway desktop from Win7 to Win10 for weeks now, but the stumbling block is that SP1 is required, but I don't have it. I've been told that I can upgrade without SP1 using a DVD with the win10 iso (from the media builder...