Ubiquity doesn't find my partitions The 2019 Stack Overflow Developer Survey Results Are In“Install alongside” option missing. How do I install Ubuntu beside Windows using “Something Else”?Issues mounting WD 320 External in 12.103 OS's on same HDDDual boot Windows 7 and Ubuntu 12.10Dual boot disaster. Professional help neededCan't restore my gpt data with gdiskCould not boot Ubuntu alongside Windows 8efibootmgr doesn't match what's really used on MacBook AirThe CRC for the main partition and back up partition table are invalidCan't boot to windows after deleted EFI boot partition(windows and ubuntu)Dual boot Windows 10 and Ubuntu 18.04 - Boots immediately into Windows and not showing GRUB menu

Geography at the pixel level

Can one be advised by a professor who is very far away?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

One word riddle: Vowel in the middle

Can a flute soloist sit?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Multiply Two Integer Polynomials

How to save as into a customized destination on macOS?

Is "plugging out" electronic devices an American expression?

Does coating your armor in silver add any effects?

Who coined the term "madman theory"?

The difference between dialogue marks

Right tool to dig six foot holes?

Is a "Democratic" Oligarchy-Style System Possible?

Origin of "cooter" meaning "vagina"

How to support a colleague who finds meetings extremely tiring?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

A poker game description that does not feel gimmicky

What do the Banks children have against barley water?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Why isn't airport relocation done gradually?

Delete all lines which don't have n characters before delimiter

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Loose spokes after only a few rides



Ubiquity doesn't find my partitions



The 2019 Stack Overflow Developer Survey Results Are In“Install alongside” option missing. How do I install Ubuntu beside Windows using “Something Else”?Issues mounting WD 320 External in 12.103 OS's on same HDDDual boot Windows 7 and Ubuntu 12.10Dual boot disaster. Professional help neededCan't restore my gpt data with gdiskCould not boot Ubuntu alongside Windows 8efibootmgr doesn't match what's really used on MacBook AirThe CRC for the main partition and back up partition table are invalidCan't boot to windows after deleted EFI boot partition(windows and ubuntu)Dual boot Windows 10 and Ubuntu 18.04 - Boots immediately into Windows and not showing GRUB menu



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm trying to install Ubuntu 12.10 and make a dual-boot scheme with Windows 8. I'm following these instructions.



But the installer doesn't list the partitions (it even shows that dialog to choose between a full-disk install or do the process manually):



ubiquity



But the Ubuntu can see the partitions (and I can mount them in Nautilus):



disks

(full size image)



As you can see, I already resized my main partition to install Ubuntu in that "Free space". Some more outputs to describe better the problem:



ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x84dec887

Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 32.0 GB, 32017047552 bytes
256 heads, 63 sectors/track, 3877 cylinders, total 62533296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x180cb215

Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT


and:



ubuntu@ubuntu:~$ sudo parted -l
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? C

Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
Error: Can't have a partition outside the disk!


How can I fix this without harm the Windows installation?




Edit after Rod's answer



I confirm that HPA is disabled.



I don't understand this RAID thing, but my setup has two hard disks, one with 1TB and another one with 32GB SSD. The last is used as a cache. This thing is called Intel Rapid Storage Technology. As far as I can tell, it "uses" RAID. So I don't want to disable it in Windows. How to proceed?










share|improve this question
























  • possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

    – LiveWireBT
    Dec 15 '14 at 9:20











  • Certainly not a duplicate of that.

    – psusi
    Dec 19 '14 at 0:19

















0















I'm trying to install Ubuntu 12.10 and make a dual-boot scheme with Windows 8. I'm following these instructions.



But the installer doesn't list the partitions (it even shows that dialog to choose between a full-disk install or do the process manually):



ubiquity



But the Ubuntu can see the partitions (and I can mount them in Nautilus):



disks

(full size image)



As you can see, I already resized my main partition to install Ubuntu in that "Free space". Some more outputs to describe better the problem:



ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x84dec887

Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 32.0 GB, 32017047552 bytes
256 heads, 63 sectors/track, 3877 cylinders, total 62533296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x180cb215

Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT


and:



ubuntu@ubuntu:~$ sudo parted -l
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? C

Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
Error: Can't have a partition outside the disk!


How can I fix this without harm the Windows installation?




Edit after Rod's answer



I confirm that HPA is disabled.



I don't understand this RAID thing, but my setup has two hard disks, one with 1TB and another one with 32GB SSD. The last is used as a cache. This thing is called Intel Rapid Storage Technology. As far as I can tell, it "uses" RAID. So I don't want to disable it in Windows. How to proceed?










share|improve this question
























  • possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

    – LiveWireBT
    Dec 15 '14 at 9:20











  • Certainly not a duplicate of that.

    – psusi
    Dec 19 '14 at 0:19













0












0








0








I'm trying to install Ubuntu 12.10 and make a dual-boot scheme with Windows 8. I'm following these instructions.



But the installer doesn't list the partitions (it even shows that dialog to choose between a full-disk install or do the process manually):



ubiquity



But the Ubuntu can see the partitions (and I can mount them in Nautilus):



disks

(full size image)



As you can see, I already resized my main partition to install Ubuntu in that "Free space". Some more outputs to describe better the problem:



ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x84dec887

Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 32.0 GB, 32017047552 bytes
256 heads, 63 sectors/track, 3877 cylinders, total 62533296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x180cb215

Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT


and:



ubuntu@ubuntu:~$ sudo parted -l
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? C

Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
Error: Can't have a partition outside the disk!


How can I fix this without harm the Windows installation?




Edit after Rod's answer



I confirm that HPA is disabled.



I don't understand this RAID thing, but my setup has two hard disks, one with 1TB and another one with 32GB SSD. The last is used as a cache. This thing is called Intel Rapid Storage Technology. As far as I can tell, it "uses" RAID. So I don't want to disable it in Windows. How to proceed?










share|improve this question
















I'm trying to install Ubuntu 12.10 and make a dual-boot scheme with Windows 8. I'm following these instructions.



But the installer doesn't list the partitions (it even shows that dialog to choose between a full-disk install or do the process manually):



ubiquity



But the Ubuntu can see the partitions (and I can mount them in Nautilus):



disks

(full size image)



As you can see, I already resized my main partition to install Ubuntu in that "Free space". Some more outputs to describe better the problem:



ubuntu@ubuntu:~$ sudo fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
256 heads, 63 sectors/track, 121126 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x84dec887

Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 32.0 GB, 32017047552 bytes
256 heads, 63 sectors/track, 3877 cylinders, total 62533296 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x180cb215

Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT


and:



ubuntu@ubuntu:~$ sudo parted -l
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? C

Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
Error: Can't have a partition outside the disk!


How can I fix this without harm the Windows installation?




Edit after Rod's answer



I confirm that HPA is disabled.



I don't understand this RAID thing, but my setup has two hard disks, one with 1TB and another one with 32GB SSD. The last is used as a cache. This thing is called Intel Rapid Storage Technology. As far as I can tell, it "uses" RAID. So I don't want to disable it in Windows. How to proceed?







12.10 windows-8 uefi ubiquity






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 '13 at 0:10







borges

















asked Mar 9 '13 at 22:09









borgesborges

310512




310512












  • possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

    – LiveWireBT
    Dec 15 '14 at 9:20











  • Certainly not a duplicate of that.

    – psusi
    Dec 19 '14 at 0:19

















  • possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

    – LiveWireBT
    Dec 15 '14 at 9:20











  • Certainly not a duplicate of that.

    – psusi
    Dec 19 '14 at 0:19
















possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

– LiveWireBT
Dec 15 '14 at 9:20





possible duplicate of "Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

– LiveWireBT
Dec 15 '14 at 9:20













Certainly not a duplicate of that.

– psusi
Dec 19 '14 at 0:19





Certainly not a duplicate of that.

– psusi
Dec 19 '14 at 0:19










2 Answers
2






active

oldest

votes


















1














It looks like there's some question about how big the disk is. This type of problem usually occurs for one of three reasons:



  • You've got a hardware RAID array and you've added a disk to the array. If this is the case, you can tell parted to fix the problem (at the prompt you quoted and cancelled out of).

  • Your motherboard supports its own software-based RAID configuration, and this was active when the disk was partitioned, despite the fact that you've got just one disk. This results in the OS (probably Windows) thinking that the disk is smaller than it is. This works fine so long as you're in any OS that honors the software-based RAID setup. If you've booted Linux with such support disabled, though, Linux will see the entire disk, and the problem you report appears. The solution is to bring the two OSes into sync, either by activating the relevant type of RAID support in Linux or by disabling it in the firmware and in Windows. For a single-disk setup, I recommend the latter option, although that means you'll still see the error message in parted. Once the motherboard-based software RAID support is disabled, though, you can tell parted to fix it and everything should be fine. (You may also need to type sudo dmraid -E -r /dev/sda to erase the errant RAID metadata.)

  • Something has set a Host Protected Area (HPA) on the disk, but one of your OSes doesn't honor the HPA. You can check for this in Linux by typing sudo hdparm -N /dev/sda; you should get a report that specifies whether the HPA is active or disabled. How to proceed if you find this depends on why the HPA was active to begin with and what OS is not honoring it.

Unless you know you've got a hardware RAID array, I recommend checking for an HPA first, since the results of the hdparm command should be pretty definitive. If there's no HPA, you can then focus on figuring your your software RAID settings and, once you understand them, bringing your two OSes into line.






share|improve this answer























  • AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

    – psusi
    Mar 10 '13 at 4:35











  • @RodSmith, please see my edit.

    – borges
    Mar 11 '13 at 0:11


















0














Thanks so much @@Rod Smith! sudo parted -l && Fix saved my day.



I'm trying install ubuntu18.04 along side windows 10 on my desktop. Tried so many other tweaks without any luck.





share








New contributor




drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f266019%2fubiquity-doesnt-find-my-partitions%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    It looks like there's some question about how big the disk is. This type of problem usually occurs for one of three reasons:



    • You've got a hardware RAID array and you've added a disk to the array. If this is the case, you can tell parted to fix the problem (at the prompt you quoted and cancelled out of).

    • Your motherboard supports its own software-based RAID configuration, and this was active when the disk was partitioned, despite the fact that you've got just one disk. This results in the OS (probably Windows) thinking that the disk is smaller than it is. This works fine so long as you're in any OS that honors the software-based RAID setup. If you've booted Linux with such support disabled, though, Linux will see the entire disk, and the problem you report appears. The solution is to bring the two OSes into sync, either by activating the relevant type of RAID support in Linux or by disabling it in the firmware and in Windows. For a single-disk setup, I recommend the latter option, although that means you'll still see the error message in parted. Once the motherboard-based software RAID support is disabled, though, you can tell parted to fix it and everything should be fine. (You may also need to type sudo dmraid -E -r /dev/sda to erase the errant RAID metadata.)

    • Something has set a Host Protected Area (HPA) on the disk, but one of your OSes doesn't honor the HPA. You can check for this in Linux by typing sudo hdparm -N /dev/sda; you should get a report that specifies whether the HPA is active or disabled. How to proceed if you find this depends on why the HPA was active to begin with and what OS is not honoring it.

    Unless you know you've got a hardware RAID array, I recommend checking for an HPA first, since the results of the hdparm command should be pretty definitive. If there's no HPA, you can then focus on figuring your your software RAID settings and, once you understand them, bringing your two OSes into line.






    share|improve this answer























    • AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

      – psusi
      Mar 10 '13 at 4:35











    • @RodSmith, please see my edit.

      – borges
      Mar 11 '13 at 0:11















    1














    It looks like there's some question about how big the disk is. This type of problem usually occurs for one of three reasons:



    • You've got a hardware RAID array and you've added a disk to the array. If this is the case, you can tell parted to fix the problem (at the prompt you quoted and cancelled out of).

    • Your motherboard supports its own software-based RAID configuration, and this was active when the disk was partitioned, despite the fact that you've got just one disk. This results in the OS (probably Windows) thinking that the disk is smaller than it is. This works fine so long as you're in any OS that honors the software-based RAID setup. If you've booted Linux with such support disabled, though, Linux will see the entire disk, and the problem you report appears. The solution is to bring the two OSes into sync, either by activating the relevant type of RAID support in Linux or by disabling it in the firmware and in Windows. For a single-disk setup, I recommend the latter option, although that means you'll still see the error message in parted. Once the motherboard-based software RAID support is disabled, though, you can tell parted to fix it and everything should be fine. (You may also need to type sudo dmraid -E -r /dev/sda to erase the errant RAID metadata.)

    • Something has set a Host Protected Area (HPA) on the disk, but one of your OSes doesn't honor the HPA. You can check for this in Linux by typing sudo hdparm -N /dev/sda; you should get a report that specifies whether the HPA is active or disabled. How to proceed if you find this depends on why the HPA was active to begin with and what OS is not honoring it.

    Unless you know you've got a hardware RAID array, I recommend checking for an HPA first, since the results of the hdparm command should be pretty definitive. If there's no HPA, you can then focus on figuring your your software RAID settings and, once you understand them, bringing your two OSes into line.






    share|improve this answer























    • AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

      – psusi
      Mar 10 '13 at 4:35











    • @RodSmith, please see my edit.

      – borges
      Mar 11 '13 at 0:11













    1












    1








    1







    It looks like there's some question about how big the disk is. This type of problem usually occurs for one of three reasons:



    • You've got a hardware RAID array and you've added a disk to the array. If this is the case, you can tell parted to fix the problem (at the prompt you quoted and cancelled out of).

    • Your motherboard supports its own software-based RAID configuration, and this was active when the disk was partitioned, despite the fact that you've got just one disk. This results in the OS (probably Windows) thinking that the disk is smaller than it is. This works fine so long as you're in any OS that honors the software-based RAID setup. If you've booted Linux with such support disabled, though, Linux will see the entire disk, and the problem you report appears. The solution is to bring the two OSes into sync, either by activating the relevant type of RAID support in Linux or by disabling it in the firmware and in Windows. For a single-disk setup, I recommend the latter option, although that means you'll still see the error message in parted. Once the motherboard-based software RAID support is disabled, though, you can tell parted to fix it and everything should be fine. (You may also need to type sudo dmraid -E -r /dev/sda to erase the errant RAID metadata.)

    • Something has set a Host Protected Area (HPA) on the disk, but one of your OSes doesn't honor the HPA. You can check for this in Linux by typing sudo hdparm -N /dev/sda; you should get a report that specifies whether the HPA is active or disabled. How to proceed if you find this depends on why the HPA was active to begin with and what OS is not honoring it.

    Unless you know you've got a hardware RAID array, I recommend checking for an HPA first, since the results of the hdparm command should be pretty definitive. If there's no HPA, you can then focus on figuring your your software RAID settings and, once you understand them, bringing your two OSes into line.






    share|improve this answer













    It looks like there's some question about how big the disk is. This type of problem usually occurs for one of three reasons:



    • You've got a hardware RAID array and you've added a disk to the array. If this is the case, you can tell parted to fix the problem (at the prompt you quoted and cancelled out of).

    • Your motherboard supports its own software-based RAID configuration, and this was active when the disk was partitioned, despite the fact that you've got just one disk. This results in the OS (probably Windows) thinking that the disk is smaller than it is. This works fine so long as you're in any OS that honors the software-based RAID setup. If you've booted Linux with such support disabled, though, Linux will see the entire disk, and the problem you report appears. The solution is to bring the two OSes into sync, either by activating the relevant type of RAID support in Linux or by disabling it in the firmware and in Windows. For a single-disk setup, I recommend the latter option, although that means you'll still see the error message in parted. Once the motherboard-based software RAID support is disabled, though, you can tell parted to fix it and everything should be fine. (You may also need to type sudo dmraid -E -r /dev/sda to erase the errant RAID metadata.)

    • Something has set a Host Protected Area (HPA) on the disk, but one of your OSes doesn't honor the HPA. You can check for this in Linux by typing sudo hdparm -N /dev/sda; you should get a report that specifies whether the HPA is active or disabled. How to proceed if you find this depends on why the HPA was active to begin with and what OS is not honoring it.

    Unless you know you've got a hardware RAID array, I recommend checking for an HPA first, since the results of the hdparm command should be pretty definitive. If there's no HPA, you can then focus on figuring your your software RAID settings and, once you understand them, bringing your two OSes into line.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 9 '13 at 23:49









    Rod SmithRod Smith

    35.7k43970




    35.7k43970












    • AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

      – psusi
      Mar 10 '13 at 4:35











    • @RodSmith, please see my edit.

      – borges
      Mar 11 '13 at 0:11

















    • AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

      – psusi
      Mar 10 '13 at 4:35











    • @RodSmith, please see my edit.

      – borges
      Mar 11 '13 at 0:11
















    AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

    – psusi
    Mar 10 '13 at 4:35





    AFAIK, Windows honours the HPA. Ubuntu will ignore it if the partition table lists a partition that extends beyond the HPA limited range, so respecting it would cause IO errors to parts of the disk.

    – psusi
    Mar 10 '13 at 4:35













    @RodSmith, please see my edit.

    – borges
    Mar 11 '13 at 0:11





    @RodSmith, please see my edit.

    – borges
    Mar 11 '13 at 0:11













    0














    Thanks so much @@Rod Smith! sudo parted -l && Fix saved my day.



    I'm trying install ubuntu18.04 along side windows 10 on my desktop. Tried so many other tweaks without any luck.





    share








    New contributor




    drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      Thanks so much @@Rod Smith! sudo parted -l && Fix saved my day.



      I'm trying install ubuntu18.04 along side windows 10 on my desktop. Tried so many other tweaks without any luck.





      share








      New contributor




      drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        Thanks so much @@Rod Smith! sudo parted -l && Fix saved my day.



        I'm trying install ubuntu18.04 along side windows 10 on my desktop. Tried so many other tweaks without any luck.





        share








        New contributor




        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        Thanks so much @@Rod Smith! sudo parted -l && Fix saved my day.



        I'm trying install ubuntu18.04 along side windows 10 on my desktop. Tried so many other tweaks without any luck.






        share








        New contributor




        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 3 mins ago









        drinsnowdrinsnow

        1




        1




        New contributor




        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        drinsnow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f266019%2fubiquity-doesnt-find-my-partitions%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

            Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

            Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»