Ubuntu 18.04 doesn't recognize RAID 0 SSDs during install












1















Trying to dual boot a laptop with Windows 10 and Ubuntu 18.04.



Basically when I get to "Installation type", the 2TB RAID 0 doesn't show up to select. This is a hardware RAID setup in the BIOS. In fact nothing does and clicking the + or Change... causes a crash.



enter image description here



When I open the terminal and do df -h it doesn't show up either.



enter image description here



In the Windows install I did make a 50GB partition for Ubuntu which isn't showing up either.



I've read several AU questions regarding this. They basically say if it is a hardware RAID, then it should just work normally. Apparently not in my case.



Software RAID does require some setup apparently.



Other things I have read is to switch the RAID to AHCI. I did this and it caused several other issues that just didn't work for me although the individual drives did show up in Ubuntu. Switched it back to RAID and decided to just fight with Ubuntu to get this working. Seems like there should be a way to get it to work.



Also, it sounds like hibernation/fast startup in Windows can cause this issue as well. I have it turned off.



Any suggestion about how to get the RAID to show up?



EDIT



To expand on why switching to AHCI didn't work for me... the laptop is partly a digital audio workstation (DAW). I have about 1.1TB in libraries and virtual instruments. Not being able to stripe the drives means I have to split them up between drives. Just isn't a good practice.



Furthermore, I was unable to make a striped or spanned volume with unallocated space from C: and the unallocated drive.



Drives do not show up under sudo fdisk -l.



Ubuntu was still unable to see the RAID 0 after a complete wipe of the discs with no OS on it.



sudo dmraid -r or sudo dmraid -ay just says no block devices found.



sudo mdadm --assemble --scan says mdadm: No arrays found in config file or automatically.



sudo mdadm -Q /dev/sd[a-f][1-9] says /dev/sda1: is not an md array. /dev/sda1 is just the bootable USB I'm running Ubuntu from.



Supposedly Ubuntu Server has the necessary drivers, but I've tried the regular Ubuntu Server 18.04 and the alternate one for my chipset. Drives still don't show up. Same with Lubuntu.










share|improve this question

























  • Spent most of the day on this. Just doesn't seem doable.

    – sockpuppet
    Dec 30 '18 at 23:20
















1















Trying to dual boot a laptop with Windows 10 and Ubuntu 18.04.



Basically when I get to "Installation type", the 2TB RAID 0 doesn't show up to select. This is a hardware RAID setup in the BIOS. In fact nothing does and clicking the + or Change... causes a crash.



enter image description here



When I open the terminal and do df -h it doesn't show up either.



enter image description here



In the Windows install I did make a 50GB partition for Ubuntu which isn't showing up either.



I've read several AU questions regarding this. They basically say if it is a hardware RAID, then it should just work normally. Apparently not in my case.



Software RAID does require some setup apparently.



Other things I have read is to switch the RAID to AHCI. I did this and it caused several other issues that just didn't work for me although the individual drives did show up in Ubuntu. Switched it back to RAID and decided to just fight with Ubuntu to get this working. Seems like there should be a way to get it to work.



Also, it sounds like hibernation/fast startup in Windows can cause this issue as well. I have it turned off.



Any suggestion about how to get the RAID to show up?



EDIT



To expand on why switching to AHCI didn't work for me... the laptop is partly a digital audio workstation (DAW). I have about 1.1TB in libraries and virtual instruments. Not being able to stripe the drives means I have to split them up between drives. Just isn't a good practice.



Furthermore, I was unable to make a striped or spanned volume with unallocated space from C: and the unallocated drive.



Drives do not show up under sudo fdisk -l.



Ubuntu was still unable to see the RAID 0 after a complete wipe of the discs with no OS on it.



sudo dmraid -r or sudo dmraid -ay just says no block devices found.



sudo mdadm --assemble --scan says mdadm: No arrays found in config file or automatically.



sudo mdadm -Q /dev/sd[a-f][1-9] says /dev/sda1: is not an md array. /dev/sda1 is just the bootable USB I'm running Ubuntu from.



Supposedly Ubuntu Server has the necessary drivers, but I've tried the regular Ubuntu Server 18.04 and the alternate one for my chipset. Drives still don't show up. Same with Lubuntu.










share|improve this question

























  • Spent most of the day on this. Just doesn't seem doable.

    – sockpuppet
    Dec 30 '18 at 23:20














1












1








1








Trying to dual boot a laptop with Windows 10 and Ubuntu 18.04.



Basically when I get to "Installation type", the 2TB RAID 0 doesn't show up to select. This is a hardware RAID setup in the BIOS. In fact nothing does and clicking the + or Change... causes a crash.



enter image description here



When I open the terminal and do df -h it doesn't show up either.



enter image description here



In the Windows install I did make a 50GB partition for Ubuntu which isn't showing up either.



I've read several AU questions regarding this. They basically say if it is a hardware RAID, then it should just work normally. Apparently not in my case.



Software RAID does require some setup apparently.



Other things I have read is to switch the RAID to AHCI. I did this and it caused several other issues that just didn't work for me although the individual drives did show up in Ubuntu. Switched it back to RAID and decided to just fight with Ubuntu to get this working. Seems like there should be a way to get it to work.



Also, it sounds like hibernation/fast startup in Windows can cause this issue as well. I have it turned off.



Any suggestion about how to get the RAID to show up?



EDIT



To expand on why switching to AHCI didn't work for me... the laptop is partly a digital audio workstation (DAW). I have about 1.1TB in libraries and virtual instruments. Not being able to stripe the drives means I have to split them up between drives. Just isn't a good practice.



Furthermore, I was unable to make a striped or spanned volume with unallocated space from C: and the unallocated drive.



Drives do not show up under sudo fdisk -l.



Ubuntu was still unable to see the RAID 0 after a complete wipe of the discs with no OS on it.



sudo dmraid -r or sudo dmraid -ay just says no block devices found.



sudo mdadm --assemble --scan says mdadm: No arrays found in config file or automatically.



sudo mdadm -Q /dev/sd[a-f][1-9] says /dev/sda1: is not an md array. /dev/sda1 is just the bootable USB I'm running Ubuntu from.



Supposedly Ubuntu Server has the necessary drivers, but I've tried the regular Ubuntu Server 18.04 and the alternate one for my chipset. Drives still don't show up. Same with Lubuntu.










share|improve this question
















Trying to dual boot a laptop with Windows 10 and Ubuntu 18.04.



Basically when I get to "Installation type", the 2TB RAID 0 doesn't show up to select. This is a hardware RAID setup in the BIOS. In fact nothing does and clicking the + or Change... causes a crash.



enter image description here



When I open the terminal and do df -h it doesn't show up either.



enter image description here



In the Windows install I did make a 50GB partition for Ubuntu which isn't showing up either.



I've read several AU questions regarding this. They basically say if it is a hardware RAID, then it should just work normally. Apparently not in my case.



Software RAID does require some setup apparently.



Other things I have read is to switch the RAID to AHCI. I did this and it caused several other issues that just didn't work for me although the individual drives did show up in Ubuntu. Switched it back to RAID and decided to just fight with Ubuntu to get this working. Seems like there should be a way to get it to work.



Also, it sounds like hibernation/fast startup in Windows can cause this issue as well. I have it turned off.



Any suggestion about how to get the RAID to show up?



EDIT



To expand on why switching to AHCI didn't work for me... the laptop is partly a digital audio workstation (DAW). I have about 1.1TB in libraries and virtual instruments. Not being able to stripe the drives means I have to split them up between drives. Just isn't a good practice.



Furthermore, I was unable to make a striped or spanned volume with unallocated space from C: and the unallocated drive.



Drives do not show up under sudo fdisk -l.



Ubuntu was still unable to see the RAID 0 after a complete wipe of the discs with no OS on it.



sudo dmraid -r or sudo dmraid -ay just says no block devices found.



sudo mdadm --assemble --scan says mdadm: No arrays found in config file or automatically.



sudo mdadm -Q /dev/sd[a-f][1-9] says /dev/sda1: is not an md array. /dev/sda1 is just the bootable USB I'm running Ubuntu from.



Supposedly Ubuntu Server has the necessary drivers, but I've tried the regular Ubuntu Server 18.04 and the alternate one for my chipset. Drives still don't show up. Same with Lubuntu.







dual-boot partitioning 18.04 raid






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 30 '18 at 15:45







sockpuppet

















asked Dec 30 '18 at 6:15









sockpuppetsockpuppet

1062




1062













  • Spent most of the day on this. Just doesn't seem doable.

    – sockpuppet
    Dec 30 '18 at 23:20



















  • Spent most of the day on this. Just doesn't seem doable.

    – sockpuppet
    Dec 30 '18 at 23:20

















Spent most of the day on this. Just doesn't seem doable.

– sockpuppet
Dec 30 '18 at 23:20





Spent most of the day on this. Just doesn't seem doable.

– sockpuppet
Dec 30 '18 at 23:20










0






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',
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%2f1105527%2fubuntu-18-04-doesnt-recognize-raid-0-ssds-during-install%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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%2f1105527%2fubuntu-18-04-doesnt-recognize-raid-0-ssds-during-install%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á

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