Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Trouble partitioning for dual boot

  1. #11
    Join Date
    Aug 2009
    Location
    New Jersey
    Beans
    72
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Trouble partitioning for dual boot

    Could it be suggested since that Ext3 partition would be rendered useless, to shrink it down, and then use the empty space to add the new NTFS partition for Windows/Linux sharing?

    I tried to do that, but then I couldn't add another partition because I already created 4 primary partitions.

    Can anyone suggest a workaround for this?
    Last edited by Chris Grk-O-Matic; March 15th, 2010 at 08:55 PM.

  2. #12
    Join Date
    Aug 2009
    Location
    New Jersey
    Beans
    72
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Trouble partitioning for dual boot

    Can anyone chime in on this? It would be much appreciated.

  3. #13
    Join Date
    Mar 2010
    Location
    Woonsocket, RI USA
    Beans
    3,195

    Re: Trouble partitioning for dual boot

    Quote Originally Posted by Chris Grk-O-Matic View Post
    Could it be suggested since that Ext3 partition would be rendered useless, to shrink it down, and then use the empty space to add the new NTFS partition for Windows/Linux sharing?

    I tried to do that, but then I couldn't add another partition because I already created 4 primary partitions.
    The Master Boot Record (MBR) partitioning system has a limit of four primary partitions. One of these may be an extended partition that serves as a placeholder for an arbitrary number of logical partitions. If you're bumping up against that limit you have two options:


    • Convert one or more partitions from primary to logical. It's not generally easy to convert existing partitions, though; I don't believe GParted supports direct primary-to-logical conversions at all, for instance. It sounds like you're still laying out your partitions, though, so you should be able to start over.
    • Switch from the MBR partitioning scheme to one that doesn't have this limit. The only practical choice on x86 or x86-64 systems is the GUID Partition Table (GPT) scheme. This is a good choice for a Linux-only system or a system that dual boots with OS X, FreeBSD, or some other GPT-friendly OS; however, Windows won't boot from a GPT disk unless the computer has EFI support in its firmware, and such support is still rare. There are workarounds for this limitation, but they're ugly and potentially dangerous.



    Overall, your best bet is to delete all your partitions, create a primary partition for Windows (since it must boot from a primary partition), create an extended partition to cover the rest of the disk, and populate the extended partition with logical partitions for everything else. If I've misunderstood and you can't delete some or all of your partitions, you may need to delete just some of your existing partitions. As long as you keep it to three or fewer primaries, you're set.

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

    Re: Trouble partitioning for dual boot

    Post your partitions:

    Code:
    sudo fdisk -l
    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.

Page 2 of 2 FirstFirst 12

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
  •