What happens if I delete dmraid?
up vote
3
down vote
favorite
I am trying to install Ubuntu 12.04.3 LTS from a live-USB and have it run alongside my Windows 7 installation.
On the installation screen for Ubuntu, at the partition page, I get this error:
No root file system is defined.
Please correct this from the partitioning menu.
However on this page, nothing is clickable and it doesn't show any partitions.
I looked it up and I found a possible solution is to type in the Linux terminal:
sudo apt-get remove dmraid
I am wondering what the repercussions are of deleting dmraid and if it will do anything disastrous to my Windows boot.
And if deleting dmraid isn't a smart idea, are there any other suggestions on what I should do?
BTW I am on an Acer S5-391 and I think it has a RAID 0 SSD configuration.
linux ubuntu raid
add a comment |
up vote
3
down vote
favorite
I am trying to install Ubuntu 12.04.3 LTS from a live-USB and have it run alongside my Windows 7 installation.
On the installation screen for Ubuntu, at the partition page, I get this error:
No root file system is defined.
Please correct this from the partitioning menu.
However on this page, nothing is clickable and it doesn't show any partitions.
I looked it up and I found a possible solution is to type in the Linux terminal:
sudo apt-get remove dmraid
I am wondering what the repercussions are of deleting dmraid and if it will do anything disastrous to my Windows boot.
And if deleting dmraid isn't a smart idea, are there any other suggestions on what I should do?
BTW I am on an Acer S5-391 and I think it has a RAID 0 SSD configuration.
linux ubuntu raid
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
from a live usb
– Allenktv
Nov 13 '13 at 20:10
Well,apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.
– terdon♦
Nov 13 '13 at 20:15
1
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, providefdisk -l
,ls /dev/mapper
,cat /proc/partitions
,dmraid -s -s
or similar so we can get a better idea of your configuration.
– frostschutz
Nov 13 '13 at 20:16
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am trying to install Ubuntu 12.04.3 LTS from a live-USB and have it run alongside my Windows 7 installation.
On the installation screen for Ubuntu, at the partition page, I get this error:
No root file system is defined.
Please correct this from the partitioning menu.
However on this page, nothing is clickable and it doesn't show any partitions.
I looked it up and I found a possible solution is to type in the Linux terminal:
sudo apt-get remove dmraid
I am wondering what the repercussions are of deleting dmraid and if it will do anything disastrous to my Windows boot.
And if deleting dmraid isn't a smart idea, are there any other suggestions on what I should do?
BTW I am on an Acer S5-391 and I think it has a RAID 0 SSD configuration.
linux ubuntu raid
I am trying to install Ubuntu 12.04.3 LTS from a live-USB and have it run alongside my Windows 7 installation.
On the installation screen for Ubuntu, at the partition page, I get this error:
No root file system is defined.
Please correct this from the partitioning menu.
However on this page, nothing is clickable and it doesn't show any partitions.
I looked it up and I found a possible solution is to type in the Linux terminal:
sudo apt-get remove dmraid
I am wondering what the repercussions are of deleting dmraid and if it will do anything disastrous to my Windows boot.
And if deleting dmraid isn't a smart idea, are there any other suggestions on what I should do?
BTW I am on an Acer S5-391 and I think it has a RAID 0 SSD configuration.
linux ubuntu raid
linux ubuntu raid
edited Nov 25 at 23:12
Rui F Ribeiro
38.3k1477127
38.3k1477127
asked Nov 13 '13 at 19:08
Allenktv
162
162
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
from a live usb
– Allenktv
Nov 13 '13 at 20:10
Well,apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.
– terdon♦
Nov 13 '13 at 20:15
1
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, providefdisk -l
,ls /dev/mapper
,cat /proc/partitions
,dmraid -s -s
or similar so we can get a better idea of your configuration.
– frostschutz
Nov 13 '13 at 20:16
add a comment |
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
from a live usb
– Allenktv
Nov 13 '13 at 20:10
Well,apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.
– terdon♦
Nov 13 '13 at 20:15
1
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, providefdisk -l
,ls /dev/mapper
,cat /proc/partitions
,dmraid -s -s
or similar so we can get a better idea of your configuration.
– frostschutz
Nov 13 '13 at 20:16
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
from a live usb
– Allenktv
Nov 13 '13 at 20:10
from a live usb
– Allenktv
Nov 13 '13 at 20:10
Well,
apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.– terdon♦
Nov 13 '13 at 20:15
Well,
apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.– terdon♦
Nov 13 '13 at 20:15
1
1
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, provide
fdisk -l
, ls /dev/mapper
, cat /proc/partitions
, dmraid -s -s
or similar so we can get a better idea of your configuration.– frostschutz
Nov 13 '13 at 20:16
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, provide
fdisk -l
, ls /dev/mapper
, cat /proc/partitions
, dmraid -s -s
or similar so we can get a better idea of your configuration.– frostschutz
Nov 13 '13 at 20:16
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
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%2funix.stackexchange.com%2fquestions%2f101071%2fwhat-happens-if-i-delete-dmraid%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
How are you installing Ubuntu? From within Windows or by booting from the live CD/USB?
– terdon♦
Nov 13 '13 at 19:22
from a live usb
– Allenktv
Nov 13 '13 at 20:10
Well,
apt-get remove
simply uninstalls (Linux) programs so it won't affect your Windows install in any way. I have no idea if it will help you or if it is a good idea though.– terdon♦
Nov 13 '13 at 20:15
1
Try 13.10 just to see if it can handle it better. You'd probably update in April (14.04 LTS) either way. If that doesn't work either, provide
fdisk -l
,ls /dev/mapper
,cat /proc/partitions
,dmraid -s -s
or similar so we can get a better idea of your configuration.– frostschutz
Nov 13 '13 at 20:16