Cannot complete Installation of Ubuntu alongside Windows 10











up vote
0
down vote

favorite












I have an New Intel NUC, and it was preconfigured with Windows 10 installed on it.



When I boot the USB with Ubuntu, I do not see the UEFI formatted disk drive (it's a 1 TB Drive). So the installation cannot proceed because the Partition map does not load.



How do I either erase the Windows 10 system, so that I can see the map, or what BIOS Settings need to be enabled for the installation to continue?



ubuntu@ubuntu:~$ sudo parted -l
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 4544 blocks) or continue with the
current setting?
Fix/Ignore? i
Model: ATA WDC WD10JPVX-22J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 123MB 16.8MB Microsoft reserved partition msftres
3 123MB 570GB 570GB ntfs Basic data partition msftdata
4 570GB 999GB 430GB ext4 Ubuntu partition
5 999GB 1000GB 1074MB ntfs Basic data partition hidden, diag









share|improve this question









New contributor




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




















  • Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
    – oldfred
    Nov 23 at 23:12










  • I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
    – Albert E. Whale
    Nov 25 at 16:04












  • I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
    – Albert E. Whale
    Nov 25 at 16:09










  • when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
    – Albert E. Whale
    Nov 25 at 16:23








  • 1




    Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
    – oldfred
    Nov 25 at 18:19

















up vote
0
down vote

favorite












I have an New Intel NUC, and it was preconfigured with Windows 10 installed on it.



When I boot the USB with Ubuntu, I do not see the UEFI formatted disk drive (it's a 1 TB Drive). So the installation cannot proceed because the Partition map does not load.



How do I either erase the Windows 10 system, so that I can see the map, or what BIOS Settings need to be enabled for the installation to continue?



ubuntu@ubuntu:~$ sudo parted -l
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 4544 blocks) or continue with the
current setting?
Fix/Ignore? i
Model: ATA WDC WD10JPVX-22J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 123MB 16.8MB Microsoft reserved partition msftres
3 123MB 570GB 570GB ntfs Basic data partition msftdata
4 570GB 999GB 430GB ext4 Ubuntu partition
5 999GB 1000GB 1074MB ntfs Basic data partition hidden, diag









share|improve this question









New contributor




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




















  • Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
    – oldfred
    Nov 23 at 23:12










  • I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
    – Albert E. Whale
    Nov 25 at 16:04












  • I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
    – Albert E. Whale
    Nov 25 at 16:09










  • when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
    – Albert E. Whale
    Nov 25 at 16:23








  • 1




    Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
    – oldfred
    Nov 25 at 18:19















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have an New Intel NUC, and it was preconfigured with Windows 10 installed on it.



When I boot the USB with Ubuntu, I do not see the UEFI formatted disk drive (it's a 1 TB Drive). So the installation cannot proceed because the Partition map does not load.



How do I either erase the Windows 10 system, so that I can see the map, or what BIOS Settings need to be enabled for the installation to continue?



ubuntu@ubuntu:~$ sudo parted -l
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 4544 blocks) or continue with the
current setting?
Fix/Ignore? i
Model: ATA WDC WD10JPVX-22J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 123MB 16.8MB Microsoft reserved partition msftres
3 123MB 570GB 570GB ntfs Basic data partition msftdata
4 570GB 999GB 430GB ext4 Ubuntu partition
5 999GB 1000GB 1074MB ntfs Basic data partition hidden, diag









share|improve this question









New contributor




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











I have an New Intel NUC, and it was preconfigured with Windows 10 installed on it.



When I boot the USB with Ubuntu, I do not see the UEFI formatted disk drive (it's a 1 TB Drive). So the installation cannot proceed because the Partition map does not load.



How do I either erase the Windows 10 system, so that I can see the map, or what BIOS Settings need to be enabled for the installation to continue?



ubuntu@ubuntu:~$ sudo parted -l
Warning: Not all of the space available to /dev/sda appears to be used, you can
fix the GPT to use all of the space (an extra 4544 blocks) or continue with the
current setting?
Fix/Ignore? i
Model: ATA WDC WD10JPVX-22J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 123MB 16.8MB Microsoft reserved partition msftres
3 123MB 570GB 570GB ntfs Basic data partition msftdata
4 570GB 999GB 430GB ext4 Ubuntu partition
5 999GB 1000GB 1074MB ntfs Basic data partition hidden, diag






partitioning uefi






share|improve this question









New contributor




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











share|improve this question









New contributor




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









share|improve this question




share|improve this question








edited Nov 26 at 14:08





















New contributor




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









asked Nov 23 at 23:05









Albert E. Whale

11




11




New contributor




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





New contributor





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






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












  • Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
    – oldfred
    Nov 23 at 23:12










  • I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
    – Albert E. Whale
    Nov 25 at 16:04












  • I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
    – Albert E. Whale
    Nov 25 at 16:09










  • when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
    – Albert E. Whale
    Nov 25 at 16:23








  • 1




    Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
    – oldfred
    Nov 25 at 18:19




















  • Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
    – oldfred
    Nov 23 at 23:12










  • I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
    – Albert E. Whale
    Nov 25 at 16:04












  • I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
    – Albert E. Whale
    Nov 25 at 16:09










  • when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
    – Albert E. Whale
    Nov 25 at 16:23








  • 1




    Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
    – oldfred
    Nov 25 at 18:19


















Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
– oldfred
Nov 23 at 23:12




Some info here: ubuntuforums.org/showthread.php?t=2400400 & ubuntu.com/download/iot/intel-nuc-desktop
– oldfred
Nov 23 at 23:12












I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
– Albert E. Whale
Nov 25 at 16:04






I have followed every article to a T. Including updating the BIOS, and enabling/disabling both Secure Boot and UEFI. Unfortunately, the installer cannot list the partitions in the drive for the installation. It fails everytime. Anyother suggestions, hints, or solutions? Thank you.
– Albert E. Whale
Nov 25 at 16:04














I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
– Albert E. Whale
Nov 25 at 16:09




I have the Intel NUC version NUC7i5BNHXF, and I am trying to install 18.10 Desktop. Is there any logical reason why this is not going to work?
– Albert E. Whale
Nov 25 at 16:09












when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
– Albert E. Whale
Nov 25 at 16:23






when I attempt to run gparted, I get the following pop-up message: Could not stat device /dev/mapper/isw: untested metada version 1.4.01 found on /dev/sda - No such file or directory. gparted does recognize the drive, and the partitions.
– Albert E. Whale
Nov 25 at 16:23






1




1




Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
– oldfred
Nov 25 at 18:19






Do you already have LVM install or RAID? the /dev/mapper is normally LVM. If RAID, turn off RAID setting and use AHCI. Gparted does not work on LVM, only on partitions, not volumes. Post this: sudo parted -l
– oldfred
Nov 25 at 18:19

















active

oldest

votes











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',
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
});


}
});






Albert E. Whale is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095524%2fcannot-complete-installation-of-ubuntu-alongside-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Albert E. Whale is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Albert E. Whale is a new contributor. Be nice, and check out our Code of Conduct.













Albert E. Whale is a new contributor. Be nice, and check out our Code of Conduct.












Albert E. Whale is a new contributor. Be nice, and check out our Code of Conduct.
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1095524%2fcannot-complete-installation-of-ubuntu-alongside-windows-10%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

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕