chroot into system Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to add Puppy Linux to grub menu installed by Ubuntu?Installing 12.04LTS Server on a Fake RAID10mdadm - RAID5 array size vs. actual disk size mismatchGrub fails to install - Debian Wheezy with mdadm RAID1 and GPT partition tableResize MDADM/Software RAID underlying partition and filesystemUbuntu Server: How to make bootable bios_grub RAID device?Grub won't boot from GPT RAID (gave up waiting for root device)mdadm RAID5 3*3TB, 1 Drive with dataHelp with mdadm will not reassemble(Complicated) RAID hard drive issue
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
What does this Jacques Hadamard quote mean?
Wu formula for manifolds with boundary
Is grep documentation wrong?
An adverb for when you're not exaggerating
Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?
Is there a kind of relay only consumes power when switching?
What is the longest distance a player character can jump in one leap?
Does classifying an integer as a discrete log require it be part of a multiplicative group?
Why do we bend a book to keep it straight?
Do square wave exist?
How does the math work when buying airline miles?
Circuit to "zoom in" on mV fluctuations of a DC signal?
Is this homebrew Lady of Pain warlock patron balanced?
Is "Reachable Object" really an NP-complete problem?
Closed form of recurrent arithmetic series summation
What does "lightly crushed" mean for cardamon pods?
What's the meaning of "fortified infraction restraint"?
Did MS DOS itself ever use blinking text?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
How to tell that you are a giant?
What do you call the main part of a joke?
Can a party unilaterally change candidates in preparation for a General election?
Can anything be seen from the center of the Boötes void? How dark would it be?
chroot into system
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to add Puppy Linux to grub menu installed by Ubuntu?Installing 12.04LTS Server on a Fake RAID10mdadm - RAID5 array size vs. actual disk size mismatchGrub fails to install - Debian Wheezy with mdadm RAID1 and GPT partition tableResize MDADM/Software RAID underlying partition and filesystemUbuntu Server: How to make bootable bios_grub RAID device?Grub won't boot from GPT RAID (gave up waiting for root device)mdadm RAID5 3*3TB, 1 Drive with dataHelp with mdadm will not reassemble(Complicated) RAID hard drive issue
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Update :
Following the advies of slm, I could destroy the RST raid 0 and create a new raid0 using mdadm using the webpage he gave me.
I could start the installation but at the step where grub is installed, I still get an error and installation stop.
When I try to do the step of the webpages below, I get an error while using chroot, telling me that the file or directory doesn't exit despite it does.
Do you have any idea how I can fix this ?
Original :
I need to install Mint on my laptop which has a fake raid0. I tried lots of time and always get an error while installing Grub. I checked on the internet and someone found a solution : after installing Mint as usual, I need to chroot into the system installed on raid. The author give the following link to help : https://help.ubuntu.com/community/Grub2/Installing#ChRoot
The fact is that I just can't apply this solution to my computer. I'm stuck at the step 7 where I need to mount the correct partition. When using the partition GUI tools, I can see 4 volumes : the first one has 3 partitions (one efi, one ext4 and one swap). The 3 others volumes seem to be the 3 partitions of the first volume take one by one. Otherwise, it is asked on the link above to use fdisk, blkid.
The fdisk -l command give me the followind information :
Disk /dev/sda: 128.0 GB, 128035676160 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 500130303 250065151+ ee GPT
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
Disk /dev/sdb doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1: 256.1 GB, 256066715648 bytes
Device Boot Start End Blocks Id System
/dev/mapper/isw_ecbefbijea_Volume1p1 1 500130303 250065151+ ee GPT
Disk /dev/mapper/isw_ecbefbijea_Volume1p1: 537 MB, 537657344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2: 247.1 GB, 247061020672 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2 doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1p3'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1p3: 8467 MB, 8467513344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p3 doesn't contain a valid partition table
Disk /dev/mapper/sdc: 8004 MB, 8004304896 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 15631244 7815591 b W95 FAT32
The blkid command give me this :
/dev/mapper/isw_ecbefbijea_Volume1p1: UUID="BF26-91E7" TYPE="vfat"
/dev/mapper/isw_ecbefbijea_Volume1p2: UUID="ac1c5978-7533-46b9-87ac-d28b7b8c5453" TYPE="ext4"
/dev/mapper/isw_ecbefbijea_Volume1p3: UUID="8c12d467-0b8d-48db-ad69-96f7a23b4ca3" TYPE="swap"
/dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/sdc1: LABEL="SANDISK" UUID="4208-38E8" TYPE="vfat"
Can someone help me to fix this problem ?
EDIT :
This is the parted -l command output :
Backtrace has 8 calls on stack :
8: /lib/x86_linux-linux-gnu/libparted.so.0(ped_assert+0x31) [0x7f3d015404b1]
7: /lib/x86_linux-linux-gnu/libparted.so.0(+0x3f5f6) [0x7f3d015705f6]
6: /lib/x86_linux-linux-gnu/libparted.so.0(ped_disk_new+0x49) [0x7f3d0145f99]
5: parted() [0x406dff]
4: parted() [0x407bda]
3: parted(main+0x154b) [0x4065cb]
2: /lib/x86_linux-linux-gnu/libparted.so.6(__libc_start_main+0xf5) [0x7f3d00d1dec5]
1: parted() [0x406617]
You found a bug in GNU Parted! Here's what you have to do:
....
system-installation grub raid software-raid
|
show 10 more comments
Update :
Following the advies of slm, I could destroy the RST raid 0 and create a new raid0 using mdadm using the webpage he gave me.
I could start the installation but at the step where grub is installed, I still get an error and installation stop.
When I try to do the step of the webpages below, I get an error while using chroot, telling me that the file or directory doesn't exit despite it does.
Do you have any idea how I can fix this ?
Original :
I need to install Mint on my laptop which has a fake raid0. I tried lots of time and always get an error while installing Grub. I checked on the internet and someone found a solution : after installing Mint as usual, I need to chroot into the system installed on raid. The author give the following link to help : https://help.ubuntu.com/community/Grub2/Installing#ChRoot
The fact is that I just can't apply this solution to my computer. I'm stuck at the step 7 where I need to mount the correct partition. When using the partition GUI tools, I can see 4 volumes : the first one has 3 partitions (one efi, one ext4 and one swap). The 3 others volumes seem to be the 3 partitions of the first volume take one by one. Otherwise, it is asked on the link above to use fdisk, blkid.
The fdisk -l command give me the followind information :
Disk /dev/sda: 128.0 GB, 128035676160 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 500130303 250065151+ ee GPT
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
Disk /dev/sdb doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1: 256.1 GB, 256066715648 bytes
Device Boot Start End Blocks Id System
/dev/mapper/isw_ecbefbijea_Volume1p1 1 500130303 250065151+ ee GPT
Disk /dev/mapper/isw_ecbefbijea_Volume1p1: 537 MB, 537657344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2: 247.1 GB, 247061020672 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2 doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1p3'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1p3: 8467 MB, 8467513344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p3 doesn't contain a valid partition table
Disk /dev/mapper/sdc: 8004 MB, 8004304896 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 15631244 7815591 b W95 FAT32
The blkid command give me this :
/dev/mapper/isw_ecbefbijea_Volume1p1: UUID="BF26-91E7" TYPE="vfat"
/dev/mapper/isw_ecbefbijea_Volume1p2: UUID="ac1c5978-7533-46b9-87ac-d28b7b8c5453" TYPE="ext4"
/dev/mapper/isw_ecbefbijea_Volume1p3: UUID="8c12d467-0b8d-48db-ad69-96f7a23b4ca3" TYPE="swap"
/dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/sdc1: LABEL="SANDISK" UUID="4208-38E8" TYPE="vfat"
Can someone help me to fix this problem ?
EDIT :
This is the parted -l command output :
Backtrace has 8 calls on stack :
8: /lib/x86_linux-linux-gnu/libparted.so.0(ped_assert+0x31) [0x7f3d015404b1]
7: /lib/x86_linux-linux-gnu/libparted.so.0(+0x3f5f6) [0x7f3d015705f6]
6: /lib/x86_linux-linux-gnu/libparted.so.0(ped_disk_new+0x49) [0x7f3d0145f99]
5: parted() [0x406dff]
4: parted() [0x407bda]
3: parted(main+0x154b) [0x4065cb]
2: /lib/x86_linux-linux-gnu/libparted.so.6(__libc_start_main+0xf5) [0x7f3d00d1dec5]
1: parted() [0x406617]
You found a bug in GNU Parted! Here's what you have to do:
....
system-installation grub raid software-raid
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Show output of commandparted -l
ran as root.
– enedil
Aug 21 '14 at 11:43
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55
|
show 10 more comments
Update :
Following the advies of slm, I could destroy the RST raid 0 and create a new raid0 using mdadm using the webpage he gave me.
I could start the installation but at the step where grub is installed, I still get an error and installation stop.
When I try to do the step of the webpages below, I get an error while using chroot, telling me that the file or directory doesn't exit despite it does.
Do you have any idea how I can fix this ?
Original :
I need to install Mint on my laptop which has a fake raid0. I tried lots of time and always get an error while installing Grub. I checked on the internet and someone found a solution : after installing Mint as usual, I need to chroot into the system installed on raid. The author give the following link to help : https://help.ubuntu.com/community/Grub2/Installing#ChRoot
The fact is that I just can't apply this solution to my computer. I'm stuck at the step 7 where I need to mount the correct partition. When using the partition GUI tools, I can see 4 volumes : the first one has 3 partitions (one efi, one ext4 and one swap). The 3 others volumes seem to be the 3 partitions of the first volume take one by one. Otherwise, it is asked on the link above to use fdisk, blkid.
The fdisk -l command give me the followind information :
Disk /dev/sda: 128.0 GB, 128035676160 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 500130303 250065151+ ee GPT
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
Disk /dev/sdb doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1: 256.1 GB, 256066715648 bytes
Device Boot Start End Blocks Id System
/dev/mapper/isw_ecbefbijea_Volume1p1 1 500130303 250065151+ ee GPT
Disk /dev/mapper/isw_ecbefbijea_Volume1p1: 537 MB, 537657344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2: 247.1 GB, 247061020672 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2 doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1p3'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1p3: 8467 MB, 8467513344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p3 doesn't contain a valid partition table
Disk /dev/mapper/sdc: 8004 MB, 8004304896 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 15631244 7815591 b W95 FAT32
The blkid command give me this :
/dev/mapper/isw_ecbefbijea_Volume1p1: UUID="BF26-91E7" TYPE="vfat"
/dev/mapper/isw_ecbefbijea_Volume1p2: UUID="ac1c5978-7533-46b9-87ac-d28b7b8c5453" TYPE="ext4"
/dev/mapper/isw_ecbefbijea_Volume1p3: UUID="8c12d467-0b8d-48db-ad69-96f7a23b4ca3" TYPE="swap"
/dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/sdc1: LABEL="SANDISK" UUID="4208-38E8" TYPE="vfat"
Can someone help me to fix this problem ?
EDIT :
This is the parted -l command output :
Backtrace has 8 calls on stack :
8: /lib/x86_linux-linux-gnu/libparted.so.0(ped_assert+0x31) [0x7f3d015404b1]
7: /lib/x86_linux-linux-gnu/libparted.so.0(+0x3f5f6) [0x7f3d015705f6]
6: /lib/x86_linux-linux-gnu/libparted.so.0(ped_disk_new+0x49) [0x7f3d0145f99]
5: parted() [0x406dff]
4: parted() [0x407bda]
3: parted(main+0x154b) [0x4065cb]
2: /lib/x86_linux-linux-gnu/libparted.so.6(__libc_start_main+0xf5) [0x7f3d00d1dec5]
1: parted() [0x406617]
You found a bug in GNU Parted! Here's what you have to do:
....
system-installation grub raid software-raid
Update :
Following the advies of slm, I could destroy the RST raid 0 and create a new raid0 using mdadm using the webpage he gave me.
I could start the installation but at the step where grub is installed, I still get an error and installation stop.
When I try to do the step of the webpages below, I get an error while using chroot, telling me that the file or directory doesn't exit despite it does.
Do you have any idea how I can fix this ?
Original :
I need to install Mint on my laptop which has a fake raid0. I tried lots of time and always get an error while installing Grub. I checked on the internet and someone found a solution : after installing Mint as usual, I need to chroot into the system installed on raid. The author give the following link to help : https://help.ubuntu.com/community/Grub2/Installing#ChRoot
The fact is that I just can't apply this solution to my computer. I'm stuck at the step 7 where I need to mount the correct partition. When using the partition GUI tools, I can see 4 volumes : the first one has 3 partitions (one efi, one ext4 and one swap). The 3 others volumes seem to be the 3 partitions of the first volume take one by one. Otherwise, it is asked on the link above to use fdisk, blkid.
The fdisk -l command give me the followind information :
Disk /dev/sda: 128.0 GB, 128035676160 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 500130303 250065151+ ee GPT
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
Disk /dev/sdb doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1: 256.1 GB, 256066715648 bytes
Device Boot Start End Blocks Id System
/dev/mapper/isw_ecbefbijea_Volume1p1 1 500130303 250065151+ ee GPT
Disk /dev/mapper/isw_ecbefbijea_Volume1p1: 537 MB, 537657344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2: 247.1 GB, 247061020672 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p2 doesn't contain a valid partition table
WARNING: GPT (GUID Partition Table) detected on '/dev/mapper/isw_ecbefbijea_Volume1p3'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/mapper/isw_ecbefbijea_Volume1p3: 8467 MB, 8467513344 bytes
Disk /dev/mapper/isw_ecbefbijea_Volume1p3 doesn't contain a valid partition table
Disk /dev/mapper/sdc: 8004 MB, 8004304896 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 15631244 7815591 b W95 FAT32
The blkid command give me this :
/dev/mapper/isw_ecbefbijea_Volume1p1: UUID="BF26-91E7" TYPE="vfat"
/dev/mapper/isw_ecbefbijea_Volume1p2: UUID="ac1c5978-7533-46b9-87ac-d28b7b8c5453" TYPE="ext4"
/dev/mapper/isw_ecbefbijea_Volume1p3: UUID="8c12d467-0b8d-48db-ad69-96f7a23b4ca3" TYPE="swap"
/dev/loop0: TYPE="squashfs"
/dev/sda: TYPE="isw_raid_member"
/dev/sdb: TYPE="isw_raid_member"
/dev/sdc1: LABEL="SANDISK" UUID="4208-38E8" TYPE="vfat"
Can someone help me to fix this problem ?
EDIT :
This is the parted -l command output :
Backtrace has 8 calls on stack :
8: /lib/x86_linux-linux-gnu/libparted.so.0(ped_assert+0x31) [0x7f3d015404b1]
7: /lib/x86_linux-linux-gnu/libparted.so.0(+0x3f5f6) [0x7f3d015705f6]
6: /lib/x86_linux-linux-gnu/libparted.so.0(ped_disk_new+0x49) [0x7f3d0145f99]
5: parted() [0x406dff]
4: parted() [0x407bda]
3: parted(main+0x154b) [0x4065cb]
2: /lib/x86_linux-linux-gnu/libparted.so.6(__libc_start_main+0xf5) [0x7f3d00d1dec5]
1: parted() [0x406617]
You found a bug in GNU Parted! Here's what you have to do:
....
system-installation grub raid software-raid
system-installation grub raid software-raid
edited Aug 22 '14 at 21:16
user1382272
asked Aug 21 '14 at 11:16
user1382272user1382272
4118
4118
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Show output of commandparted -l
ran as root.
– enedil
Aug 21 '14 at 11:43
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55
|
show 10 more comments
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Show output of commandparted -l
ran as root.
– enedil
Aug 21 '14 at 11:43
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Show output of command
parted -l
ran as root.– enedil
Aug 21 '14 at 11:43
Show output of command
parted -l
ran as root.– enedil
Aug 21 '14 at 11:43
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55
|
show 10 more comments
1 Answer
1
active
oldest
votes
I could find a way to make the installation worked.
To explain it briefly, you need to create your partition by using mdadm and gdisk. In my situation, both were not installed on my live USB key. One this is done, I create 2 newt gpt partition table on both disk (sda and sdb). Then I start to create partition on sda. The first one I create is an EFI System partiton (ef02) of 500 MB. Then I create 2 linux-raid partitions (fd00) for the file system and for swap partition.
Then I use mdadm to create two raid partitions and then I use gdisk to create partition table on both raid partitions and then create one partition on both.
Then I start the installation and when you can, choose the manual installation. I can't remember if you need to do something here. At the end, the installation must be done but don't restart your computer.
Download boot-repair and start it. This will ask you to type some command into the terminal. At the end, it will say that something wrong has happened and that you need to restart. Let's do this. If everything worked fine, it should work. In my case, I get an error about diskfilter when my laptop starts.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f151363%2fchroot-into-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I could find a way to make the installation worked.
To explain it briefly, you need to create your partition by using mdadm and gdisk. In my situation, both were not installed on my live USB key. One this is done, I create 2 newt gpt partition table on both disk (sda and sdb). Then I start to create partition on sda. The first one I create is an EFI System partiton (ef02) of 500 MB. Then I create 2 linux-raid partitions (fd00) for the file system and for swap partition.
Then I use mdadm to create two raid partitions and then I use gdisk to create partition table on both raid partitions and then create one partition on both.
Then I start the installation and when you can, choose the manual installation. I can't remember if you need to do something here. At the end, the installation must be done but don't restart your computer.
Download boot-repair and start it. This will ask you to type some command into the terminal. At the end, it will say that something wrong has happened and that you need to restart. Let's do this. If everything worked fine, it should work. In my case, I get an error about diskfilter when my laptop starts.
add a comment |
I could find a way to make the installation worked.
To explain it briefly, you need to create your partition by using mdadm and gdisk. In my situation, both were not installed on my live USB key. One this is done, I create 2 newt gpt partition table on both disk (sda and sdb). Then I start to create partition on sda. The first one I create is an EFI System partiton (ef02) of 500 MB. Then I create 2 linux-raid partitions (fd00) for the file system and for swap partition.
Then I use mdadm to create two raid partitions and then I use gdisk to create partition table on both raid partitions and then create one partition on both.
Then I start the installation and when you can, choose the manual installation. I can't remember if you need to do something here. At the end, the installation must be done but don't restart your computer.
Download boot-repair and start it. This will ask you to type some command into the terminal. At the end, it will say that something wrong has happened and that you need to restart. Let's do this. If everything worked fine, it should work. In my case, I get an error about diskfilter when my laptop starts.
add a comment |
I could find a way to make the installation worked.
To explain it briefly, you need to create your partition by using mdadm and gdisk. In my situation, both were not installed on my live USB key. One this is done, I create 2 newt gpt partition table on both disk (sda and sdb). Then I start to create partition on sda. The first one I create is an EFI System partiton (ef02) of 500 MB. Then I create 2 linux-raid partitions (fd00) for the file system and for swap partition.
Then I use mdadm to create two raid partitions and then I use gdisk to create partition table on both raid partitions and then create one partition on both.
Then I start the installation and when you can, choose the manual installation. I can't remember if you need to do something here. At the end, the installation must be done but don't restart your computer.
Download boot-repair and start it. This will ask you to type some command into the terminal. At the end, it will say that something wrong has happened and that you need to restart. Let's do this. If everything worked fine, it should work. In my case, I get an error about diskfilter when my laptop starts.
I could find a way to make the installation worked.
To explain it briefly, you need to create your partition by using mdadm and gdisk. In my situation, both were not installed on my live USB key. One this is done, I create 2 newt gpt partition table on both disk (sda and sdb). Then I start to create partition on sda. The first one I create is an EFI System partiton (ef02) of 500 MB. Then I create 2 linux-raid partitions (fd00) for the file system and for swap partition.
Then I use mdadm to create two raid partitions and then I use gdisk to create partition table on both raid partitions and then create one partition on both.
Then I start the installation and when you can, choose the manual installation. I can't remember if you need to do something here. At the end, the installation must be done but don't restart your computer.
Download boot-repair and start it. This will ask you to type some command into the terminal. At the end, it will say that something wrong has happened and that you need to restart. Let's do this. If everything worked fine, it should work. In my case, I get an error about diskfilter when my laptop starts.
edited 10 hours ago
Rui F Ribeiro
42.1k1484142
42.1k1484142
answered Oct 16 '14 at 11:46
user1382272user1382272
4118
4118
add a comment |
add a comment |
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.
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%2f151363%2fchroot-into-system%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
-grub, raid, software-raid, system-installation
Rather than mess around with the "fake RAID" I would suggest just using mdadm instead. General steps here: ducea.com/2009/03/08/mdadm-cheat-sheet
– slm♦
Aug 21 '14 at 11:41
Show output of command
parted -l
ran as root.– enedil
Aug 21 '14 at 11:43
@enedil : This is the output I had when I ran as root. I didn't copy eveything after the disk size. If you need them I can add it.
– user1382272
Aug 21 '14 at 11:53
@slm : So I need to access Intel Rapid Storage and delete the raid ?
– user1382272
Aug 21 '14 at 11:53
In your post, there is output of fdisk -l, not parted -l
– enedil
Aug 21 '14 at 11:55