Results 1 to 5 of 5

Thread: Deleting a (possibly unused MBR) ?

  1. #1
    Join Date
    Mar 2008
    Location
    Sri lanka
    Beans
    764
    Distro
    Ubuntu 10.04 Lucid Lynx

    Deleting a (possibly unused MBR) ?

    This post is about Gparted and not about Ubuntu in particular.
    Recently, I installed windows 8.1 using UEFI and the GPT partition scheme. However, the hard driver previously had windows 7.

    I tried to resize and create some new partitions using GParted. At first, it seemed to be successful, with GParted showing the modified partition sizes and the new partitions.
    However, when I booted into windows 8.1 and checked the partitions, the partitions had not been changed at all. The new partitions were not visible and the old partition had not been resized.

    What I think happened is that GParted saw the old (and now unused) MBR on the hard drive and determined that the hard drive was using MBR instead of GTP. Therefore, it edited the MBR. Windows is actually using GPT and so the changed to the MBR weren't visible in windows.
    So how do I fix this? Should I just delete the MBR ? If so, how can I do that?

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Deleting a (possibly unused MBR) ?

    I know when you install Windows in BIOS boot mode with MBR on a previous gpt partitioned drive it leaves the backup gpt partition table.
    Normally we do not erase MBR, that can create more issues that it may solve. And never erase partition info in MBR.

    Best to post these.

    sudo parted -l
    sudo parted /dev/sda unit s print

    sudo gdisk -l /dev/sda
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Mar 2008
    Location
    Sri lanka
    Beans
    764
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Deleting a (possibly unused MBR) ?

    Ok.. I will run those commands and post the output. Meanwhile, I found this link
    http://msdn.microsoft.com/en-us/wind.../gg463525.aspx that explains that all GPT drives also have something called a "protective MBR" that is used to "protect the drive from legacy software". Maybe that's what Gparted is using?
    (Gparted shows 3 partitions on the HD while windows shows only one partition)

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Deleting a (possibly unused MBR) ?

    You may be into the hybrid MBR/gpt configuration, which is not recommended? Again we need to see details.

    http://www.rodsbooks.com/gdisk/hybrid.html
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Mar 2008
    Location
    Sri lanka
    Beans
    764
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Deleting a (possibly unused MBR) ?

    Thanks for the help guys.

    The problem seemed to solve it self. I defragmenteded the hard drive in windows and after one or two reboots, it started showing all the partitions. I also ran the Diskpart command line utility in windows just to list the available partitions. (dunno if that's what fixed the problem)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •