Installing linux on OCZ RevoDrive3 x2

Multi tool use
First of all, here is the configuration of my computer:
- Motherboard: Asus H87Plus
- RAM: Corsair Vengeance 32GB
- Processor: Intel i7 4770
- Drive: OCZ RevoDrive 3 x2 (240 GB) (OCZ Revodrive3 is a
PCIe module)
I am trying to install the latest version of Ubuntu Desktop (13.10). The problem is that in the UEFI (bios) the drive shows up as a 240 GB drive, but in the Ubuntu installer it shows up as two 120 GB drives. If I install Ubuntu in any of these two drives, it never boots. The screen flickers a few times and comes back to the UEFI menu. I have tried reading up and have come across information that the drive has a "fakeraid", and the solution is to use dmraid. However, when I give the following commands in the terminal (from live CD):
# modprobe dm_mod
# dmraid -ay
it says: no raid disks
. And the following command:
# ls -la /dev/mapper/
just shows /dev/mapper/control
How can I install Ubuntu on my computer? what is the correct method?
boot grub2 system-installation uefi ssd
add a comment |
First of all, here is the configuration of my computer:
- Motherboard: Asus H87Plus
- RAM: Corsair Vengeance 32GB
- Processor: Intel i7 4770
- Drive: OCZ RevoDrive 3 x2 (240 GB) (OCZ Revodrive3 is a
PCIe module)
I am trying to install the latest version of Ubuntu Desktop (13.10). The problem is that in the UEFI (bios) the drive shows up as a 240 GB drive, but in the Ubuntu installer it shows up as two 120 GB drives. If I install Ubuntu in any of these two drives, it never boots. The screen flickers a few times and comes back to the UEFI menu. I have tried reading up and have come across information that the drive has a "fakeraid", and the solution is to use dmraid. However, when I give the following commands in the terminal (from live CD):
# modprobe dm_mod
# dmraid -ay
it says: no raid disks
. And the following command:
# ls -la /dev/mapper/
just shows /dev/mapper/control
How can I install Ubuntu on my computer? what is the correct method?
boot grub2 system-installation uefi ssd
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07
add a comment |
First of all, here is the configuration of my computer:
- Motherboard: Asus H87Plus
- RAM: Corsair Vengeance 32GB
- Processor: Intel i7 4770
- Drive: OCZ RevoDrive 3 x2 (240 GB) (OCZ Revodrive3 is a
PCIe module)
I am trying to install the latest version of Ubuntu Desktop (13.10). The problem is that in the UEFI (bios) the drive shows up as a 240 GB drive, but in the Ubuntu installer it shows up as two 120 GB drives. If I install Ubuntu in any of these two drives, it never boots. The screen flickers a few times and comes back to the UEFI menu. I have tried reading up and have come across information that the drive has a "fakeraid", and the solution is to use dmraid. However, when I give the following commands in the terminal (from live CD):
# modprobe dm_mod
# dmraid -ay
it says: no raid disks
. And the following command:
# ls -la /dev/mapper/
just shows /dev/mapper/control
How can I install Ubuntu on my computer? what is the correct method?
boot grub2 system-installation uefi ssd
First of all, here is the configuration of my computer:
- Motherboard: Asus H87Plus
- RAM: Corsair Vengeance 32GB
- Processor: Intel i7 4770
- Drive: OCZ RevoDrive 3 x2 (240 GB) (OCZ Revodrive3 is a
PCIe module)
I am trying to install the latest version of Ubuntu Desktop (13.10). The problem is that in the UEFI (bios) the drive shows up as a 240 GB drive, but in the Ubuntu installer it shows up as two 120 GB drives. If I install Ubuntu in any of these two drives, it never boots. The screen flickers a few times and comes back to the UEFI menu. I have tried reading up and have come across information that the drive has a "fakeraid", and the solution is to use dmraid. However, when I give the following commands in the terminal (from live CD):
# modprobe dm_mod
# dmraid -ay
it says: no raid disks
. And the following command:
# ls -la /dev/mapper/
just shows /dev/mapper/control
How can I install Ubuntu on my computer? what is the correct method?
boot grub2 system-installation uefi ssd
boot grub2 system-installation uefi ssd
edited Jun 13 '14 at 1:00


Elder Geek
27.1k953127
27.1k953127
asked Nov 8 '13 at 9:32
user2101712user2101712
1113
1113
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07
add a comment |
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07
add a comment |
2 Answers
2
active
oldest
votes
Install Ubuntu on a standard SSD or HDD, OCZ has drivers but they don't support booting under Ubuntu.
Source: http://ocz.com/consumer/download/drivers
It seems the OCZ 350 drivers will work. You may find this interesting.
Source: http://www.ocztechnologyforum.com/forum/showthread.php?98087-OCZ-RevoDrive-3-X2-Linux-driver-AVAILABLE&p=782050&viewfull=1#post782050
add a comment |
I had the same problem. In my case, the thing was that the motherboard was not smart enough to know how to boot from a device attached via a PCI.
To solve it, either you install your boot loader on a separate ATA drive or on a usb stick (as I did).
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f372906%2finstalling-linux-on-ocz-revodrive3-x2%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
Install Ubuntu on a standard SSD or HDD, OCZ has drivers but they don't support booting under Ubuntu.
Source: http://ocz.com/consumer/download/drivers
It seems the OCZ 350 drivers will work. You may find this interesting.
Source: http://www.ocztechnologyforum.com/forum/showthread.php?98087-OCZ-RevoDrive-3-X2-Linux-driver-AVAILABLE&p=782050&viewfull=1#post782050
add a comment |
Install Ubuntu on a standard SSD or HDD, OCZ has drivers but they don't support booting under Ubuntu.
Source: http://ocz.com/consumer/download/drivers
It seems the OCZ 350 drivers will work. You may find this interesting.
Source: http://www.ocztechnologyforum.com/forum/showthread.php?98087-OCZ-RevoDrive-3-X2-Linux-driver-AVAILABLE&p=782050&viewfull=1#post782050
add a comment |
Install Ubuntu on a standard SSD or HDD, OCZ has drivers but they don't support booting under Ubuntu.
Source: http://ocz.com/consumer/download/drivers
It seems the OCZ 350 drivers will work. You may find this interesting.
Source: http://www.ocztechnologyforum.com/forum/showthread.php?98087-OCZ-RevoDrive-3-X2-Linux-driver-AVAILABLE&p=782050&viewfull=1#post782050
Install Ubuntu on a standard SSD or HDD, OCZ has drivers but they don't support booting under Ubuntu.
Source: http://ocz.com/consumer/download/drivers
It seems the OCZ 350 drivers will work. You may find this interesting.
Source: http://www.ocztechnologyforum.com/forum/showthread.php?98087-OCZ-RevoDrive-3-X2-Linux-driver-AVAILABLE&p=782050&viewfull=1#post782050
answered Jun 13 '14 at 0:51


Elder GeekElder Geek
27.1k953127
27.1k953127
add a comment |
add a comment |
I had the same problem. In my case, the thing was that the motherboard was not smart enough to know how to boot from a device attached via a PCI.
To solve it, either you install your boot loader on a separate ATA drive or on a usb stick (as I did).
add a comment |
I had the same problem. In my case, the thing was that the motherboard was not smart enough to know how to boot from a device attached via a PCI.
To solve it, either you install your boot loader on a separate ATA drive or on a usb stick (as I did).
add a comment |
I had the same problem. In my case, the thing was that the motherboard was not smart enough to know how to boot from a device attached via a PCI.
To solve it, either you install your boot loader on a separate ATA drive or on a usb stick (as I did).
I had the same problem. In my case, the thing was that the motherboard was not smart enough to know how to boot from a device attached via a PCI.
To solve it, either you install your boot loader on a separate ATA drive or on a usb stick (as I did).
edited Jul 31 '14 at 8:59


Luís de Sousa
9,0631752100
9,0631752100
answered Jul 31 '14 at 8:38
MariusMarius
101
101
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f372906%2finstalling-linux-on-ocz-revodrive3-x2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
6 x,s4aob1VWs MfrK92TTA8,2H,ksyd Hq05rEpypXD6sp2j3Wtc5w rYfjzYmF5
Did you ever find a way to do this?
– Rody Oldenhuis
Mar 20 '14 at 13:07