Two drives and uefi partition on each drive. How to fix fstab so I can boot each separately?
up vote
0
down vote
favorite
The situation is like this :
- Two drives, each with a linux raid partion and an uefi partition with grub installed.
- The raid partitions are configured as RAID 1 with mdadm
- Only one drive boots (sda) properly in degraded mode . The other one (sdb) boots in emergency mode.
But I figured out how to fix this. The problem is in the /etc/fstab file.
UUID=64C3-7807 /boot/efi vfat umask=0077 0 1
It points to the UUID of sda. I can boot sdb normally when changing the UUID in the fstab file manually.
How can I fix this permanently so I can boot both drives in degraded mode without having to edit fstab ?
boot grub2 raid
add a comment |
up vote
0
down vote
favorite
The situation is like this :
- Two drives, each with a linux raid partion and an uefi partition with grub installed.
- The raid partitions are configured as RAID 1 with mdadm
- Only one drive boots (sda) properly in degraded mode . The other one (sdb) boots in emergency mode.
But I figured out how to fix this. The problem is in the /etc/fstab file.
UUID=64C3-7807 /boot/efi vfat umask=0077 0 1
It points to the UUID of sda. I can boot sdb normally when changing the UUID in the fstab file manually.
How can I fix this permanently so I can boot both drives in degraded mode without having to edit fstab ?
boot grub2 raid
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The situation is like this :
- Two drives, each with a linux raid partion and an uefi partition with grub installed.
- The raid partitions are configured as RAID 1 with mdadm
- Only one drive boots (sda) properly in degraded mode . The other one (sdb) boots in emergency mode.
But I figured out how to fix this. The problem is in the /etc/fstab file.
UUID=64C3-7807 /boot/efi vfat umask=0077 0 1
It points to the UUID of sda. I can boot sdb normally when changing the UUID in the fstab file manually.
How can I fix this permanently so I can boot both drives in degraded mode without having to edit fstab ?
boot grub2 raid
The situation is like this :
- Two drives, each with a linux raid partion and an uefi partition with grub installed.
- The raid partitions are configured as RAID 1 with mdadm
- Only one drive boots (sda) properly in degraded mode . The other one (sdb) boots in emergency mode.
But I figured out how to fix this. The problem is in the /etc/fstab file.
UUID=64C3-7807 /boot/efi vfat umask=0077 0 1
It points to the UUID of sda. I can boot sdb normally when changing the UUID in the fstab file manually.
How can I fix this permanently so I can boot both drives in degraded mode without having to edit fstab ?
boot grub2 raid
boot grub2 raid
asked Nov 21 at 20:43
maarten
104
104
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1094937%2ftwo-drives-and-uefi-partition-on-each-drive-how-to-fix-fstab-so-i-can-boot-each%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